#s_status > div{
    height: 70px;
    text-align: center;
    padding-top: 35px;
    background: url('../../sms/img/chevron_right.png') no-repeat 60px 0;
}

#s_status > div.active{
    -webkit-animation: blinking 1.5s infinite;
    font-weight: bold;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}

@-webkit-keyframes blinking {
    0% {
        background: none
    }
    50% {
        background: inherit
    }
}

#mapContainer{
    background-color: lightgray;
    width: 800px;
    height: 600px;
}

#tts_popup_pic{
    position:absolute;
    width: 320px;
    height: 240px;
    z-index: 9999;
    background-color: black;
    display: none;
}

.section:after{
    content:'';
    display:block;
    clear: both;
}

h2,h3{color: black;
    font-weight: 500;
}

h3{margin-top: 0}