.courses{
    float:left;

}
.electives{
    float:right;

}
.searchElectives{

    display:block;
    float:right;
    width:45%;
}
.searchCourses{

    display:block;
    float:left;
    width:45%;
    margin 5px 5px 5px 5px;
} 
.dates{
    text-align: center;
}
.dates th{
    text-align: center;
}
#searchElectives{
width:75%;
}
#searchCourses{
width:75%;
}

th{
    font-size:14px;
}
td{
    font-size: 12px;
}

.courses td{
    width:25%;
}

.electives td{
    width:33%;
}