/* DIV */
#recentScheduleContainer {
    background-color: white;
    height: auto;
    width: 100%;
    border-radius: 10px;
    padding: 20px;
}
.singleGame {
    padding: 10px;
}
.singleGameOpp {
    display: inline;
}
.singleGameDate {
    float: right;
}