/* Styles definition here */
#fbuilder .pbSubmit { background: #ff914d; color: white; font-weight: bold; padding: 15px 20px;}

.fform span { padding: 10px 10px 10px 10px; background-color: #E8F4ED; border: 1px solid #45A169; border-radius: 5px; }

@media only screen and (max-width: 600px) {
  .cptslotsbtable, 
  .cptslotsbtable thead, 
  .cptslotsbtable tbody, 
  .cptslotsbtable th, 
  .cptslotsbtable td, 
  .cptslotsbtable tr {
    display: block;
    width: 100%;
  }

  .cptslotsbtable tr {
    margin-bottom: 15px;
    border: 1px solid #ccc;
    padding: 10px;
  }

  .cptslotsbtable td {
    text-align: right;
    padding-left: 50%;
    position: relative;
  }

  .cptslotsbtable td::before {
    content: attr(data-label);
    position: absolute;
    left: 10px;
    top: 8px;
    font-weight: bold;
    text-align: left;
  }

  .cptslotsbtable th {
    display: none;
  }
}

