/*
* Single template
*/
.single .coursestorm-details-top {
    padding-left: 20px;
    padding-right: 20px;
}

@media screen and (min-width: 643px) {
    .single .coursestorm-details-top {
        padding: 0;
    } 
}

.coursestorm-map {
    clear: both;
    float: none;
    padding-left: 20px;
    padding-right: 20px;
}

@media screen and (min-width: 643px) {
    .coursestorm-map {
        padding: 0;
    }
}

.coursestorm-details-footer {
    padding-left: 20px;
    padding-right: 20px;
}

@media screen and (min-width: 643px) {
    .coursestorm-details-footer {
        padding: 0;
    }
}

/*
* Archive template
*/
.archive #content {
    max-width: 100%;
}

.coursestorm-category-parent {
    margin: 0 auto;
    max-width: 1040px;
}

.coursestorm-course-filters {
    margin: 2em auto 0;
    max-width: 604px;
}

.coursestorm-course-filters .coursestorm_search {
    background-color: transparent;
    padding: 0;
}

/*
* Generic template
*/