.navbar-brand {
  text-decoration: none;
}

.col-md-2-half {
  width: 18%;
}

.col-md-2-half-2 {
  width: 16%;
}

.col-md-2-half-4 {
  width: 31%;
}

.col-md-2-half-3 {
  width: 30%;
}

@media (max-width: 768px) {
  .col-md-2-half {
    width: 100%;
  }

  .col-md-2-half-3 {
    width: 100%;
  }

  .col-md-2-half-2 {
    width: 100%;
  }

  .padding-mobile {
    padding: 0 20px;
  }

  .btn-group {
    width: 100%;
  }
  .col-md-2-half-4 {
    width: 100%;
  }
}

thead {
  background-color: #5970b3;
  color: white;
}

tbody {
  color: #5970b3;
  background: #e9ebf1;
}

.view {
  padding: 10px 5px;
  border-radius: 5px;
  background-color: #5970b3;
  color: white;
  font-size: 14px;
}

.view:hover {
  background-color: #5970b0;
  color: white;
}

.label {
  color: white;
}

a {
  text-decoration: none !important;
}
