.vjs-default-skin .vjs-big-play-button {
  width: 3em;
  height: 2.3em;
  /* border-radius */
  -webkit-border-radius: 0em;
  -moz-border-radius: 0em;
  border-radius: 0em;
  border:none;


/* box-shadow */
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.vjs-default-skin:hover .vjs-big-play-button,
.vjs-default-skin .vjs-big-play-button:focus {
  /* IE8 needs a non-glow hover state */
  background-color: #fff;
  background-color: rgba(50, 50, 50, .5);
  /* box-shadow */
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;

}


.vjs-default-skin .vjs-big-play-button:before {
  line-height: 2.3em;
  text-shadow: none;
  text-align: center /* Needed for IE8 */;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}


#content .modules-list li{
line-height: 1.5em;
}

.module-number{
font-size:18px;
}



#footer_bottom a{
font-weight: 100;

}

