﻿.RadMap .k-marker:before {
    position: absolute;
    display: block;
    width: 1em;
    height: 1em;
    top: 15px;
    right: 0;
    bottom: 0;
    left: 0;
    line-height: 1;
    overflow: hidden;
    font-family: WebComponentsIcons,monospace;
    font-size: 28px;
    text-indent: 0;
    text-align: center;
    color: #000;
    margin: auto;
}
