/*h1 {*/
/*    font-size: 30px;*/
/*    color: #613b1e;*/
/*    margin: 20px auto 20px auto;*/
/*    display: block;*/
/*    text-align: center;*/
/*}*/

/*h2 {*/
/*    margin: 0;*/
/*    padding: 0;*/
/*    font-size: 22px;*/
/*    color: #343434;*/

/*}*/

/*.container {*/
/*    width: 90%;*/
/*    overflow: hidden;*/
/*    min-width: 700px;*/
/*    max-width: 1200px;*/
/*    margin-left: auto;*/
/*    margin-right: auto;*/
/*}*/

/*.knobContainer {*/
/*    text-align: center;*/
/*    margin: 10px;*/
/*}*/

/*.knobContainer canvas {*/
/*    cursor: pointer;*/
/*}*/

/*.rightPanel {*/
/*    float: right;*/
/*    width: 223px;*/
/*    border-radius: 5px;*/
/*    margin-left: 5px;*/
/*}*/

/* Specific mapael css class are below
 * 'mapael' class is added by plugin
*/

.mapael .mapTooltip {
    position: absolute;
    background-color: #fff;
    moz-opacity: 0.80;
    opacity: 0.80;
    filter: alpha(opacity=80);
    border-radius: 4px;
    padding: 10px;
    z-index: 1000;
    max-width: 200px;
    display: none;
    color: #232323;
}

.mapael .map {
    /*margin-right: 228px;*/
    overflow: hidden;
    position: relative;
    /*background-color: #232323;*/
    border-radius: 5px;
}

/* For all zoom buttons */
.mapael .zoomButton {
    background-color: #fff;
    border: 1px solid #ccc;
    color: #000;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
    position: absolute;
    top: 0;
    font-weight: bold;
    left: 10px;

    -webkit-user-select: none;
    -khtml-user-select : none;
    -moz-user-select: none;
    -o-user-select : none;
    user-select: none;
}

/* Reset Zoom button first */
.mapael .zoomReset {
    top: 10px;
}

/* Then Zoom In button */
.mapael .zoomIn {
    top: 30px;
}

/* Then Zoom Out button */
.mapael .zoomOut {
    top: 50px;
}
