#weather_show {
    color: #000000;
}
#weather_show .title_top {
    border-bottom: 1px solid;
    font-size: 13px;
    font-weight: bold;
    padding-bottom: 4px;
    text-align: left;
    margin-bottom: 20px;
}
#weather_show .day1, #weather_show .day2, #weather_show .day3, #weather_show .day4 {    
    margin: 0 0 0 0px;
    height: 100px;
}
#weather_show .title {
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 17px;
	padding-left: 20px;
}
#weather_show .image {
    text-align: center;
    margin-top: 3px;
    float: left;
    margin-left: 20px;
}
#weather_show .temp {
    margin-left: 80px;
    text-align: left;
    width: 240px;
}
#weather_show .temp_1 {
    margin-left: 80px;
    margin-top: 8px;
    text-align: left;
    width: 240px;
}
#weather_show .title_admin {
    border-top: 1px solid;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 20px;
    padding-top: 30px;
    text-align: left;
}
#weather_show .title_info {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 20px;
    padding-top: 30px;
    text-align: left;
}
#weather_show .admin_text {
    margin-bottom: 30px;
    width: 290px;
}
#weather_show .title_admin_text {
    font-size: 12px;
    font-weight: bold;
    margin: 0px 0 10px 20px;
    padding-top: 10px;
    text-align: left;
}
#weather_show .admin_link {
    border-top: 1px solid;
    margin-top: 30px;
    padding-top: 20px;
}
#weather_show .admin_input {
    width: 240px;  
}
#weather_show .city_text {
	float: left;
    font-size: 12px;
    font-weight: bold;
    width: 120px;
}
#weather_show .city {
	font-size: 12px;
    font-weight: bold;
}
#weather_show li {
   list-style: none;
   margin-bottom:2px;
}
#weather_show li a {
   text-decoration: none !important;
}