/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 70px;
  /* background-color: #f8f9fa; */
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 40px;
}

.footer p {
  margin: 10px 0;
}

.mtop {
  margin-top: 10px;
}
.nw {
  white-space: nowrap;
}
.aw {
  width: auto;
}
.nav-tabs {
  margin-bottom: 20px;
}

.table .thumbnail {
  margin: 0;
}

.panel-footer .pagination {
  margin: 0;
}

.page-header {
  margin-top: 0;
  padding-bottom: 0;
}
.page-header h1 {
  margin-top: 0;
}

.video-yt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
