.ralc table {
  border-spacing: 0;
  /* Removes the cell spacing via CSS */
  border-collapse: collapse;
  /* Optional - if you don't want to have double border where cells touch */
  border-top: solid 1px rgba(160, 124, 77, 0.19);;
  border-bottom: solid 1px rgba(160, 124, 77, 0.19);; }
  .ralc table tr.header td img {
    width: 100%;
    margin: 5px 0; }
  .ralc table tr.header td.title {
    vertical-align: middle; }
    .ralc table tr.header td.title h3 {
      font-weight: bold;
      text-align: center;
      color: #333333; }
  .ralc table tr.text td {
    vertical-align: top;
    border: solid 1px rgba(160, 124, 77, 0.19);;
    padding: 15px 5px; }
    .ralc table tr.text td:first-child {
      background-color: #f2e4cc;
      text-align: right;
      padding: 15px 5px;
      font-weight: bold; }
    .ralc table tr.text td:last-child {
      background-color: #f2e4cc; }
    .ralc table tr.text td.white {
      background-color: white; }

/*# sourceMappingURL=style.css.map */
