
* {
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


html, body, .wrapper {
    width: 100%;
    height: 100%;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
}

a.wrapper {
    display: block;
    cursor: pointer !important;
    text-decoration: none;
    color: inherit;
}

}
div {
    box-sizing: border-box;
    -moz-box-sizing: border-box; /*Firefox 1-3*/
    -webkit-box-sizing: border-box; /* Safari */
}

.wrapper {


}
.map-wrapper {
    height: 100%;
    overflow: hidden;
}

#map {
    width: 100%;
    height: 100%;
}

.left {
    position: relative;
    float: left;
    width: 122px;
    height: 100%;
    margin-right: 4px;
/*    display: table;*/
}

.left-middle {
/*    display: table-row;*/
    overflow: hidden;
/*    vertical-align: middle;*/
}

.middle {
    float: left;
    width: 56px;
    height: 100%;
    margin-right: 4px;
    position: relative;
}

.right {
    position: relative;
    float: left;
    width: 118px;
    height: 100%;
}

.weather-city {
/*    display: table-row;*/
    font-size: 12px;
    font-weight: bold;
    padding: 3px 0 0 3px;
}

.weather-icon {
    float: left;
    height: 68px;
    width: 68px;
}

.weather-temper{
    color: #FFFFFF;
    position: absolute;
    right: 0;
    top: 25px;
    width: 53px;
    letter-spacing: -1px;
    font-size: 35px;
}

.weather-feels {
    clear: both;
/*    display: table-row;*/
    font-size: 14px;
    padding-right: 3px;
    text-align: right;
/*    vertical-align: bottom;*/
}

.right-top {
height: 100%;
}

.right-top-wrapper {
    height: 50%;
    padding-bottom: 2px;
}

.right-bottom {
height: 100%;
}

.right-bottom-wrapper {
    height: 50%;
    padding-top: 2px;
}

.weather-precip {
    font-size: 14px;
    padding: 3px;
}
.weather-precip div{
    text-align: center;
}
.weather-sky {

    font-size: 14px;
    padding:0 3px 3px 3px;
}

span.forecast-link {
    background: url("../images/link-arrow.png") no-repeat scroll right bottom transparent;
    color: #FFFFFF;
    display: block;
    line-height: 21px;
    margin-right: 5px;
    padding: 3px;
    font-size: 15px;
    text-decoration: none;
}

#logo-image {
    position: absolute;
    text-decoration: none;
}

/* cursors */

.wrapper .leaflet-clickable {
    cursor: pointer;
}
.wrapper .leaflet-container {
    cursor: pointer;
}
.wrapper .leaflet-popup-pane,
.wrapper .leaflet-control {
    cursor: pointer;
}
.wrapper .leaflet-dragging,
.wrapper .leaflet-dragging .leaflet-clickable,
.wrapper .leaflet-dragging .leaflet-container {
    cursor: pointer;
}
