body {
    display: initial;
}

.wrapper {
    margin-top: 5px;
    padding: 2px;
}
article {
    background: #ffffff;
    padding: 30px;
    float: left;
    display: inline-flex;
}
.state {
    width: 150px;
    text-align: center;
    position: absolute;
    left: -60px !important;
    top: 80px !important;
    z-index: 2;
}
.noLabel{
    font-size: 0;
}
.header {
    background-color: #007700;
    -webkit-border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-topright: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    width: 60%;
    font-size: 8pt;
    text-align: center;
    height: 16px;
    line-height: 16px;
}
.content {
    width: 166px;
    height: 166px;
    background-color: #007700;
    -webkit-border-radius: 5px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius: 5px;
    -moz-border-radius-topleft: 0;
    border-radius: 5px;
    border-top-left-radius: 0;
}
.frame {
    margin-right: 10px;
    float: left;
}
.image-frame {
    margin: auto;
    width: 70px;
    padding-top: 30px;
}
.temperature{
    width: 130px;
    margin: auto;
    text-align: right;
    font-weight: bold;
}
.temperature.max {
    font-size: 16pt;
}
div.area {
    text-align: center;
    font-size: 10pt;
    height: 20px;
    line-height: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 3px;
}
select, input {
    width: 160px;
    background: #ffffff;
}
input[type=radio] {
    width: auto;
}
input[type=checkbox] {
    width: 2em;
}
div.link {
    text-align: center;
    font-size: 10pt;
}
div.link a {
    color: blue;
}
.wind {
    text-align: center;
}
