/* table.css
  For articles, blog , post of the website. */
/* Author: Cheah Siew Kwan */
/* Company: Passion 2 Wealth */


/* Student Support  */
.hospital-list th {
  text-align: center;
  border: 2px solid #ffffff;
  color: #ffffff;
  background-color: #ff7459;
  width: 50%;
  padding: 6px;
}

.hospital-list td {
  text-align: center;
  border: 2px solid #ffffff;
  color: #000;
  background-color: #ffab9b;
  width: 50%;
  padding: 6px;
}

/* Company Info */
.info-table {
  font-size: 18px;
}

.info-table th {
  padding: 10px;
  width: 30%;
  color: #726f5c;
}

.info-table td {
  padding: 10px;
  width: 70%;
}
