
.blue-combo {
  font-family: Arial;
  font-size: 17px;
  color: white;
  //font-weight: bold;
  background-color: #3E80E5;  
  //text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  cursor: pointer;
  border-radius: 7px 7px 7px 7px;
  -moz-border-radius: 7px 7px 7px 7px;
  -webkit-border: 7px 7px 7px 7px;
  display: inline-block;
}

.skifont{
  color: lime;
  font-style: italic;
}

#plzwait {
  width: 120px;
  display: none;
}

.nopad-bold{
  padding: 0px;
  margin: 0px;  
  color: #fff;
  font-size: 16px;
  font-weight: bold;
} 

#widget-wrapper {
  width: 100%;
  text-align: center;
}

#widgetPos {  
  position: relative;
  display: inline-block;  
  width: 340px;
  height: auto;
  top: 0px;  
  margin: 0 auto;    
  //padding: 15px 20px 0 10px;    
}

#webcam-cardrona, #webcam-porters, #webcam-dobson, #webcam-hutt, #webcam-coronet, #webcam-remarkables, #webcam-treble, #webcam-broken, #webcam-ohau,
#webcam-olympus, #webcam-cheeseman, #webcam-craigieburn, #webcam-roundhill{
  display: none;
}

.map-holder{
  position: relative;
  top: 0px;
  left: 0px;
  height: auto;
  width: 40%;
  display: inline-block; /* Make the width of box same as image */    
}

.video-container {
    position: relative;
    padding-bottom: 70%;
    height:100%;
}
 
.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;    
	width: 1px;
	min-width: 100%;
    height: 100%;
    margin:0px;
}

.iframe-holder{
	position: relative;
    overflow: hidden;
    padding-top: 75%;
	width: 100%;
	height: 100%;	
}

.iframe-holder iframe {
   position: absolute;
   border: 0;
   height: 100%;
   left: 0;   
   top: 0;
   width: 100%;
}