body {
  background-color: #171d2d;
  color: #fff;
  min-width: 400px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto Slab", serif;
  margin: 1rem auto 2rem;
  text-transform: uppercase;
}
h1 {
  font-size: 22px;
}
h2 {
  font-size: 20px;
}
label {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 500;
  color: #999;
}

.content {
  display: flex;
  flex-direction: column;
  margin: 0rem auto;
  max-width: 900px;
  padding: 15px;
  text-align: left;
}

.logo {
  text-align: left;
  margin-left: -20px;
}
.logo img {
  width: 150px;
}
.link-back {
  text-align: right;
  float: right;
  margin-top: 25px;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
}
.link-back:hover {
  color: #fff;
  text-decoration: underline;
}

.video-intro {
  background-color: #fff;
  border: 5px solid #fff;
  border-radius: 10px;
  /* box-shadow: 1px 1px 30px rgba(255, 255, 255, 0.2); */
  height: 100%;
  margin: 1.25rem auto 2rem;
  max-width: 900px;
  width: 100%;
}
.video-container {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.video-container::after {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.video-container iframe {
  border-radius: 10px;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.table {
  background-color: #fff;
  border: 0px;
  color: #212121;
  display: block;
  font-size: 13px;
  max-width: 100%;
  margin-bottom: 1rem;
  text-align: left;
  overflow-x: scroll;
  width: 100%;
  border-radius: 10px;
}

.table thead {
  font-size: 10px;
}

.table thead th {
  min-width: 90px;
}

.table tr:hover {
  background: #2d364e;
  color: #fff;
}

#detail {
  background: #efefef;
  color: #212121;
}
#detail:hover {
  background: #efefef;
  color: #212121;
}

.form {
  text-align: left;
}

.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
  min-width: 180px;
}

.btn-clear {
  width: 100%;
  height: 40px;
  margin-top: 28px;
  background: #2d364e;
  border-color: #2d364e;
}

.sort {
  cursor: pointer;
}

.details-anchor {
  cursor: pointer;
}

.footer .logo {
  width: 100%;
  text-align: right !important;
  margin: auto !important;
}
.footer .logo img {
  width: 100px;
}
.footer .logo span {
  display: block;
  color: #fff;
}
.footer .logo a:hover {
  color: #fff;
  text-decoration: none;
}
