#filter-btn {
    float: right;
    margin: 10px 0 0 0;
}
#games-date-wrapper {
   display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: box;
    width: 100%; 
}
.game-date-link {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    box-flex: 1;
    text-align: center;
    list-style-type: none;
    display: list-item;
    padding: 5px 10px;
    border: 1px solid #DDD;
    margin: 10px 5px;
    color: #6D6D6D;
    font-weight: bold;
}
#games-date-wrapper .game-date-link:first-child {
    margin-left: 0;
}
#games-date-wrapper .game-date-link:last-child {
    margin-right: 0;
}
.game-date-today, .game-date-link:hover {
    background: #51AFEB;
    color: #FFF;
    border-color: #51AFEB;
    text-decoration: none;
}
.game-teams {
    width: 40%;
    padding: 3px 0;
    display: block;
    text-align: center;
    float: left;
}
.game-result {
    width: 20%;
    display: block;
    text-align: center;
    float: left;
}