body{
    background-color: #c3fd5d;
}
.widget-place{
    background-color: #fff;
}
.widget-place .header{
    background-color: #cacaca;
}
.widget-place .header form .icons{
    /*background-image: url(../img/bg_header_blue.png);*/
    /*background-image: url(../img/cf.png);*/
}

.widget-place .header select{
    border: 1px solid #8b8b8b;
    color: #ca0650;
}
.widget-place .header form input[type=submit]{
    border: 1px solid #0081c4;
    background-color: #079fee;
    color: #fff;
}
.widget-place .place-content h1{
    color: #079fee;
}
.widget-place .three_cols{
    border-top: 1px solid #737373;
    border-right: 1px solid #737373;
}
.widget-place .three_cols h2{
    color: #ca0650;
}
.widget-place .three_cols .forecast-morning span,
.widget-place .three_cols .forecast-afternoon span{
    background-color: #737373;
    color: #FFF;
}
.widget-place .three_cols .min{
    color: #0071b9;
}
.widget-place .three_cols .max{
    color: #a60200;
}
.temp-hp{
    border: 1px solid #ddd;
}
.temp-hp .top{
    background-color: #7d949f;
    color: #fff;
}
.bottom-date{
    color: #0d91d5;
}
/*.widget-place .only_location .logo-white{
    background-image: url(../img/cfw.png);
}*/