.course-status-table{
width:100%;
}
table.course-status-table tr td{
word-break: break;
text-align: center;
}
table.course-status-table tr td img {
width: 40px;
margin: 0 auto;
display: block;
}
@media screen and (max-width: 767px) {
.hidden-mobile {
display: none;
}	
.leaflet-map {
z-index:0;
max-height: 350px;
}
}
@media screen and (min-width: 768px) {
.hidden-desktop {
display: none;
}
.leaflet-map {
z-index:0;
}
}