@media (max-width: 768px) {
   .nav-button {
      margin-top: .5em;
  }
  .btn-table {
    display: block;
    width: 100%;
    margin-bottom: .4em;
  }
}

/* Some custom styles for employee view */
.points {
  width: 100px;
  height: 100px;
  background: black;
  color: white;
  border-radius: 10%;
  font-weight: bold;
  font-size: xxx-large;
}

.sm-points {
  width: 75px;
  height: 75px;
  background: black;
  color: white;
  border-radius: 10%;
  font-weight: bold;
  font-size: x-large;
}

/* Some custom styles for writeup view */
.border-writeup {
  border-bottom: 1px solid black;
}

@media print {    
  .no-print, .no-print *
  {
      display: none !important;
  }
}

#bootstrap-overrides .bg-warning {
  background-color:  #ffdf84 !important;
 }