/**
 * Witty Map Admin settings
 *
 * @version 1
 * @author Robert John Concepcion
 */
#witty-pointer-wrap {
    width: 100px;
    height: 132px;
    position: relative;
}
#witty-pointer-wrap img {
    width: 100px;
    height: 100px;
    text-align: center;      
}
#witty-pointer-wrap a.witty-close {
    position: absolute;
    top: -1px;
    right: 1px;
}
#witty-pointer-wrap a.witty-close:hover {
    top: 0;
    right: 0;
    box-shadow: 0px 0px 0px 0px #000;
}

/**
 * Witty Map Tab
 */
#witty-map-tabs {
    border-bottom: 2px solid #0073aa;
}
#witty-map-tabs li {
    list-style: none;
    display: inline-block;
    margin: 0;
    margin-right: 10px;
}
#witty-map-tabs li a {
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    color: #0073aa;
    padding: 9px 17px;
    display: block;
    outline: none !important;
    background: rgb(183, 211, 224);
}
#witty-map-tabs li a:focus,
#witty-map-tabs li a.active {
    color: #FFF;
    background:  #0073aa;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.witty-tabs-cont {
    display: none;
}
.witty-tabs-cont.active {
    display: block;
}