
#li-a-span-maps {

    padding-bottom:7px;
    border-bottom:2px solid #000000;

}

#btn_dropdown {

    border: 2px solid #000000;

}

#dropdown_container {
    margin-top: 7px !important;
}

html {
    width:100%;
    height:100%;

}

body {
    padding-top:0px;
    margin-bottom: 0px;

    width:100%;
    height:100%;
}

#point_data_wrapper_web {
    width:50%;
    height:90%;
    position:absolute;
    z-index:999;
    left:101%;
    display:block;
}

#point_data_web {
    width:70%;
    max-height:100%;
    background-color:#f4f4f4;
    margin:5%;
    box-shadow: 0 0 10px #000000;
}

#point_data_wrapper_mobile {
    width:100%;
    height:90%;
    position:absolute;
    z-index:999;
    top:101%;
    display: none;
}

#point_data_mobile {
    width:90%;
    max-height:100%;
    background-color:#f4f4f4;
    margin-right:5%;
    margin-left:5%;
    box-shadow: 0 0 10px #000000;
}

#radarHolder {
    width: 350px;
}

/*.xmenuTitle {*/
/*    display: block;*/
/*}*/

/*#xmenuArrow {*/
/*    display: block;*/
/*}*/

.puLocation {
    padding-top: 7px;
    font-size: 25px;
}

.ptIcon {
    width: 100px;
}

@media (max-width:1200px){

    #point_data_wrapper_web {
        display:none !important;
    }

    #point_data_wrapper_mobile {
        display:block !important;
    }

    .puLocation {
        padding-top: 14px;
        font-size: 14px;
    }

    .ptIcon {
        width: 75px;
    }

}

@media (max-width: 768px) {

    #radarHolder {
        width: 300px;
    }

    /*.xmenuTitle {*/
    /*    display: none;*/
    /*}*/

    /*#xmenuArrow {*/
    /*    display: none;*/
    /*}*/

    #radarOptions, #satOptions, #alertOptions, #tropOptions {
        display: none !important;
    }

}

.round-button {
    box-sizing: border-box;
    display: block;
    /*padding: 5px 0 0 3px;*/
    line-height: 20px;
    border: 3px solid #4083BB;
    border-radius: 50%;
    color: #4083BB;
    text-align: center;
    text-decoration: none;
    /*background-color: rgba(0,0,0,0.5);*/
    font-size: 20px;
    font-weight: bold;
    /*transition: all 0.3s ease;*/
}