  img {
    max-width: 100%;
}

.bus {
    width: 450px;
    height: 300px;
    margin: auto;
}

.scheduleRow {
    height: 100px;
    max-height: 100px;
    width: 600px;
    margin: auto;
    position: relative;
    display: table;
    padding-top: 60px;
}

.date {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    max-width: 55%;
    width: 55%;
}

.date h4 {
    background-color: lightgray;
    padding-top: 5px;
    padding-bottom: 5px;
}

.univIcon {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    max-width: 45%;
    width: 45%;
}

.univIcon img {
    max-height: 70px;
    max-width: 140px;
    display: inline;
}

.signup {
    max-width: 30%;
    width: 30%;
    text-align: center;
    margin: auto;
    margin-bottom: 30px;
}