body {
  background-color: #53c9cd !important;
}

.btn-sm {
  padding: .75rem .5rem .25rem;
}

#main-content.trivias, #main-content.capacitaciones {
  padding-top: 0px !important;
}

table .form-check {
  display: flex;
}
/*
table td {
  display: flex;
  flex-direction: row;
  align-content: flex-start;
  justify-content: center;
}
*/
table td a {
  display: flex;
  align-self: flex-start;
}
table td a.btn-sm {
  display: inline;
}

table tr.bg-light,
table tr.bg-light td, 
table tr.bg-light th 
{
  background-color: #e0e0e0 !important;
  font-size: 0.85em !important;
  height: 24px !important;
}

.btn.btn-danger, .btn.btn-primary {
  color: white !important;
}