<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* circular image, html as class="square50" */
.square50 { 
  border-top-left-radius: 50% 50%;         
  border-top-right-radius: 50% 50%; 
  border-bottom-right-radius: 50% 50%;
  border-bottom-left-radius: 50% 50%;
}

.square20 { 
 border-radius: 8px;
}

.square25 { 
  border-top-left-radius: 25% 25%;         
  border-top-right-radius: 25% 25%; 
  border-bottom-right-radius: 25% 25%; 
  border-bottom-left-radius: 25% 25%; 
}

/* FILTER */
.filter-tab {
    background: none;
    border: none;
    color: #1a80b6;
    font-size: 16px;
}
.filter-hidden {
  display: none;
}
.item-list {
    display: flex;
    flex-wrap: wrap;
}
.item-list .item {
    margin: 5px;
}
.item-list .item img {
    height: 120px;
    width: 170px;
}
/* TABS */
.tabs a {
  display: inline-block;
  padding: 10px 15px;
  background-color: #eee;
  color: #333;
  border-radius: 5px 5px 0 0;
  margin: 5px 5px 10px 10px;
  text-decoration: none;
}
.tabs a.active {
          border-top: 2px solid #a885b5;
}
.tabs a:hover {
  background-color: #ccc;
}

.tab {
  display: none;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 0 0 5px 5px;
}

.tab-active {
  display: block;

}

/* END TABS */

/*Hide the registration ticket types*/
.registrationInfoContainer {
    display: none;
}


ol li {
  font-family: Georgia;
  font-size: 19px;
  color: rgba(44, 42, 42, 0.973);
}

ul li {
  font-family: Georgia;
  font-size: 19px;
  color: rgba(44, 42, 42, 0.973);
}

BODY, TD, P {
  font-family: Georgia;
  color: rgb(44, 44, 44);
  font-size: 19px;
}
H1 {
  font-family: Georgia;
  font-color: #6f2a7d;
  font-size: 1.5em;
  text-transform: none;
}
H1.contStyleHeading1Alt {
  text-transform: none;
  font-family: Georgia;
  font-size: 1.5em;
}
H2 {
  font-family: Georgia;
  font-color: #6f2a7d;
  font-size: 1.25em;
  text-transform: none;
}
H2.contStyleHeading2Alt {
  text-transform: none;
  font-size: 1.25em;
}
H3, H4, H5, H6 {
  font-family: Georgia;
  font-color: #6f2a7d;
  text-transform: none;
  font-size: 1.00em;
}
.WaGadgetBlog ul.boxesList li.boxesListItem .boxBodyOuterContainer .boxBodyContentOuterContainer .boxBodyContentContainer.fixedHeight {
max-height: 0;
}

.WaGadgetMenuHorizontal.HorizontalMenuStyle002{
    text-transform: none;
}

.quotedText {
  font-size: 25px;
  border-bottom: 2px dotted #4EAD4C;
  border-top: 2px dotted #4EAD4C;
  color: #a885b5;
  }

.contStyleHeaderTitle {
text-transform: none;
font: 300 28px/normal Georgia;
color: #0d1259;
text-align: center;
}  

  .profileMainOuterContainer #idSectionGroupAccountContainer .actionButtonContainer {
    visibility: normal
  }

.formTitleOuterContainer .formTitleContainer .inner h3.formTitle {
    color: #5a5a5a;
    font: 300 24px/normal Roboto Slab;
    display: block;
    margin-right: 150px;
}

.genericListTable tbody tr td .memberValue, .membersTable tbody tr td .memberValue {
    font-size: 18px;
}
.WaGadgetMenuHorizontal .als-container .als-viewport .als-wrapper .als-item {
  text-transform: none;
}

.WaGadgetMenuHorizontal.menuStyle002 .menuInner ul.firstLevel&gt;li&gt;.item&gt;a span {
   text-transform: none;
}</pre></body></html>