/*@font-face {*/
    /*font-family: glyphicons;*/
    /*src: url(Fonts/glyphicons-halflings-regular.svg);*/
/*}*/
/**{*/
    /*font-family: "glyphicons","sans-serif";*/
/*}*/
.headerrow{
    display: flex;
    justify-content: center; /* align horizontal */
    align-items: center; /* align vertical */
}
.maprow, .mapinfo{
    text-align: center;
    margin: 0;
    display:block;
}
.map{
    display: flex;
    justify-content: center; /* align horizontal */
    align-items: center; /* align vertical */
    flex-shrink:0.5;
    margin-left: auto;
    margin-right: auto;
}

.undermap{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-shrink:0.5;
    margin-left: 40px;
    margin-right: 40px;
    margin-top: 20px;
}
#slider{
    flex-basis:200px;
    flex-grow: 0.9;
    height: 1em;

}
.ui-slider-handle{
    height:40px;
}
body{
    background-color: #81d4fa;
    align-items: center;
}
.info{
    font-size: 1.2em;
    color: white;
    margin: 15px;
    text-align: center;
}

@media screen and (max-width: 730px) {
    .undermap{
        display: flex;
        flex-wrap:wrap;
        justify-content: center;
    }
    #start, #stop{
        margin-left: 150px;
        margin-right: 150px;
    }
    #slider{
        margin-left: 20px;
        margin-right: 20px;
    }
}
