.impmarker {
    width: 250px;
    max-height: 500px;
    border-radius: 8px;
}
.impmarker-wrapper{
    margin-left: -125px;
}
.impmarker-header, .impmarker, .impmarker-closebtn, .impmarker-body {
    background-color: #fff;
}
.impmarker *{
    color: #808080;
    font-family: 'avenir light', Arial, sans-serif;
    font-size: 12px;
}
.impmarker hr{
    margin: 2px 0;
}
.impmarker-header{
    height: 32px;
    width: 216px;
    margin-right: 1px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 32px;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    text-indent: 10px;
    background-color: #f0f0f0;
    border-radius: 8px 0 0 0;
    border-bottom: 1px solid #bababa;
    color: #287db9;
}
.impmarker-closebtn{
    width: 32px;
    display: inline-block;
    height: 32px;
    vertical-align: top;
    background:#f0f0f0 url(../images/map-markers/metar_info_x.png) no-repeat scroll center center;
    border-bottom: 1px solid #bababa;
    cursor: pointer;
    border-radius: 0 8px 0 0;
}
.impmarker-body{
    margin-top: 1px;
    max-height: 467px;
    overflow-x:hidden;
    overflow-y: auto;
    width: 250px;
    padding: 0 0 5px;
    box-sizing: border-box;
    border-radius: 0 0 8px 8px;
}
.impmarker-simplebody-line{
    padding: 0 10px;
}
.impmarker-simplebody-line span{
    font-weight: bold;
    margin-right: 10px;
}
.impmarker-movable{
    cursor: move;
}
.impmarker-simplebody-label{
    text-align: center;
    letter-spacing: 1.5px;
    border-bottom: 1px solid #636363;
}

/******************scrollbar for webkit*********************/
.impmarker-body::-webkit-scrollbar {
    width: 12px;  /* for vertical scrollbars */
}
.impmarker-body::-webkit-scrollbar-track {
    background: rgba(150, 150, 150, 0.25);
    border-radius: 6px;
}
.impmarker-body::-webkit-scrollbar-thumb {
    background: rgba(200, 200, 200, 0.5);
    border-radius: 6px;
}
