article table.schedule td img {
    height: 19px;
    width: 40px;
    vertical-align: bottom;
    display: inline-block;
    margin-right: 3px;
}

article table.schedule td.mon {
    text-align: left;
    padding-left: 10px;
}

article table.schedule td.mon img {
    width: 291px;
}

article table.schedule td.tue {
    text-align: left;
    padding-left: 85px;
}

article table.schedule td.tue img {
    width: 215px;
}

article table.schedule td.wed {
    text-align: left;
    padding-left: 10px;
}

article table.schedule td.wed img {
    width: 406px;
}

article table.schedule td.fri {
    text-align: left;
    padding-left: 10px;
}

article table.schedule td.fri img {
    width: 291px;
}
ul.schoolhouselist {
    flex-wrap: wrap;
    padding: 0px 177px;
    padding-top: 20px;
}

ul.schoolhouselist li {
    margin-top: 20px;
}
@media screen and (max-width: 600px){
    article .sectionbox h2{
        width:calc(100% + 40px);
        margin-left:-20px;
    }
    article .tablewrap {
    width: 100%;
    box-sizing: border-box;
    margin-right: 0;
}

article table.schedule tr td:nth-child(1) {
    width: 34px;
}

article table.schedule td img {
    height: 11px;
    margin-right:0;
}

article table.schedule td.mon img {
    width: 114px;
}

article table.schedule tr td:nth-child(2) {
    width: auto;
}

article table.schedule td.tue {
    padding-left: 44px;
}

article table.schedule td.tue img {width: 76px;}

article table.schedule td.mon {
    padding-left: 6px;
}

article table.schedule td.wed {
    padding-left: tpx;
}

article table.schedule td.wed img {
    width: 172px;
}

article table.schedule td.fri {
    padding-left: 6px;
}
article table.schedule td.fri img {
    width: 114px;
}

.tablebox .tableouter {
    width: 100%;
}
ul.schoolhouselist {
    padding: 0;
}
}