.navbar{ margin-top:42px; }

.main{overflow: hidden; margin-top: 30px; }

.today{
    padding-bottom: 20px;
    margin-bottom: 30px;
}

body{
    background: #f9f9f9;
}

table{
    border-collapse:collapse;
    width: 100%;
    margin-bottom: 20px;
}
td{
    border:1px solid #ddd;
    text-align: center;
}
table img{
    vertical-align:middle;
}
thead{
    color: #999;
}
tbody tr{
    height: 74px;
    -webkit-transition:all .3s;
    -moz-transition:all .3s;
    -webkit-transition:all .3s;
    -o-transition:all .3s;
}
tbody tr:hover{
    background: #fffddd;
}
tbody tr td:first-child img{
    width: 60px;
    height: 60px;
    border-radius: 5px;
}
tbody tr td:last-child img{
    margin-right: 5px;
}
tbody .game_list_title{
    color: #ff9900;
    font-size: 16px;
    font-weight: bold;
}
tbody .game_list_title:hover{
    color: red;
}
tbody .game_list_btn{
    padding: 5px 20px;
    background: #ffdd00;
    border: 1px solid #ff9900;
    border-radius: 5px;
    font-size: 12px;
    -webkit-transition:all .3s;
    -moz-transition:all .3s;
    -webkit-transition:all .3s;
    -o-transition:all .3s;
}
tbody .game_list_btn:first-child{
    background: #f9f9f9;
    margin-right: 10px;
}
tbody .game_list_btn:hover{
    background: #ff9900;
    border: 1px solid red;
    color: #fff;
}
