html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
    margin-bottom: 60px;
    color: #fff;
    background: #000;
}

@media (min-width: 768px) {
    .bosin {
        border-left: 1px solid #fff;
    }
}
.nwr {
    white-space: nowrap;
}
table tbody tr td:hover {
    background: linear-gradient(0deg, #e8d7d7, black);
    transition: background 0.5s ease;
    text-shadow: 1px 1px 1px #000;
}
.link-light:focus, .link-light:hover {
    color: #f9ee57;
}
