@char set "UTF-8";

.colored_plan table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}
.colored_plan table tr th {
  height: 50px;
  color: #fff;
  line-height: 1.4;
}
.colored_plan table tr th span {
  color: #fff;
  font-size: 12px !important;
  margin-bottom: 10px;
  display: block;
  line-height: 1.4;
}
.colored_plan table tr th:nth-of-type(1) {
  background: #d9d9d9;
  color: #444444;
}
.colored_plan table tr th:nth-of-type(2) {
  background: #12bbfc;
}
.colored_plan table tr th:nth-of-type(3) {
  background: #169fe2;
}

.colored_plan table tr th, td {
  width: 33.3%;
  border: 1px solid #c7c7c7;
  vertical-align: middle;
  padding: 10px;
}
.colored_plan table tr td {
  height: 20px;
}