@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&family=Roboto:wght@400;700;900&display=swap');
main { padding-top: 15px; padding-bottom: 15px; }
.sc-menu {
    -moz-transform: translateX(-80px);
    -webkit-transform: translateX(-80px);
    -o-transform: translateX(-80px);
    -ms-transform: translateX(-80px);
    transform: translateX(-80px);
}
.accordion-header {
    border: 1px solid #0079bc !important;
    border-radius: 8px;
    color: #0079bc;
    background-image: linear-gradient(rgba(0,121,188,0),rgba(0,121,188,0.1));
    cursor: pointer;
    font-size: 22px;
}

.spacer30 { height: 30px; }
.spacer60 { height: 60px; }
.personabar-visible .stripe-on-admin {
background-image: linear-gradient(45deg, #fff4e0 25%, #ffffff 25%, #ffffff 50%, #fff4e0 50%, #fff4e0 75%, #ffffff 75%, #ffffff 100%);
background-size: 56.57px 56.57px;
}

#google_translate_element a { display: none; }

table
    tr:nth-child(odd) td {background-color: #F5F5F5;
}

th, td {
  text-align: left;
  padding: 15px;
}

table td, table td * {
    vertical-align: top;
}




