.reboot-video-controls{
  width:100%;
  height:100%;
  background: #dbdbdb;

padding: 4px;
z-index: 20px;
position: relative;
z-index: 999;
    margin-top: -5px;

}
.reboot-video-controls{
  display:inline-block;

}
#rebootVid{
  max-height: 420px;
  background: black;
}


.reboot-video-control{
  padding:5px;
  width:40px;
  font-size:25px;
  color:#2f302f;
  display:inline;

}
.reboot-video-info{
  padding:5px;
  width:40px;
  font-size:18px;
  color:#2f302f;
  display:inline;

}
.reboot-video-control:hover{
  padding:5px;
  width:40px;
  font-size:25px;
  color:#0fa4d3;
  display:inline;
  cursor:pointer;

}
.reboot-video-controls-left{
float:left;
    display:inline-block;
}
.reboot-video-controls-right{
float:right;
    display:inline-block;
}
.reboot-video-off {
  color:#8c8c8c !important;
}
.reboot-video-off:hover {
  color:#0fa4d3 !important;
}
.reboot-video-fullscreen{
  position: fixed;
  top: 0;
  left: 0;
  min-height: 100%;
  width: auto;
  height: 100%;
  z-index: 99999999;
  background: black;

}
.reboot-video-fullscreen #rebootVid{
    max-height: 95%;
}

@media print {
 /* All your print styles go here */

 .reboot-video{ display: none !important; }
}
