*{
    color:rgb(40,40,40);
    
}
body{
		background:white;  
        background-size: 100% 100%;
		}
h1, h2, #MemoContainer table tr td:nth-child(3){
color:black;
}

h3, footer h3, #Forecast table tr td:nth-child(3), #Forecast table tr td:nth-child(4), #Date h1, #DayAdded, .EventDate, #MemoHeader h1 {
color:white;
}

#Time h1, #Temp h1, #Time h2{
    color:#ffc600;    
}

#Forecast, #DateTime, .EventDate, #MemoContainer table tr:nth-child(odd) td:first-of-type, #MemoHeader{
    background:url(../img/BlueBG.jpg);
    
}
#MemoContainer table tr:nth-child(odd) td:first-of-type{
    background:#ffc600; 
}

#Forecast, #MemoHeader{
    border-top: .5vw solid rgb(255, 217, 59);
}


#Bottom{
background:white;
background: url(../img/MobileApp.jpg);
background-size:100%;

}
.fw-iframe, #MemoContainer table tr{
    background:white;
}

#MemoContainer table tr:nth-child(odd) td:nth-child(5), #MemoContainer table tr:nth-child(odd) td:nth-child(7) {
    color: #005bc2;  
}
tr:nth-child(even) td:nth-child(5){
    color: #a88300;  
    
}
.ShortDay{
    background:white;
}
.ShortDay td{
    color:black;
}
#MemoContainer table tr{
    box-shadow: .25vw .1vw .25vw rgb(60,60,60);
    border-top:.01vw solid rgba(60, 60, 60, 0.5);
}
#HolidayHTML {
    height: 0vw;
    display: none;

}







