@font-face {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 700;
  src: local('Merriweather Bold'), local('Merriweather-Bold'), url(http://themes.googleusercontent.com/static/fonts/merriweather/v4/ZvcMqxEwPfh2qDWBPxn6nnl4twXkwp3_u9ZoePkT564.woff) format('woff');
}
@font-face {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 400;
  src: local('Merriweather'), url(http://themes.googleusercontent.com/static/fonts/merriweather/v4/RFda8w1V0eDZheqfcyQ4EHhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}

#bingo img {
    max-width:  95px; 
    max-height: 70px;  
    display: block;
    margin: auto;
}

#sortButtons {
    margin-top: 20px;
    overflow: visible;
    text-align: center;
}

.sortButton {
    display: inline-block;
    cursor: pointer;
    font-weight: bold;
    text-shadow: black 1px 1px 1px;
    color: white;
    margin: 4px 2px 4px 6px;
    text-decoration: none;
    padding: 4px 18px;
    text-align: center;
    -moz-border-radius: 15px;
    border-radius: 15px;
    border-left: 2px solid #2339A4;
    border-right: 2px solid #1A2A88;
    border-top: 2px solid #244CA6;
    border-bottom: 2px solid #192686;
    background-color: #1E3294;
    background: -moz-linear-gradient(top, #db799a 0%, #1E3294 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db799a', endColorstr='#1e3294',GradientType=0 );
}

.note {
    color: gray;
    font-size: 11px;
    font-style: italic;
    line-height: 12px;
    display: block;
    padding-top: 3px;
    padding-bottom: 3px;
}