/*
@author Rakib and Rashed Amin
Date: 27 Jun 2015, Bangladesh
*/

@import url(http://fonts.googleapis.com/css?family=Merriweather:400,300);
@import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,900);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600);

.table-container {
  width: 100%;
  font-family: 'Merriweather', serif;
  font-weight: 400;
  left: 50%;
  bottom: 0;
  border: 0px;
}
.table-container .header {
    font-family: 'Lato', serif;
    background: #01b0f1;
    color: antiquewhite;
    padding: 20px;
    font-weight: 300;
    border-radius: 25px;
}


table, th, td{
    text-decoration: none;
    border: 0px;
    text-align: center;
}

#weather_icon{
    padding-bottom: 5px;
    padding-top: 20px;
}

#temp_label{
    margin-bottom: 0px;
}

#temp_today{
    font-size: 30px;
    padding-bottom: 10px;
    margin-top: -3px;
}

.suntime{
    font-size: 12px;
    margin-bottom: -5px;
}

#sunset, #sunrise{
    font-size: 20px;
    padding-bottom: 10px;
}

#hum_icon, #wind_icon {
    padding-top: 10px;
}

#forecast{
    margin-bottom: 0px;
}

#title{
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    text-align: center;
    padding-bottom: 10px;
}


