body {background-color:#ffffff;}


abbr{ text-decoration: none;}
ul li{line-height:1.8em;
}
.accordion {
    background-color:#00566C;
    color: #ffffff;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: 1px solid black;
    text-align: left;
    outline: none;
    font-size: 16px;
    transition: 0.4s;
}

.active, .accordion:hover {
    background-color: #00566C;
}

.accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.active:after {
    content: "\2212";
}

.panel {
    padding: 5px 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.accordionsm {
    background-color:#ffffff;
    color: #000000;
    cursor: pointer;
    padding: 0px;
    width: 100%;
    border: 0px solid black;
    text-align: left;
    outline: none;
    font-size: 16px;
    transition: 0.4s;
}

.activesm, .accordionsm:hover {
    background-color: #ffffff;
}

.accordionsm:after {
    content: '\002B';
    color: #000000;
    font-weight: bold;
    float: right;
    margin-left: 0px;
}

.activesm:after {
    content: "";
}

.panelsm {
    padding: 5px 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.twitter-timeline{
    height: 300px;
    z-index: -20;
}
#FunctionalBlock1_ctl00_eventPageViewBase_ctl00_ctl00_paymentSystemsIconsBox{
    display: none;
}