.container .calendar-button {
  margin-bottom: 70px;
}
.container #table_exam {
  width: 100%;
  border: 0;
}
.container #table_exam thead tr th {
  border-color: #19462C;
}
.container #table_exam tbody tr td {
  color: #64748B;
  border-bottom: 1px solid #949494;
}
.container span .paginate_button {
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 0 !important;
  border-radius: 100% !important;
  font-family: "Lato";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  /* identical to box height */
  letter-spacing: 1.25px;
  text-transform: uppercase;
  color: #4C4C4C !important;
  background-color: transparent !important;
  border: 0;
}
.container span .current {
  background-color: #4C4C4C !important;
  color: #FFFFFF !important;
}
.container input[type=search] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
}
.container input[type=search]:before {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
}
