body {
    padding-top: 54px;
  }
  @media (min-width: 992px) {
    body {
      padding-top: 56px;
    }
  }

.tagline 
{
    font-size: .5em;
}

#content {
    width:85%;
    margin: 0 auto;
}
.input-group {
    margin-top:1em;
}
#txhash {
    width:40em;    
}
#rng_request_number {
    font-size: 500%;
    font-weight: bolder;
    height:40vh;
}
#rng_request_max {
    font-weight: bolder;
}
.results {
    padding-left: 3em;
}
#rng_request_data {
    border: 1px solid white;
    margin: .75em;
    padding: .75em;
    white-space: pre;
}
.grid {
    padding: 0;
}
#private-game
{
    white-space: nowrap;
}
#game-container
{
    width:100%;
}
#game-control-panel
{
    display: none;
}
#secret 
{
    margin-top: 1em; 
    height: 10em;
    width: 100%;    
}
.private-info 
{
    -webkit-text-security: disc;
}
.jumbotron
{
    background-color: #bacbdc;
    padding: 2rem 1rem;
    margin-bottom: 0;
}
.shipcoins
{
    font-size: 2rem;
}
.status-bar
{
    background-color: #bacbdc;
    border-radius: 0 0 .3rem .3rem;
}
.card
{
    background-color: #bacbdc;
    max-width: 30em;
    padding: .5em;
}
body 
{
    background-color: #f7fbff;
}
#game-message-box
{
    padding-bottom: 2em;
    min-height: 8em;
}
#game-message-box .card
{
    background-color: #EEEEEE;
}
#transaction-log
{
    width: 80%;
    height: 10rem;
}
#roster-sidebar
{
    margin-bottom: 1.5em;
}
.footer
{
    font-size: .75rem;
}
#your-turn 
{
    font-weight: bolder;
}