#divcWeather{
    overflow-x: auto;
    width:100%;
}
#tblWeather{
    border-collapse: collapse;
    width:100%;
    text-transform: capitalize;
    text-align: center;
}

#tblWeather th{
    border-bottom: 1px #CCCCCC solid;
    border-collapse: collapse;
    padding: 0;
    margin: 0;
}

#tblWeather td{
    border-collapse: collapse;
    padding: 0;
    margin: 0;
}
.borderbot{
    border-bottom: 1px #CCCCCC solid;
}
.bordertop{
    border-top: 1px #CCCCCC solid;
}
#divcWeatherTitle{
    width:100%;
    text-align: center;
}
.tblwicon{
    font-size:24px;
}