@charset "UTF-8";
/*!
 *
 * BurgerEditor StyleSheet Default Styles v2.20.1
 *
 */

.bge-type-table {
  margin: 0;
  width: 100%;
}
.bge-type-table tr {
  border-bottom: #0050A4 1px solid;
  background: #fff;
}
.bge-type-table tr:first-child {
  border-top: #0050A4 1px solid;
}
.bge-type-table .bge-type-table__heading {
  padding: 15px;
  text-align: center;
  font-weight: bold;
  color: #0050A4;
  background: none;
  border: none;
}
.bge-type-table .bge-type-table__text {
  padding: 15px;
  border: none;
  text-align: start;
  background: none;
}
figcaption.bgt-box__caption {
  text-align: center;
  font-size: 14px;
}



@media screen and (max-width: 1099px) {
  [data-bgb=button] [data-bgt=button] {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}
.bge-type-table tr {
  border-bottom: #0050A4 1px solid;
  background: #fff;
  display: flex;
  flex-direction: column;
}
.bge-type-table .bge-type-table__heading {
  padding: 15px 15px 0;
  text-align: start;
  font-weight: bold;
  color: #0050A4;
  background: none;
  border: none;
  width: 100%;
}
.bge-type-table .bge-type-table__text {
  padding: 15px;
  border: none;
  text-align: start;
  background: none;
  width: 100%;
}
}