/*!
 * Font Awesome Free 5.14.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("fa-solid-900.eot");
  src: url("fa-solid-900.eot?#iefix") format("embedded-opentype"), url("fa-solid-900.woff2") format("woff2"), url("fa-solid-900.woff") format("woff"), url("fa-solid-900.ttf") format("truetype"), url("fa-solid-900.svg#fontawesome") format("svg"); }

.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; }

.btn, .btn a {
  background-color: #a0a0a0;
  border: none;
  color: #333;
  padding: 2px 6px;
  font-size: 16px;
  cursor: pointer;
}

.btn:hover {
  background-color: RoyalBlue;
}

.active {
  background-color: #D3D3D3;
}

.dc-player-wrapper {
  margin-top: 5px;
  margin-bottom: 15px;
}

.dc-player {
  padding: 0 10px 0 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}


.dc-video-controls {
  margin-top: 5px;
  height:25px;
}

.dc-video-player-speed-label {
  width: 35px;
  margin-top: 3px;
  color: #333;
  font-weight: bold;
}

.dc-left {
  float:left;
}

.dc-right {
  float:right;
}

.dc-time {
  font-size: 22px;
  color: #333;
  margin-left: 5px;
}

.dc-margin-right-2 {
  margin-right: 2px;
}
