#weather {
    width: 240px;
    height: 120px;
}
#current {
    width: 240px;
    height: 120px;
    text-align: right;
    color: #FFFFFF;
    font-weight: bold;
}
#current #temp {
    font-size: 24px;
    font-style: normal;
    padding-top: 36px;
    padding-right: 16px;
}
#current #fore {
    padding-right: 16px;
    font-size: 11px;
}
#current #cond {
    padding-right: 16px;
}