
body {

    background-color: black;
}


 

 .blog {
   max-width: 75vw;
  }
  
  
#dial_wheel {
    
    
    background-color: transparent !important; /* the jogdail.js is set in debug mode which makes the wheel have a green overlay
    You should be able to turn the debug off but in hype this breaks the JS. so we simply change it here*/
 
    }
    
     #dial_knob {
    
    
  background: rgba(172, 141, 21, 0.327); /* For browsers that do not support gradients */
  background: -webkit-radial-gradient(circle, rgba(172, 141, 21, 0.617), #941751, black); /* Safari */
  background: -o-radial-gradient(circle, rgba(172, 141, 21, 0.617), #941751, black); /* Opera 11.6 to 12.0 */
  background: -moz-radial-gradient(circle, rgba(172, 141, 21, 0.617), #941751, black); /* Firefox 3.6 to 15 */
  background: radial-gradient(circle, rgba(172, 141, 21, 0.617), #941751, black); /* Standard syntax */
  opacity: 1!important;
  
  
    }
	

 
a:hover, a:active {
text-decoration: none !important;
}
	
.macFontSize {
font-size: 45px!important;


}
  

 
.ticker {
	white-space:nowrap!important;
 
	
	}
	
#tickerSpan {
    display: inline-block ;
}

 
.navBar, .device_Ticker{
position:fixed!important;

}
 
.navBar, .device_Ticker,.tickerBox,.tickerSpan,.Tickerbacker{
width:100%!important;

}

.blur   {
    filter: blur(20px) !important;
    -webkit-filter: blur(20px) !important;
    -moz-filter: blur(20px) !important;
    -o-filter: blur(20px) !important;
    -ms-filter: blur(20px) !important;
}

 



    

 