html {
  font-size: 14px;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

table {
  border-collapse: separate;
  border-spacing: 0;
  padding: 30px;
  margin: 30px auto;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: none;
  background-color: #cececea1;
  min-width: 250px;
  max-width: 500px;
}

thead {
  border-collapse: separate;
}

tr {
  height: 40px;
}

th, td {
  width: 33%;
}

td:first-child { 
  border-radius: 10px 0px 0px 10px; 
}

td:last-child { 
  border-radius: 0px 10px 10px 0px;
}

.tr-hover:hover {
  background-color: #A9BCF5;
}