.custom-color{
  background-color: #e8bc90;
}

.table .table {
  background-color: rgba(0,0,0,0);
}

p{
  font-weight: bold;
  font-size: 18px;
}

span{
  color: grey;
}

table td:empty {
  border: 0 !important;
}

.table-bordered {
  border: 0 !important;
}

.btn-primary {
 background-color: #5e3030;
 border-color: #5e3030;
}
.btn-primary:hover {
 background-color: #603d3d;
 border-color: #603d3d;
}
