#weather {
	position: absolute;
    left: 720px;
    top: 190px;
    z-index: 5;
    font-size: 30px;
    color: #fff;
    font-weight: ligter;
    text-align: right;
    padding-right: 0px;
    border: solid red 0px;
    width: 500px;
    height: 130px;
    overflow: hidden;
    text-shadow: 1px 1px 1px #121212;
/*    filter: drop-shadow(1px 1px 1px #000);*/
}
#weather td{
	border: solid yellow 0px;
}
.temp {
position: absolute;
    left: 138px;
    /* top: -5px; */
    font-size: 2em;
    font-weight: ligter;
/*    filter: drop-shadow(1px 2px 2px #000);*/
}
.symbol {
	position: absolute;
	top: 0;
	left: ;
}
.currently {
    position: absolute;
    left: 55px;
    top: 70px;
    font-size: .75em;
    width: 240px;
    text-align: Center;
}