body {
	margin: 0 auto 0px;
    padding: 0;
    font-family: HelveticaNeue-Light,"Helvetica Neue",HelveticaNeue,helvetica,arial,sans-serif;
      }
	.weather{
		background: rgba(0, 0, 0, 0.7);
		padding:5px;
		text-align:center;
		
		}	
   .box{
        display:inline-block;
        vertical-align:middle;
        overflow:hidden;
        /*background:#000000;*/
     }
	.temp_text{
	    color: #fff;
    float:right;
    font-size: 100px;
    font-weight: normal;
    right: 10px;
    position: absolute;
    text-shadow: 4px 3px 0 rgba(5, 5, 5, 0.6);
    top: 0;
    direction:ltr;
	}
	.temp ,.unit {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    color: white;
    cursor: pointer;
    display: inline-block;
    font-family: "Helvetica Neue",HelveticaNeue,helvetica,arial,sans-serif;
    font-size: 65.615%;
    height: 25px;
    line-height: 2.3;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    top: 10px;
    vertical-align: middle;
    width: 25px;
}
sup {
    bottom: 2ex;
}
sup, sub {
    font-size: 45%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
.yom-mod.yom-lead, .bd, .cond {
    bottom: 80px;
    font-size: 161.538%;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.9);
    height: 32px;
    left: 85px;
    line-height: 32px;
    padding: 0 35px;
    position: absolute;
    top:5px;
}
.yom-mod {
    color: white;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.9);
    font-size: 110.538%;
}