.container-fluid {
  box-sizing: border-box;
  overflow: hidden;
}

.table-res td,
.table-res th {
  width: 30px !important;
  padding: 5px !important;
}

.table-res button {
  width: 100% !important;
  min-width: auto !important;
}

.dashboard-link {
  position: absolute;
  top: 15px;
  right: 25px;
  z-index: 100;
}

.dashboard-link a {
  color: #636b6f;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  transition: all 0.5s;
  outline: none;
}

.dashboard-link a:hover,
.dashboard-link a:focus {
  color: #00008b;
  border-color: #00008b;
  transition: all 0.5s;
}

.header {
  height: 300px;
  background: url("/assets/img/pic1.jpg") no-repeat;
  background-size: cover;
  background-position: 20% 0, center;
}

@media (max-width: 680px) {
  .header {
    height: 150px;
  }
}

.header .header-content {
  width: 970px;
  margin: auto;
  padding-top: 20px;
  padding-left: 15px;
  padding-right: 15px;
}

.header h1 {
  color: #fff;
  text-shadow: 2px 2px 2px #000;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 36px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.1;
}
