.hidden {
    display:none;
}

.game {
    font-size: 1.75rem;
    font-weight: bold;
}

.draw_date {
    font-size: 1.5rem;
    color: dimgray;
    float: right;
    padding-top: 10px;
}

.draw_numbers {
    font-size: 1.85rem;
    /* font-weight: bold; 
    color: darkblue; */
}

.draw_jackpot {
    font-size: 1.25rem;
    color: red;
}

.draw_winner 
{
    font-size: 1.25rem;
    color: forestgreen;
    float: right;
    text-align:right;
}

.with_winner
{
    color: forestgreen;
    font-weight: bold;
    font-size: 1.35rem;
}

.no_winner
{
    color:#bbb;
}


.draw_sortednumbers {
    font-size: 1.15rem;
    color: darkorange;
    /* border:1px solid green; */
    width:180px;
	margin: 0;
    padding: 0;
}
.draw_deltanumbers {
    font-size: 1.15rem;
	float: right;
    color: darkblue;
    text-align:right;
    padding-right:0px;
    /* border:1px solid purple; */
    display:inline-block;
    margin: 0;
    padding: 0;
}

.circle {
    height: 57px;
    width: 57px;
    font-size 26px;
    line-height: 54px;
    background-color: #64B0F2;
    color: floralwhite;
    border-radius: 75px;
    display: inline-block;
    text-align: center;
    /* vertical-align: middle; */
    margin: 0 2px;
    font-weight: bold; 
    box-shadow: inset #000 0 0 18px;
    text-shadow: #333 0 2px 2px;
    letter-spacing: 1px;
    top: 0px;
}

.game_logo
{ 
    width: 170px;
    height: 120px;
    /*float:left;*/
}

.circle:after {
    content: '';
    background: url("img/spritesheet.png") -254px -514px no-repeat;
    position: relative;
    display: block;
    width: 88px;
    height: 22px;
    top: -15px;
    left: -15px;
}   

.number_table {
    margin-top: 30px;
    margin-bottom: 18px;
    width: 100%;
    color: white;
    text-align: center;
    font-size: 45px;
    font-weight: bold;
}

    .coffee-btn {
      -webkit-border-radius: 12;
      -moz-border-radius: 12;
      border-radius: 12px;
      font-family: Arial;
      color: #ffffff;
      font-size: 20px;
      background: #b5a121;
      padding: 10px 20px 10px 20px;
      text-decoration: none;
    }

    .coffee-btn:hover {
      background: #49de5a;
      text-decoration: none;
    }