
.kobe-toolkit-map {
    position: relative;
    width: 100%;
    height: auto;
}

.map-container {
    height: inherit;
    width: inherit;
}

.map-container img {
    max-width: none !important;
}

.mapzoom {
    height: 40px;
    left: 0;
    position: absolute;
    width: 40px;
    font-size: 2em;
}

.mapbutton {
    color: #FFFFFF;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
    background: #000;
    text-transform: uppercase;
    -moz-transition: background-color .2s ease-out;
    -webkit-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
}

.kobe-toolkit-map.red .mapbutton:hover,.kobe-toolkit-map.red .mapbutton.hovered,.kobe-toolkit-map.red .mapbutton.selected {
    background-color: #f95439;
}

.kobe-toolkit-map.blue .mapbutton:hover,.kobe-toolkitmap.blue .mapbutton.hoveblue,.kobe-toolkitmap.blue .mapbutton.selected {
    background-color: #00b4ff;
}

.kobe-toolkit-map.yellow .mapbutton:hover,.kobe-toolkitmap.yellow .mapbutton.hoveyellow,.kobe-toolkitmap.yellow .mapbutton.selected {
    background-color: #ffd908;
}

.kobe-toolkit-map.purple .mapbutton:hover,.kobe-toolkitmap.purple .mapbutton.hovepurple,.kobe-toolkitmap.purple .mapbutton.selected {
    background-color: #c438b8;
}

.kobe-toolkitmap.green .mapbutton:hover,.kobe-toolkitmap.green .mapbutton.hovegreen,.kobe-toolkitmap.green .mapbutton.selected {
    background-color: #73ba5d;
}

.kobe-toolkitmap.orange .mapbutton:hover,.kobe-toolkitmap.orange .mapbutton.hoveorange,.kobe-toolkitmap.orange .mapbutton.selected {
    background-color: #ff8355;
}

.maptype {
    font-size: 1em;
    padding: 0 18px;
    margin-bottom: 5px;
}

div.maptypebox {
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
}

div.mapbutton.more {
    top: 0;
}

div.mapbutton.less {
    top: 42px;
}

.kobe-toolkit-map .mapbutton,.kobe-toolkit-map .maptypebox {
    font-family: "Trebuchet MS", "Helvetica Neue", Helvetica, sans-serif;
}