.table-fs {
  font-size: 13px;
}

.btn-xs {
  padding: 0.25rem 0.4rem;
  font-size: 0.75rem;
  line-height: 1;
  border-radius: 0.2rem;
}

.table-clrB {
  background-color: #c2e0ff;
}
.table-clrG {
  background-color: #c2eecb;
}
.table-clrR {
  background-color: #ffcccc;
}
.table-clrY {
  background-color: #fdf7c0;
}

.bg-color {
  background-color: #36a3fc;
}

.txt-color {
  color: #36a3fc;
}

.btn-color {
  background-color: #36a3fc;
  border-color: #36a3fc;
  color: white;
}

.btn-color:hover {
  background-color: #1a84db;
  border-color: #1a84db;
}
