﻿/*------home weather-----*/

#weather {
	
	color: Black;
	font-style: normal;

}

.currentTable {
	margin: 15px 0 15px 0;

	padding: 15px 10px;
}

.temp{
    font-size:25px;
		line-height: 1em;
    }

.cc{
    font-size: 14px;
		line-height: 1em;
			padding: 5px 0 0 0;
    }
	
.cc-heading {
	border-bottom: 1px solid #e1e1e1;
	text-transform:uppercase;}

.fcastWeekDay{
    font-weight: bold;
    font-size: 12px;
    }
    
.ccLoc{
    font-size:15px;
	padding: 0 0 10px 0;

    }

.fcastDate{
    font-size: 11px;
    }

.curWind{
    font-size: 11px;
	line-height: 1em;
	padding: 5px 0 0 0;
    }

.weatherTable{
   
    background-color:#fff;
    text-align: center;
    border:solid 0px #c3c3c3;
    margin-left:auto;
    margin-right:auto;
    }
    
.fcastTable{
    padding:3px;
    background-color:white;
    text-align:center;
    border:solid 1px #c3c3c3;
    margin-left: auto;
    margin-right: auto;
    font-size: 11px;
    }

.weatherError{
   color: #ff0000;
   font-size: 12px;
   margin: 5px 0 5px 0;
}

