
.obs-section-top {
    background-color: rgba(0, 0, 0, 0.3);
}

.obs-section-top-last {
    /*border-bottom: 1px dotted rgba(0, 0, 0, 0.4);*/
}

.obs-section-bottom {
    background-color: rgba(0, 0, 0, 0.3);
}

.obs-body td {
    /*border: 1px solid red;*/
}

.obs-section-key {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    font-size: 1.7vmax;
    text-align: right;
    right: -115px;
    position: relative;
}

.keycenter { 
    right: -96px;
}

.valuecenter { 
    margin-left: 31px !important;
}

.obs-section-value {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    font-size: 2vmax;
    margin-left: 10px;
    text-align: left;
}

.obs-section-main {
    height: 40%;
}

.obs-section-label {
    height: 10%;
}



.obs-section-temp {
    font-family: 'Source Sans Pro', sans-serif;
    /*font-weight: bold;*/
    font-size: 20vmin;
}
.obs-temp-decimal {
    font-size: 6vmin;
    vertical-align: top;
    padding-top: 0.8em;
    display: inline-block;
}

.obs-section-icon img {
    width: 20vmin;
    height: 20vmin;
}

.obs-section-temp-degrees {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 6vmin;
    vertical-align: top;
    padding-top: 0.7em;
    display: inline-block;
}

.obs-section-wind-wrapper {
    position: relative;
    width: 30vmin;
    height: 30vmin;
    display: inline-block;
    background-color: none;
    background-image: url('../img/wndvne_bg.png');
    background-repeat: no-repeat;
    background-size: 30vmin 30vmin;
    background-position: center center;
    margin-bottom: -8vmin;    
    margin-top: 8%;
}

    .obs-section-wind-wrapper img {
        position: absolute;
        top: 0;
        left: 0;
        width: 30vmin;
        height: 30vmin;
        -webkit-transition-duration: 1s;
        -moz-transition-duration: 1s;
        -o-transition-duration: 1s;
        transition-duration: 1s;
    }

.obs-section-wind-label {
    color: rgba(1,0,78,1.0);
    letter-spacing: -0.5vmin;
    text-shadow: none !important;
    font-size: 8vmin;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    position: absolute;
    top: -5px;
    left: -2px;
    width: 30vmin;
    height: 30vmin;
    line-height: 30vmin;
}

.obs-section-wind-label-speed {
    text-shadow: none !important;
    color: rgba(1,0,78,1.0);
    text-shadow: none;
    font-size: 2vmin;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    position: absolute;
    top: 4.3vmin;
    left: 0;
    width: 30vmin;
    height: 30vmin;
    line-height: 30vmin;
}

/*Extra, need delete*/

/**{
font-family: 'Source Sans Pro', sans-serif;
}
.center-grey{
       background:#f2f2f2;
}
.slider{
	position: relative;
	padding:5px;
	width:610px;
	margin: auto;
	margin-top: 40px;
}
.slide{
	position:absolute;
	top:0;
	left:0;
	box-shadow: 0px 0px 15px #999;
}

.arrows{
	position: absolute;
	top: 10px;
	right: 20px;
}

.arrows img{
	height: 32px;
}

h1{
text-align: center;
padding: 10px;
font-size: 40px;
color: #222;
}
 
.slide.ng-hide-add, .slide.ng-hide-remove {
  -webkit-transition:all linear 0.5s;
  -moz-transition:all linear 0.5s;
  -o-transition:all linear 0.5s;
  transition:all linear 0.5s;
  display:block!important;
}
 
.slide.ng-hide-add.ng-hide-add-active,.slide.ng-hide-remove {
  opacity:0;
}
 
.slide.ng-hide-add,.slide.ng-hide-remove.ng-hide-remove-active {
  opacity:1;
}*/
