.toggle-bg {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.togglet {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 0 15px 0 !important;
}

.togglec {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.togglet h2 {
  color: #00A9CE;
  cursor: pointer;
  margin: 20px 0 10px 0;
}

@media only screen and (max-width: 1024px) {
  table {
    width: 100% !important;
  }
  
  table > tbody > tr > td[style*="vertical-align: top"] {
    display: block !important;
    width: 100% !important;
    padding-right: 0 !important;
    padding-top: 15px !important;
  }
  
  img[style*="max-width"] {
    max-width: 80% !important;
    margin: 0 auto !important;
  }
  
  table[border="1"] td {
    display: block !important;
    width: 100% !important;
  }
  
  td[style*="padding:"] {
    padding: 8px !important;
  }
  
  table > tbody > tr > td > table {
    margin-bottom: 15px !important;
  }
}

@media only screen and (max-width: 768px) {
  img[style*="max-width"] {
    max-width: 100% !important;
  }
  
  li {
    margin-bottom: 5px !important;
  }
}