body {
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    margin:0;
}

h3 {
    font-size: 15px;
    font-weight: 700;
    padding: 5px 0 5px 5px;  /* Necessary to stop "Aoraki/Mt Cook backcountry avalanche advisor" from wrapping */
    margin: 0;
}

#avalanche-footer {
    margin-bottom: 0;
}



#avalanche-content {
    height: 130px;
    padding: 0;
    border-style: solid;
    border-bottom: none;
    border-width: 1px;
    border-color: gray;
}

#avalanche-content .missing-data {
    margin: auto;
    padding: 40px 30px 0 ;
}

.avalanche-external-url:hover {
    cursor: pointer;
}

.avalanche-indicator.level-0 {
     fill: #D8D8D8;
 }
.avalanche-indicator.level-5 {
     fill: #000000;
     background: #000000;
 }
.avalanche-indicator.level-4 {
     fill: #EF2B2F;
     background: #EF2B2F;
 }
.avalanche-indicator.level-3 {
     fill: #F8972C;
     background: #F8972C;
 }
.avalanche-indicator.level-2 {
     fill: #FFF41F;
 }
.avalanche-indicator.level-1 {
     fill: #54BB51;
 }

.avalanche-label {
    color: black;
    font-size: 14px;
    line-height: 19px;
}

#upper-avalanche-level {
    top: 14px;
    left: 14px;
    z-index: 1;
}

#mid-avalanche-level {
    top: 43px;
    left: 14px;
    z-index: 1;
}

#lower-avalanche-level {
    top: 72px;
    left: 14px;
    z-index: 1;
    height: 23px;
}

/* one extra px height to get bottom border */

#avalanche-mountain-image {
    position: absolute;
    top: 0px;
    max-width: 150px;
    left: 150px;
    z-index: 99;
}

#avalanche-footer {
    background: white;
    height: 40px;
    margin-bottom: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: gray;
}

#avalanche-date-panel {
    float: left;
    background-color: white;
    font-size: 10px;
    color: black;
    padding: 5px 0 0 10px;
}

#avalanche-find-out-more {
    float: right;
    background-color: #29acff;
    color: white;
    font-size: 12px;
    height: 29px;
    padding: 11px 0 0 10px;
    width: 40%;
    text-decoration: none;
    font-weight: 700;
}

#upper-avalanche-label {
    position: absolute;
    top: 8px;
    right: 150px;
}

#mid-avalanche-label {
    position: absolute;
    top: 48px;
    right: 150px;
}

#lower-avalanche-label {
    position: absolute;
    top: 88px;
    right: 150px;
    margin-bottom: 5px;
}

#upper-avalanche-conditions {
    top: 23px;
}

#mid-avalanche-conditions {
    top: 63px;
}

#lower-avalanche-conditions {
    top: 103px;
}

.avalanche-conditions {
    position: absolute;
    right: 150px;
    margin-top: 4px;
    font-weight: bold;
    color: #FFFFFF;
    display: inline-block;
}

.avalanche-conditions {
    color: #000000;
}
