html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0;
}

a {
    color: #000000;
    background: #ffffff;
}

.night a {
    color: #ffffff;
    background: #000000;
}

html.night {
    color: #ffffff;
    background: #000000;
}

#cleaner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
}

#page {
    position: relative;
    height: 100%;
    overflow: hidden;
}

#city {
    font-size: 50px;
    font-size: 7rem;
    position: absolute;
    top: 1.5%;
    right: 3.3%;
    display: block;
    text-decoration: none;
}

#temp {
    font-size: 200px;
    font-size: 28rem;
    display: inline-block;
}

.tempWrapper {
    position: absolute;
    right: 3.3%;
    top: 10%;
}

#lastUpdate {
    font-size: 10px;
    font-size: 1.4rem;
    position: absolute;
    bottom: 47%;
    left: 3.3%;
}

#description {
    position: absolute;
    right: 3.3%;
    bottom: 46%;
    font-size: 50px;
    font-size: 7rem;
    text-align: right;
}

#icon {
    font-size: 250px;
    font-size: 35rem;
}

#iconWrapper {
    position: absolute;
    left: 5%;
    top: 8.5%;
}

.forecast {
    position: absolute;
    width: 100%;
    bottom: 6%;
    left: 0;
    border-top: 5px solid black;
    border-bottom: 1px solid black;
    height: 39%;
}

.night .forecast {
    border-color: #ffffff;
}

.col {
    width: 24.5%;
    border-right: 1px solid black;
    float: left;
    text-align: center;
    height: 100%;
    overflow: hidden;
}

.night .col {
    border-color: #ffffff;
}

.col:last-child {
    border-right: none;
}

#date {
    position: absolute;
    bottom: 0;
    left: 3.3%;
    font-size: 30px;
    font-size: 4.3rem;
}

#sun {
    position: absolute;
    bottom: 0;
    right: 3.3%;
    font-size: 30px;
    font-size: 4.3rem;
}

.forecastIconWrapper {
    font-size: 100px;
    font-size: 14.2rem;
}

.colTemp {
    font-size: 50px;
    font-size: 7.1rem;
}

.colTime {
    font-size: 35px;
    font-size: 5rem;
    margin-top: 5%;
}

.colDesc {
    font-size: 20px;
    font-size: 2.8rem;
}

.portrait .col:nth-last-child(2) {
    border-right: none;
}

.portrait .col5 {
    display: none;
}

.landscape #city {
    font-size: 35.4px;
    font-size: 7rem;
}

.landscape #temp {
    font-size: 141.7px;
    font-size: 28rem;
}

.landscape #lastUpdate {
    font-size: 7.1px;
    font-size: 1.4rem;
}

.landscape #description {
    font-size: 35.4px;
    font-size: 7rem;
}

.landscape #icon {
    font-size: 177.1px;
    font-size: 35rem;
}
.landscape #date {
    font-size: 21.8px;
    font-size: 4.3rem;
}

.landscape #sun {
    font-size: 21.8px;
    font-size: 4.3rem;
}

.landscape .forecastIconWrapper {
    font-size: 71.9px;
    font-size: 14.2rem;
}

.landscape .colTemp {
    font-size: 35.9px;
    font-size: 7.1rem;
}

.landscape .colTime {
    font-size: 25.3px;
    font-size: 5rem;
}

.landscape .colDesc {
    font-size: 14.2px;
    font-size: 2.8rem;
}

.landscape .col {
    width: 19.5%;
}

.feelsLike, .feelsLike * {
    font-style: italic;
}