#map {
    height: 800px;
}
#sidebarMenu.collapse.show {
    z-index: 9999;
}

.test-station:nth-child(10) ~ .test-station {
    /* this rule targets the rows after the 3rd .row */
    display: none;
}
.width-600{
    max-width: 600px;
}
