.add {
margin-right: 5px;
}

.sel_location {
    background: #ffaf03;
    padding: 6px;
    font-family: sans-serif;
    font-size: 15px;
}

.weather_header {
    font-family: sans-serif;
    font-size: 12px;
    background: #ffaf03;
    color: #0033cc;
}

.weather_row {
    background: #ffaf03;
    border: #C5C5C5 solid 1px;
    font-family: sans-serif;
    font-size: 12px;
    text-align: center;
}

.row_title {
    font-size: 13px;
}

.images_row {
    background: #6699FF;
    border: #C5C5C5 solid 1px;
    font-family: sans-serif;
    font-size: 12px;
    text-align: center;
}

#my_forecast {
    width: 100%;
}
