.column-table-130-blue {
  margin: 20px 0;
  border: 1px solid #CCC;
  width: 100%;
}

.column-table-130-blue th, .column-table-130-blue td {
  border: 1px solid #CCC;
  padding: 10px;
  font-size: 14px;
}

.column-table-130-blue th {
  background: #192f60;
  color: white;
  width:25%;
}

.column-table-130-red {
  margin: 20px 0;
  border: 1px solid #CCC;
  width: 100%;
}

.column-table-130-red th, .column-table-130-red td {
  border: 1px solid #CCC;
  padding: 10px;
  font-size: 14px;
}

.column-table-130-red th {
  background: #c82c55;
  color: white;
  width:25%;
}

