body {
  background-image: url("/images/bg_hex.jpg");
  background-repeat: repeat;
}
table a {
  color: #2a9fd6 !important;
  text-decoration: none!important;
}
table a:hover {
  color: #2a9fd6 !important;
  text-decoration: underline !important;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.rounded {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
