*{
    margin: 0px;
    padding: 0px;
    font-family: arial, sans serif;
}
h1,h2,h3{
    font-weight: normal;
}
img{
    border: none;
}
html{
    height: 100%;
}
body{
    height: 100%;
    font-size: 78%;
}
.widget-place{
    height: 100%;
    font-size: 0.9em;
    overflow: hidden;
}
.widget-place .header{
    height: 14%;
    padding: 1% 0;
    overflow: hidden;
}
.widget-place .header form{
    height: 100%;
}
.widget-place .header form .icons{
    /*background-repeat: no-repeat;
    background-size:  100% auto;
    background-position: center center;*/
    margin: 0 2%;
    float: left;
    width: 12%;
    height:100%;
    max-width: 50px;
}
.widget-place .header form .icons img{
    width: 100%;
    padding-top: 12%;
}
.widget-place .header form select{
    width: 60%;
    height: 99%;
    float: left;
}
.widget-place .header form input[type=submit]{
    width: 18%;
    float: left;
    margin-left: 2%;
    height: 99%;
}
.widget-place .map-big,
.widget-place .place-content{
    height: 84%;
}
.widget-place .place-content h1{
    font-size: 1.7em;
    height: 13%;
    padding-top: 2%;
    padding-left: 5px;
    overflow: hidden;
}
.widget-place .columns{
    height: 82%;
    cursor: pointer;
}
.widget-place .map-big img{
    width: 90%;
    padding: 5% 0 0 5%;
    max-height: 90%;
}

.widget-place .three_cols{
    width: 33%;
    height: 100%;
    float: left;
}
.widget-place .three_cols h2{
    height: 12%;
    padding-top: 8%;
}
.widget-place .no-border{
    border-right: none!important;
}
.widget-place .three_cols img{
    width: 60%;
    float: left;
    overflow: hidden;
    padding-left: 10%;
}
.widget-place .three_cols h2{
    font-size: 1.2em;
    text-align: center;
}
.widget-place .three_cols .forecast-morning span,
.widget-place .three_cols .forecast-afternoon span{
    text-transform: uppercase;
    float: left;
    margin-top: 5%;
    padding: 1% 0;
    width: 20%;
    text-align: center;
}
.widget-place .three_cols .forecast-morning,
.widget-place .three_cols .forecast-afternoon{
    height: 34%;
    padding-bottom: 2%;
    overflow: hidden;
}
.widget-place .three_cols .temperature{
    text-align: center;
    padding-top: 3%;
    height: 11%;
}
.temp-hp{
    position: absolute;
    padding: 2px;
    margin: 3px 0px 0px 3px;
    text-align: center;
}
.temp-hp .top{
    display: block;
    text-transform: uppercase;
    padding: 2px 3px;
}
.temp-hp .bottom{
    display: block;
    padding: 2px;
}
.bottom-date{
    bottom: 0px;
    right: 0px;
    position: absolute;
    padding: 10px;
    text-transform: uppercase;
}

/* --- only with the location --- */

.widget-place .only_location h1{
    height: 16%;
    padding-top: 3%;
}
.widget-place .only_location h2{
    height: 13%;
}
.widget-place .only_location .three_cols .forecast-morning,
.widget-place .only_location .three_cols .forecast-afternoon{
    height: 40%;
    padding-bottom: 3%;
}
.widget-place .only_location .three_cols .temperature{
    padding-top: 2%;
    height: 15%;
}
.widget-place .only_location .three_cols{
    height: auto;
}
.widget-place .only_location .logo-white{
    position: absolute;
    right: 0px;
    padding-top: 2%;
    /*background-repeat: no-repeat;
    background-size:  100% auto;
    background-position: center center;*/
    margin: 0 2%;
    float: left;
    width: 12%;
    height:16%;
    max-width: 50px;
}
.widget-place .only_location .logo-white img{
    width: 100%;
}