.register-page__container {
    padding-bottom: 0px;
}
td {
    vertical-align:  top;
  hyphens: auto; 
 font-size: 14px;
padding-bottom: 10px;
padding-right: 10px;
    padding: 5px;
}
table {
  margin-bottom: 25px;

}
tr:nth-child(odd) {
   background-color: #b1d7be;
}
tr:nth-child(even) {
   background-color: #fff;
}
table {
   border: 1px solid;
   border-radius: 25px;
    border-collapse: collapse;
}

tr {
   height: 48px;
}

tr#workshops {
    background-color: #b1d7be;
}





.faq-drawer {
  margin-bottom: 0px;
}

.faq-drawer__content-wrapper {
  max-height: 0px;
  overflow: hidden;
  transition: 0.25s ease-in-out;
}

.faq-drawer__title {
  border-top: #000 1px solid;
  cursor: pointer;
  display: block;
  font-size: 1em;
  font-weight: 700;
  padding: 15px 3px 15px 5px;
  position: relative;
  margin-bottom: 0;
  transition: all 0.25s ease-out;
  background-color: #42aa46;
  color: white;
}

.faq-drawer__title::after {
  border-style: solid;
  border-width: 1px 1px 0 0;
  content: " ";
  display: inline-block;
  float: right;
  height: 10px;
  left: 0px;
  position: relative;
  right: 20px;
  top: 10px;
  transform: rotate(135deg);
  transition: 0.35s ease-in-out;
  vertical-align: top;
  width: 10px;
}

/* OPTIONAL HOVER STATE */
.faq-drawer__title:hover { 
   background-color: #b1d7be;
  color: black;
}

.faq-drawer__trigger:checked
  + .faq-drawer__title
  + .faq-drawer__content-wrapper {
  max-height:750px;
}

.faq-drawer__trigger:checked + .faq-drawer__title::after {
  transform: rotate(-45deg);
  transition: 0.25s ease-in-out;
}

input[type="checkbox"] {
  display: none;
}

@media only screen and (max-width: 600px) {
  .container {
    padding: 80px;
  }
}

.faq-drawer__content-wrapper {
  border-width: 1px 1px 0 0;
    background-color: #b1d7be;
    padding: 0 5px 0 5px;
}


table#pricing {
    border: 1px solid #000000;
    height: 100%;
    width: 100%;
    table-layout: auto;
    border-collapse: collapse;
    border-spacing: 1px;
    text-align: center;
  background-color: white;
}
table#pricing2 {
    border: 1px solid #000000;
    height: 100%;
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 1px;
    text-align: center;
  background-color: white;
}


td#pricing {
font-size: 1rem;
  line-height: 1,5;
  background-color: #42aa46!important;
color: white;
}
td#pricing2 {
font-size: 1rem;
  line-height: 1,5;
  background-color: #42aa46!important;
color: white;
  width: 33.3%;
}

table#pricing tr:nth-child(odd) {
   background-color: initial;
}
table#pricing tr:nth-child(even) {
   background-color: initial;
}

table#pricing2 tr:nth-child(odd) {
   background-color: initial;
}
table#pricing2 tr:nth-child(even) {
   background-color: initial;
}

table#pricing thead {
    background-color: #42aa46!important;
  color: white;
}
table#pricing2 thead {
    background-color: #42aa46!important;
  color: white;
  width: 33%!important;
}
.card-icon {
    float: left;
    padding-right: 1rem;
}

.register-page__content {
    background-color: #b1d7be;
    padding-bottom: 10px;
}