/* CSS Document */
#schedule_table table{display:table;}
#top-page section.courses ul li .tour-details li h5{width: 13%;}
@media screen and (max-width: 1080px) {
#top-page section.courses ul li .tour-details li h5{width: 14%;}
}
@media screen and (max-width: 520px) {
#top-page section.courses ul li .tour-details li h5{width: 100%;}
}