 .fullDay
{
    /*border-radius: 15px;*/
    border: 1px solid #000;
    background-color:rgba(31, 92, 153, 0.4);
    padding: 5px 5px 5px 5px;
    color: #FFF;
    width: 150px;
    margin-top: 30px;
    overflow:hidden;
    font-size:0.8em;
	transition:all 0.5s ease-out 0s;
	position:relative;
	top:0;
}
.weatherSummary
{
    background-size:cover;
    background-repeat:no-repeat;
	position: relative;
    
}
.today
{
    margin: 0 5px 0 60px;
    padding: 10px 10px 10px 10px;
    color: #FFF;
    width: 180px;
    vertical-align:top;
    overflow:hidden;
    font-size:1.5em;
}
.today p
{
    margin-top: 0.3em;
    margin-bottom: 0.3em;
}
h2.weather
{
    border-bottom: 1px solid #999;
}
.fullDay:hover {
    background-color: rgba(0, 55, 255, 0.1);
    box-shadow: 0 1px 8px -2px #000;
    top: -10px;
}
.lastUpdate
{
    color: #880000;
    font-size:0.5em;
}

.highTemp
{
    color: #FFDE58;
    font-weight: bolder;
}

.lowTemp
{
    color: #FFF;
    font-weight: bolder;
}

.day
{
    font-size:larger;
    font-weight:bold;
    
}

ul
{
    list-style-type: none;
}

.fullday p
{
    margin: 0;
}

ul li
{
    display:inline-block;
}

.weather 
{
    margin-left:auto;
    margin-right:auto;

}