@font-face {
    font-family: OCR;
    src: url('OCR.ttf');
    src: url('OCR.woff');
}
@font-face {
    font-family: 'Genericons';
    src: url('fonts/fontawesome-webfont.eot');
    src: url('fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/fontawesome-webfont.woff') format('woff'),
        url('fonts/fontawesome-webfont.ttf') format('truetype'),
        url('fonts/fontawesome-webfont.svg#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
html, body, div, span, applet, object, iframe,
h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}
html {
    line-height: 1;
}
body{
    width:100%;
    font-family: "OCR";
    max-width: 100%;
}
a{
    text-decoration: none;
}
body > div{
    min-width: 100%;
    max-width: 100%;
}
.one-three{
    width: 33%;
    float: left;
}
.two-three{
    width:66%;
    float:left;
    position: relative;
}
.layout {
    width: 100%; 
    table-layout: fixed; 
}
.layout TD { 
    padding: 0px; 
    vertical-align: top; 
}
.col1 {
    width: 50%; 
}
.col2 { 
    width: 1050px; 
}
.col2 h1,.col2 h2{
    text-align: right;
    font-family: "OCR";
    color:#2d4169;
}
.col2 h1{
    padding-top: 50px;
}
.col2 h2{
    font-size: 30pt;
    font-weight: bold;
    padding-top: 20px;
}
.col3 {
    width: 50%; 
    text-align: right; 
}
#header .col1 img{
    padding-top:20px;
    padding-left: 20px;
}
#header .col3 img{
    padding-top:20px;
    padding-right: 20px;
}
#content .col1,#content .col3{
    position: relative;
}
#content .col1 >img:nth-child(1){
    height: 150px;
    padding-top: 50px;
    padding-left: 50px;
}
#content .col1 >img:nth-child(2){
    height: 150px;
    bottom:20px;
    left: 50px;
    position: absolute;
}
#content .col1 >img:nth-child(3){
    height: 150px;
    bottom: 0px;
    left: 50px;
    position: absolute;
}
#content .col3 >img:nth-child(1){
    height: 150px;
    padding-top: 50px;
    padding-right: 50px;
}
#content .col3 >img:nth-child(2){
    height: 150px;
    bottom:0px;
    right: 50px;
    position: absolute;
}
#content .col3 >img:nth-child(3){
    height: 150px;
    bottom: 0px;
    right: 50px;
    position: absolute;
}
#header h1{
    font-family: "OCR";
    color:#2d4169;
    position: relative;
    z-index: 999;
    font-weight: bold;
}
.clear{
    clear: both;
}
h1 {
    text-align: center;
    text-transform: uppercase;
    font-size: 55pt;
    margin:0px;
}
h2{
    font-family: "OCR";
}
a img {
    border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

[class*="genericon"] {
    display: inline-block;
    width: 16px;
    height: 16px;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    line-height: 1;
    font-family: 'Genericons';
    text-decoration: inherit;
    font-weight: normal;
    font-style: normal;
    vertical-align: top;
}

/* IE7 */
[class*="genericon"] {
    *overflow: auto;
    *zoom: 1;
    *display: inline;
}


.accordion {
    background-color: rgb(45,65,105);
    background-repeat: repeat;
    width: 100%;
    min-width: 950px;
    display: block;
    list-style-type: none;
    overflow: hidden;
    height: 100px;
    font-size: 0;
}

.tabs {
    display: inline-block;
    background-color: rgb(45,65,105);
    background-repeat: repeat;
    width: 80px;
    height: 100px;
    overflow: hidden;
    position: relative;
    margin: 0;
    font-size: 16px;
    -moz-transition: all 0.4s ease-in-out 0.1s;
    -o-transition: all 0.4s ease-in-out 0.1s;
    -webkit-transition: all 0.4s ease-in-out;
    -webkit-transition-delay: 0.1s;
    transition: all 0.4s ease-in-out 0.1s;
}
.tabs:hover {
    width: 450px;
}
.tabs:hover .social-links a:before {
    margin-left: -100px;
}
.tabs:hover .social-links a:after {
    margin-left: -5px;
}
.tabs .paragraph {
    position: relative;
    width: 360px;
    margin-left: 80px;
    padding: 0px 0 0 10px;
    height: 100px;
    background: #fff;
}
.tabs .paragraph h1 {
    font-size: 2.5em;
    margin-bottom: 10px;
}
.tabs .paragraph p {
    font-size: 0.88em;
    line-height: 1.5em;
    padding-right: 30px;
}

.social-links {
    display: block;
}
.social-links a {
    display: block;
    text-indent: -9999px;
    font-size: 0;
    line-height: 0;
}
.social-links a:before, .social-links a:after {
    -moz-transition: all 0.4s ease-in-out 0.1s;
    -o-transition: all 0.4s ease-in-out 0.1s;
    -webkit-transition: all 0.4s ease-in-out;
    -webkit-transition-delay: 0.1s;
    transition: all 0.4s ease-in-out 0.1s;
    width: 80px;
    height: 200px;
    position: absolute;
    text-indent: 0;
    padding-top: 45px;
    padding-left: 25px;
    display: block;
    font: normal 30px Genericons;
    color: #fff;
}
.social-links a:after {
    font-size: 48px;
    padding-left: 20px;
    padding-top: 40px;
    margin-left: 85px;
}

.twitter-icon a:before, .twitter-icon a:after {
    content: '\f099';
}
.twitter-icon a:after {
}

.bitcoin-icon a:before, .bitcoin-icon a:after {
    content: '\f15a';
}
.bitcoin-icon a:after {
}

.facebook-icon a:before, .facebook-icon a:after {
    content: '\f09a';
}
.facebook-icon a:after {
}


.dribbble-icon a:before, .dribbble-icon a:after {
    content: '\f0e0';
}
.dribbble-icon a:after {

}

.one-three > h2{
    height: 100px;
    text-align: center;
    line-height: 100px;
    font-size: 70px;
    font-weight: bolder;
    color: rgb(199, 231, 220);
}


#header img{
    height: 220px;
}
#content{
    position: relative;
}

#content h2 span{
    display: block;
    margin-top: 20px;
    font-size: 18pt;
}
#content > .operation{

    padding-top: 10px;
    padding-bottom: 10px;
    text-transform: none;
    background-color: none;
    text-align: right;
    padding-right: 320px;
    color:#009933;
    font-size: 30pt;
}
.text{
    padding-top: 20px;
    padding-bottom:20px; 
    text-align: justify;
    max-width: 1050px;
    min-width: 1050px;
    width: 1050px;
    margin: 0 auto;
    margin-bottom: 40px;
    font-size: 20pt;
}
.accordeon-content p:first-letter{
    padding-left: 50px;
}
.accordion2 {
    font-family:Arial, Helvetica, sans-serif; 
    margin:0 auto;
    font-size:14px;
    background:#fff;
    margin-top: 50px;
    margin-bottom: 50px;
}
.accordion2 ul {
    list-style:none;
    margin:0;
    padding:0;    
}

.accordeon-title-label{
    float: right;
    font-size:20px;
    cursor:pointer;
    display:block;
    color:#000;
    font-weight:bold;
    font-family:arial;
    width:10px;
    height:10px;
    text-decoration: underline;
}
.accordeon-title-label:first-letter{


}
.accordeon-content{
    padding:10px 0px 10px 0px;
    overflow:hidden;
    -webkit-transition:height 1s ease;
    transition:height 1s ease
}
.content-simone{
    height:405px;
}
.content-elena{
    height:365px;
}
.accordeon{
    position: relative;
    margin-bottom: 80px;
}
.content-simone .accordeon-title-label,.content-elena .accordeon-title-label,.content-serena .accordeon-title-label {
    font-family: OCR;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    *margin-right: .3em;
    position: absolute;
    bottom: -25px;
    font-size: 20pt;
    width:100%;
    text-align:justify;
}
.accordeon-checkbox:checked +.accordeon-content>.accordeon-title-label{
    text-align: center;
}
.content-simone .accordeon-title-label:before {
    content:"Simone Biles' leaked files";
}
.content-elena .accordeon-title-label:before {
    content:"Elena Delle Donne's leaked files";
}
.content-serena .accordeon-title-label:before {
    content:"Williams' sisters leaked files";
}
.accordeon-content .accordeon-title-label{
    width: 100%;
    text-align: center;
}

.accordion2 li {
    margin:0;
    padding:0;
}
.accordeon-content{
    box-sizing: border-box;
    color: rgb(34, 34, 34);
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.accordeon-content p{
    margin-bottom: 20px;
}

#content h2,#download h2{
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    font-size: 24pt;
    color: rgb(199, 231, 220);
    background-color: rgb(45,65,105);
    background-repeat: repeat-x;
    font-weight: bolder;
    z-index: 999;
    position: relative;
}

#footer{
    background-color: rgb(45,65,105);
    background-repeat: repeat;
    position: relative;
    z-index: 999;
    padding-bottom: 40px;
}
#footer  h2{
    padding:0px;
}

.partners{

}
.partners > .part-sp{
    float: left;
    width:14%;
    height:200px;
    line-height: 200px;
    text-align: center;
}
.partners > .part-sp img{
    width:150px;
    vertical-align: middle;
    position: relative;
    z-index: 999;
}
.tabs .paragraph h1{
    height: 100px;
    line-height: 100px;
}
.bitcoin .paragraph h1{
    height: 50px;
    line-height: 50px;
}
.background{
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    min-width: 100%;
    min-height: 100%;
    display: block;
    position: fixed;
    z-index: 0;
    opacity: 0.3;
    background-image: url('../image/PROFILE ANONYMOUS.png');
    filter: alpha(opacity=50);
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: 50% 50%;
}

.footer-image{
    text-align: center;
    width: 100%;
}
.footer-image img{
    width: 150px;
    margin-top: -50px;
}
.copyright{
    padding-left: 90px;
}
.copyright,.bitcoin{
    color:white;
    padding-top: 10px;
}
#donate-header{
    font-size: 24pt;
}
.bitcoin{
    text-align: center;
    font-size: 16pt;
    height: 50px;
    line-height: 50px;
}
.bitcoin img{
    height: 50px;
    vertical-align: middle;
}
.bitcoin-icon:after{
    font-family: Genericons;
    content: '\f15a';
}
.bitcoin-icon{
    font-size: 30pt;
    text-align: center;
    color:#fff;
}
#footer .one-three h2{
    font-size: 24pt;
}

#content h2 span{
    display: block;
}
.text p{
    margin-bottom: 20px;
}

.text p:first-letter{
    padding-left: 40px;
}
.accordeon .docs{
    text-align: center;
    width: 100%;
    margin:5px 0px 5px 0px;
}
.text .last-p:first-letter{
    padding-left: 0px;
}
.last-p{
    text-align: center;
}
.accordeon-content h3{
    text-align: center;
    background-color: rgb(45, 65, 105);
    color: rgb(199, 231, 220);
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.accordeon-content .avatar{
    width: 300px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
.accordeon-checkbox{
    display:none
}
.accordeon-checkbox:checked + .accordeon-content .accordeon-title-label:before{
    top:-2px;
    position:relative;
    content: "minimize";
}
.accordeon-checkbox-simone:checked + .accordeon-content .accordeon-title-label:before{
    top:-2px;
    position:relative;
    content: "\f146";
}
.accordeon-checkbox-elena:checked + .accordeon-content .accordeon-title-label:before{
    top:-2px;
    position:relative;
    content: "\f146";
}
.accordeon-checkbox:checked  + .content-simone{
    height:11100px;
}
.accordeon-checkbox:checked + .content-elena{
    height:3600px
}
.accordeon-checkbox:checked + .content-serena{
    height:15600px
}
.accordeon-checkbox:checked + .content-venus{
    height:9700px
}
.accordeon-checkbox{
    display:none
}
.accordeon-checkbox-elena{
    display:none
}
.content-simone, .content-elena, .content-serena, .content-venus, .content-elena-docs, .content-serena-docs, .content-simone-docs, .content-venus-docs{
    height:5px;
}
.accordeon-checkbox:checked  + .content-simone-docs{
    height:420px;
}
.accordeon-checkbox:checked  + .content-elena-docs{
    height:250px;
}
.accordeon-checkbox:checked  + .content-serena-docs{
    height:500px;
}
.accordeon-checkbox:checked  + .content-venus-docs{
    height:250px;
}

.person > h3, .text > h3{
    text-align: center;
    background-color: rgb(45, 65, 105);
    color: rgb(199, 231, 220);
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.image-box{
    width: 100%;
    text-align: center;
    margin-top:20px;
}
.image-box > img{
    width: 70%;
    border: 2px solid rgb(45,65,105);
}

.image-box > a{
    text-decoration: underline;
    color:#000;
}
.image-box > a:hover{
    text-decoration: underline;
    color:#000;
}
.download-section{
    margin-top:50px;
}
.download-section > h3{
    text-align: center;
    text-transform: uppercase;
    padding: 10px 0 10px 0;
    background-color: rgb(45,65,105);
    color: rgb(199, 231, 220);
}
.section-list > ul > li >a{
    color: rgb(45, 65, 105);
}
.section-list > ul > li{
    margin-bottom: 10px;
}
.section-list > ul > li >a:hover{
    text-decoration: underline;
}
.section-list > ul{
    list-style: none;
}
.section-header{
    float: left;
    width: 40%;
}
.section-list{
    float: right;
    width: 59%;
    text-align: right;
}
.section{
    border-bottom: 2px solid rgb(45,65,105);
    border-left: 2px solid rgb(45,65,105);
    border-right: 2px solid rgb(45,65,105);
    padding: 10px;
}
.person{
    margin-top: 50px;
}
.accordeon-title-label-docs {
    font-family: OCR;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    *margin-right: .3em;
    position: absolute;
    bottom: -25px;
    width: 100%;
    text-align: center;
    text-decoration: underline;

}
.accordeon-title-label-docs:hover{
    cursor: pointer;
}
.accordeon-title-label-docs:before {
    content: "Download original documents";
}

.accordeon-checkbox:checked + .accordeon-content .accordeon-title-label-docs:before{
    top:-2px;
    position:relative;
    content: "minimize";
}
#footer>img:nth-child(1){
    position: absolute;
    height: 180px;
    top:-180px;
    left: 20px;
}

#footer>img:nth-child(2){
    position: absolute;
    height: 180px;
    top:-190px;
    right: 30px;
}

.list-docs{
    list-style: none;
    margin: 30px auto 0 auto;
    width: 700px;
}
.list-docs > li{
    margin-right: 20px;
    margin-bottom: 20px;
}
.list-docs > li:nth-child(odd){
    float: left;
}

.list-docs > li:nth-child(even){
    float: right;
}
.list-docs > li > a, .docs-box > a{
    color:#000;
}
.list-docs > li > a:hover{
    text-decoration: underline;
}

.read-more{
    cursor: pounter;
    color: rgb(199, 231, 220);
    background-color: rgb(45,65,105);
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
.country-p:first-letter{
    padding-left: 0;
}
.accordeon-title-label-docs:hover{
    cursor: pointer;
}
.person-c > .accordeon{
    margin-bottom: 40px;
}
.person .person-name{
    text-decoration: underline;
    font-weight: bolder;
}

.accordeon-checkbox:checked + .content-usa-1{
    height:7300px
}

.accordeon-checkbox:checked + .content-usa-2{
    height:1350px
}

.accordeon-checkbox:checked + .content-usa-3{
    height:1350px
}

.accordeon-checkbox:checked + .content-usa-4{
    height:2300px
}

.accordeon-checkbox:checked + .content-usa-5{
    height:2300px
}

.accordeon-checkbox:checked + .content-usa-6{
    height:6950px
}
.accordeon-checkbox:checked + .content-usa-7{
    height:2350px
}
.accordeon-checkbox:checked + .content-usa-8{
    height:3900px
}
.accordeon-checkbox:checked + .content-usa-9{
    height:4050px
}
.accordeon-checkbox:checked + .content-usa-10{
    height:3350px
}
.accordeon-checkbox:checked + .content-gb-1{
    height:6350px
}
.accordeon-checkbox:checked + .content-gb-2{
    height:1350px
}
.accordeon-checkbox:checked + .content-gb-3{
    height:4250px
}
.accordeon-checkbox:checked + .content-gb-4{
    height:8250px
}
.accordeon-checkbox:checked + .content-gb-5{
    height:7300px
}
.accordeon-checkbox:checked + .content-dk-1{
    height:4050px
}

.accordeon-checkbox:checked + .content-ru-1{
    height:2050px
}
.accordeon-checkbox:checked + .content-cz-1{
    height:3350px

}
.accordeon-checkbox:checked + .content-de-1{
    height:4000px
}
.accordeon-content{
    height:5px;
}
.label-country{
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: -25px;
}
.accordeon-content h4{
    margin-top: 50px;
    text-align: center;
}
.country-p .person-c{
    margin-top: 0px;
}
.country{
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    color: rgb(199, 231, 220);
    background-color: rgb(45,65,105);   
}
.accordeon-checkbox:checked + .content-gb-8{
    height:7250px
}
.accordeon-checkbox:checked + .content-dk-2{
    height:5800px
}
.accordeon-checkbox:checked + .content-au-2{
    height:6250px
}   
.accordeon-checkbox:checked + .content-nz-2,
.accordeon-checkbox:checked + .content-usa-15{
    height:4350px
}
.accordeon-checkbox:checked + .content-au-7,
.accordeon-checkbox:checked + .content-usa-25{
    height:5350px
}
.accordeon-checkbox:checked + .content-gb-6,
.accordeon-checkbox:checked + .content-gb-9,
.accordeon-checkbox:checked + .content-de-6,
.accordeon-checkbox:checked + .content-au-3,
.accordeon-checkbox:checked + .content-gb-15,
.accordeon-checkbox:checked + .content-gb-11,
.accordeon-checkbox:checked + .content-dk-3,
.accordeon-checkbox:checked + .content-dk-4,
.accordeon-checkbox:checked + .content-es-2,
.accordeon-checkbox:checked + .content-usa-13,
.accordeon-checkbox:checked + .content-ca-2,
.accordeon-checkbox:checked + .content-ca-3,
.accordeon-checkbox:checked + .content-au-6,
.accordeon-checkbox:checked + .content-ca-8,
.accordeon-checkbox:checked + .content-ca-9,
.accordeon-checkbox:checked + .content-br-1,
.accordeon-checkbox:checked + .content-it-4,
.accordeon-checkbox:checked + .content-ch-1,
.accordeon-checkbox:checked + .content-usa-16,
.accordeon-checkbox:checked + .content-gb-21{
    height:2350px
}
.accordeon-checkbox:checked + .content-au-1, 
.accordeon-checkbox:checked + .content-gb-10,
.accordeon-checkbox:checked + .content-gb-18,
.accordeon-checkbox:checked + .content-ch-2,
.accordeon-checkbox:checked + .content-usa-17{
    height:3350px
}
.accordeon-checkbox:checked + .content-pl-1,
.accordeon-checkbox:checked + .content-ro-1,
.accordeon-checkbox:checked + .content-de-2,
.accordeon-checkbox:checked + .content-de-3,
.accordeon-checkbox:checked + .content-gb-7,
.accordeon-checkbox:checked + .content-de-7,
.accordeon-checkbox:checked + .content-de-5,
.accordeon-checkbox:checked + .content-de-4,
.accordeon-checkbox:checked + .content-es-1,
.accordeon-checkbox:checked + .content-ar-1,
.accordeon-checkbox:checked + .content-bi-1,
.accordeon-checkbox:checked + .content-be-1,
.accordeon-checkbox:checked + .content-ar-2,
.accordeon-checkbox:checked + .content-gb-12,
.accordeon-checkbox:checked + .content-gb-13,
.accordeon-checkbox:checked + .content-gb-14,
.accordeon-checkbox:checked + .content-gb-16,
.accordeon-checkbox:checked + .content-gb-17,
.accordeon-checkbox:checked + .content-hu-1,
.accordeon-checkbox:checked + .content-usa-14,
.accordeon-checkbox:checked + .content-usa-12,
.accordeon-checkbox:checked + .content-usa-11,
.accordeon-checkbox:checked + .content-au-5,
.accordeon-checkbox:checked + .content-fr-1,
.accordeon-checkbox:checked + .content-fr-2,
.accordeon-checkbox:checked + .content-ca-1
.accordeon-checkbox:checked + .content-ca-4,
.accordeon-checkbox:checked + .content-au-4,
.accordeon-checkbox:checked + .content-ca-5,
.accordeon-checkbox:checked + .content-ca-6,
.accordeon-checkbox:checked + .content-ca-7,
.accordeon-checkbox:checked + .content-hr-1,
.accordeon-checkbox:checked + .content-ca-11,
.accordeon-checkbox:checked + .content-ca-10,
.accordeon-checkbox:checked + .content-ca-22,
.accordeon-checkbox:checked + .content-co-2,
.accordeon-checkbox:checked + .content-de-8,
.accordeon-checkbox:checked + .content-de-9,
.accordeon-checkbox:checked + .content-de-11,
.accordeon-checkbox:checked + .content-fr-3,
.accordeon-checkbox:checked + .content-au-8,
.accordeon-checkbox:checked + .content-ar-3,
.accordeon-checkbox:checked + .content-gb-19,
.accordeon-checkbox:checked + .content-gb-20,
.accordeon-checkbox:checked + .content-gb-22,
.accordeon-checkbox:checked + .content-gb-23,
.accordeon-checkbox:checked + .content-gb-26,
.accordeon-checkbox:checked + .content-it-1,
.accordeon-checkbox:checked + .content-it-2,
.accordeon-checkbox:checked + .content-it-3,
.accordeon-checkbox:checked + .content-it-5,
.accordeon-checkbox:checked + .content-ve-1,
.accordeon-checkbox:checked + .content-se-1,
.accordeon-checkbox:checked + .content-se-3,
.accordeon-checkbox:checked + .content-se-4,
.accordeon-checkbox:checked + .content-nz-3,
.accordeon-checkbox:checked + .content-nz-5,
.accordeon-checkbox:checked + .content-jp-1,
.accordeon-checkbox:checked + .content-jp-2,
.accordeon-checkbox:checked + .content-jp-5,
.accordeon-checkbox:checked + .content-jp-6,
.accordeon-checkbox:checked + .content-rs-1,
.accordeon-checkbox:checked + .content-rs-2,
.accordeon-checkbox:checked + .content-za-1,
.accordeon-checkbox:checked + .content-za-2,
.accordeon-checkbox:checked + .content-dk-5,
.accordeon-checkbox:checked + .content-dk-6,
.accordeon-checkbox:checked + .content-usa-18,
.accordeon-checkbox:checked + .content-usa-19,
.accordeon-checkbox:checked + .content-usa-20,
.accordeon-checkbox:checked + .content-usa-21,
.accordeon-checkbox:checked + .content-usa-33,
.accordeon-checkbox:checked + .content-usa-37{
    height:1350px
}
.accordeon-checkbox:checked + .accordeon-content .accordeon-title-label-pl-1:before,
.accordeon-checkbox:checked + .accordeon-content .accordeon-title-label-ru-1:before,
.accordeon-checkbox:checked + .accordeon-content .accordeon-title-label-dk-1:before,
.accordeon-checkbox:checked + .accordeon-content .accordeon-title-label-gb-5:before,
.accordeon-checkbox:checked + .accordeon-content .accordeon-title-label-gb-4:before,
.accordeon-checkbox:checked + .accordeon-content .accordeon-title-label-gb-3:before,
.accordeon-checkbox:checked + .accordeon-content .accordeon-title-label-gb-2:before,
.accordeon-checkbox:checked + .accordeon-content .accordeon-title-label-gb-1:before,
.accordeon-checkbox:checked + .accordeon-content .accordeon-title-label-usa-10:before,
.accordeon-checkbox:checked + .accordeon-content .accordeon-title-label-usa-9:before,
.accordeon-checkbox:checked + .accordeon-content .accordeon-title-label-usa-8:before,
.accordeon-checkbox:checked + .accordeon-content .accordeon-title-label-usa-7:before,
.accordeon-checkbox:checked + .accordeon-content .accordeon-title-label-usa-6:before,
.accordeon-checkbox:checked + .accordeon-content .accordeon-title-label-usa-5:before,
.accordeon-checkbox:checked + .accordeon-content .accordeon-title-label-usa-4:before,
.accordeon-checkbox:checked + .accordeon-content .accordeon-title-label-usa-3:before,
.accordeon-checkbox:checked + .accordeon-content .accordeon-title-label-usa-2:before,
.accordeon-checkbox:checked + .accordeon-content .accordeon-title-label-usa-1:before,
.accordeon-checkbox:checked + .accordeon-content .accordeon-title-label-gb-13:before,
.accordeon-checkbox:checked + .accordeon-content .accordeon-title-label-gb-12:before,
.accordeon-checkbox:checked + .accordeon-content .accordeon-title-label-gb-11:before,
.accordeon-checkbox:checked + .accordeon-content .accordeon-title-label-gb-10:before,
.accordeon-checkbox:checked + .accordeon-content .accordeon-title-label-bi-1:before,
.accordeon-checkbox:checked + .accordeon-content .accordeon-title-label-be-1:before,
.accordeon-checkbox:checked + .accordeon-content .accordeon-title-label-ar-2:before,
.accordeon-checkbox:checked + .accordeon-content .accordeon-title-label-ar-1:before,
.accordeon-checkbox:checked + .accordeon-content .accordeon-title-label-au-3:before, 
.accordeon-checkbox:checked + .accordeon-content .accordeon-title-label-es-1:before,
.accordeon-checkbox:checked + .accordeon-content .accordeon-title-label-au-1:before, 
.accordeon-checkbox:checked + .accordeon-content .accordeon-title-label-au-2:before,
.accordeon-checkbox:checked + .accordeon-content .accordeon-title-label-de-7:before, 
.accordeon-checkbox:checked + .accordeon-content .accordeon-title-label-dk-2:before,
.accordeon-checkbox:checked + .accordeon-content .accordeon-title-label-gb-9:before,
.accordeon-checkbox:checked + .accordeon-content .accordeon-title-label-de-6:before,
.accordeon-checkbox:checked + .accordeon-content .accordeon-title-label-gb-8:before,
.accordeon-checkbox:checked + .accordeon-content .accordeon-title-label-gb-7:before,
.accordeon-checkbox:checked + .accordeon-content .accordeon-title-label-gb-6:before,
.accordeon-checkbox:checked + .accordeon-content .accordeon-title-label-de-5:before,
.accordeon-checkbox:checked + .accordeon-content .accordeon-title-label-de-4:before,
.accordeon-checkbox:checked + .accordeon-content .accordeon-title-label-de-3:before,
.accordeon-checkbox:checked + .accordeon-content .accordeon-title-label-de-2:before,
.accordeon-checkbox:checked + .accordeon-content .accordeon-title-label-de-1:before,
.accordeon-checkbox:checked + .accordeon-content .accordeon-title-label-ro-1:before,
.accordeon-checkbox:checked + .accordeon-content .accordeon-title-label-cz-1:before,
.accordeon-checkbox:checked + .accordeon-content .accordeon-title-label-hr-1:before,
.accordeon-checkbox:checked + .accordeon-content .accordeon-title-label-ca-11:before,
.accordeon-checkbox:checked + .accordeon-content .accordeon-title-label-ca-10:before,
.accordeon-checkbox:checked + .accordeon-content .accordeon-title-label-ca-9:before,
.accordeon-checkbox:checked + .accordeon-content .accordeon-title-label-ca-8:before,
.accordeon-checkbox:checked + .accordeon-content .accordeon-title-label-ca-7:before,
.accordeon-checkbox:checked + .accordeon-content .accordeon-title-label-ca-6:before,
.accordeon-checkbox:checked + .accordeon-content .accordeon-title-label-ca-5:before,
.accordeon-checkbox:checked + .accordeon-content .accordeon-title-label-au-7:before,
.accordeon-checkbox:checked + .accordeon-content .accordeon-title-label-au-6:before,
.accordeon-checkbox:checked + .accordeon-content .accordeon-title-label-au-5:before,
.accordeon-checkbox:checked + .accordeon-content .accordeon-title-label-au-4:before,
.accordeon-checkbox:checked + .accordeon-content .accordeon-title-label-ca-4:before,
.accordeon-checkbox:checked + .accordeon-content .accordeon-title-label-ca-3:before,
.accordeon-checkbox:checked + .accordeon-content .accordeon-title-label-ca-2:before,
.accordeon-checkbox:checked + .accordeon-content .accordeon-title-label-ca-1:before,
.accordeon-checkbox:checked + .accordeon-content .accordeon-title-label-fr-2:before,
.accordeon-checkbox:checked + .accordeon-content .accordeon-title-label-fr-1:before,
.accordeon-checkbox:checked + .accordeon-content .accordeon-title-label-usa-14:before,
.accordeon-checkbox:checked + .accordeon-content .accordeon-title-label-usa-13:before,
.accordeon-checkbox:checked + .accordeon-content .accordeon-title-label-usa-12:before,
.accordeon-checkbox:checked + .accordeon-content .accordeon-title-label-usa-11:before,
.accordeon-checkbox:checked + .accordeon-content .accordeon-title-label-es-2:before,
.accordeon-checkbox:checked + .accordeon-content .accordeon-title-label-dk-4:before,
.accordeon-checkbox:checked + .accordeon-content .accordeon-title-label-dk-3:before,
.accordeon-checkbox:checked + .accordeon-content .accordeon-title-label-hu-1:before,
.accordeon-checkbox:checked + .accordeon-content .accordeon-title-label-gb-17:before,
.accordeon-checkbox:checked + .accordeon-content .accordeon-title-label-gb-16:before,
.accordeon-checkbox:checked + .accordeon-content .accordeon-title-label-gb-15:before,
.accordeon-checkbox:checked + .accordeon-content .accordeon-title-label-gb-14:before,
.accordeon-checkbox:checked + .accordeon-content .accordeon-title-label-dk-5:before,
.accordeon-checkbox:checked + .accordeon-content .accordeon-title-label-dk-6:before,
.accordeon-checkbox:checked + .accordeon-content .accordeon-title-label-ca-22:before,
.accordeon-checkbox:checked + .accordeon-content .accordeon-title-label-co-2:before,
.accordeon-checkbox:checked + .accordeon-content .accordeon-title-label-de-8:before,
.accordeon-checkbox:checked + .accordeon-content .accordeon-title-label-de-9:before,
.accordeon-checkbox:checked + .accordeon-content .accordeon-title-label-de-11:before,
.accordeon-checkbox:checked + .accordeon-content .accordeon-title-label-fr-3:before,
.accordeon-checkbox:checked + .accordeon-content .accordeon-title-label-br-1:before,
.accordeon-checkbox:checked + .accordeon-content .accordeon-title-label-au-8:before,
.accordeon-checkbox:checked + .accordeon-content .accordeon-title-label-ar-3:before,
.accordeon-checkbox:checked + .accordeon-content .accordeon-title-label-gb-18:before,
.accordeon-checkbox:checked + .accordeon-content .accordeon-title-label-gb-19:before,
.accordeon-checkbox:checked + .accordeon-content .accordeon-title-label-gb-20:before,
.accordeon-checkbox:checked + .accordeon-content .accordeon-title-label-gb-21:before,
.accordeon-checkbox:checked + .accordeon-content .accordeon-title-label-gb-22:before,
.accordeon-checkbox:checked + .accordeon-content .accordeon-title-label-gb-23:before,
.accordeon-checkbox:checked + .accordeon-content .accordeon-title-label-gb-26:before,
.accordeon-checkbox:checked + .accordeon-content .accordeon-title-label-it-1:before,
.accordeon-checkbox:checked + .accordeon-content .accordeon-title-label-it-2:before,
.accordeon-checkbox:checked + .accordeon-content .accordeon-title-label-it-3:before,
.accordeon-checkbox:checked + .accordeon-content .accordeon-title-label-it-4:before,
.accordeon-checkbox:checked + .accordeon-content .accordeon-title-label-it-5:before,
.accordeon-checkbox:checked + .accordeon-content .accordeon-title-label-ve-1:before,
.accordeon-checkbox:checked + .accordeon-content .accordeon-title-label-se-1:before,
.accordeon-checkbox:checked + .accordeon-content .accordeon-title-label-se-3:before,
.accordeon-checkbox:checked + .accordeon-content .accordeon-title-label-se-4:before,
.accordeon-checkbox:checked + .accordeon-content .accordeon-title-label-jp-1:before,
.accordeon-checkbox:checked + .accordeon-content .accordeon-title-label-jp-2:before,
.accordeon-checkbox:checked + .accordeon-content .accordeon-title-label-jp-5:before,
.accordeon-checkbox:checked + .accordeon-content .accordeon-title-label-jp-6:before,
.accordeon-checkbox:checked + .accordeon-content .accordeon-title-label-nz-2:before,
.accordeon-checkbox:checked + .accordeon-content .accordeon-title-label-nz-3:before,
.accordeon-checkbox:checked + .accordeon-content .accordeon-title-label-nz-5:before,
.accordeon-checkbox:checked + .accordeon-content .accordeon-title-label-rs-1:before,
.accordeon-checkbox:checked + .accordeon-content .accordeon-title-label-rs-2:before,
.accordeon-checkbox:checked + .accordeon-content .accordeon-title-label-za-1:before,
.accordeon-checkbox:checked + .accordeon-content .accordeon-title-label-za-2:before,
.accordeon-checkbox:checked + .accordeon-content .accordeon-title-label-ch-1:before,
.accordeon-checkbox:checked + .accordeon-content .accordeon-title-label-ch-2:before,
.accordeon-checkbox:checked + .accordeon-content .accordeon-title-label-usa-15:before,
.accordeon-checkbox:checked + .accordeon-content .accordeon-title-label-usa-16:before,
.accordeon-checkbox:checked + .accordeon-content .accordeon-title-label-usa-17:before,
.accordeon-checkbox:checked + .accordeon-content .accordeon-title-label-usa-18:before,
.accordeon-checkbox:checked + .accordeon-content .accordeon-title-label-usa-19:before,
.accordeon-checkbox:checked + .accordeon-content .accordeon-title-label-usa-20:before,
.accordeon-checkbox:checked + .accordeon-content .accordeon-title-label-usa-21:before,
.accordeon-checkbox:checked + .accordeon-content .accordeon-title-label-usa-25:before,
.accordeon-checkbox:checked + .accordeon-content .accordeon-title-label-usa-33:before,
.accordeon-checkbox:checked + .accordeon-content .accordeon-title-label-usa-37:before{
    top:-2px;
    position:relative;
    content: "minimize";
}
.accordeon-title-label-usa-10:before {
    content: "Tervel Ivaylov Dlagnev";
    cursor:pointer;
    text-decoration: underline;
}
.accordeon-title-label-dk-1:before {
    content: "Pernille Blume";
    cursor:pointer;
    text-decoration: underline;
}
.accordeon-title-label-gb-5:before {
    content: "Sam Townsend";
    cursor:pointer;
    text-decoration: underline;
}
.accordeon-title-label-gb-4:before {
    content: "Heather Fisher";
    cursor:pointer;
    text-decoration: underline;
}
.accordeon-title-label-gb-3:before {
    content: "Christopher Froome";
    cursor:pointer;
    text-decoration: underline;
}
.accordeon-title-label-gb-2:before {
    content: "Charley Hull";
    cursor:pointer;
    text-decoration: underline;
}
.accordeon-title-label-gb-1:before {
    content: "Bradley Wiggins";
    cursor:pointer;
    text-decoration: underline;
}
.accordeon-title-label-ro-1:before {
    content: "Cogianu Roxana";
    cursor:pointer;
    text-decoration: underline;
}
.accordeon-title-label-de-1:before {
    content: "Robert Harting";
    cursor:pointer;
    text-decoration: underline;
}
.accordeon-title-label-de-2:before {
    content: "Franziska Hentke";
    cursor:pointer;
    text-decoration: underline;
}
.accordeon-title-label-de-3:before {
    content: "Christina Obergfoll";
    cursor:pointer;
    text-decoration: underline;
}
.accordeon-title-label-de-4:before {
    content: "Christian Vom Lehn";
    cursor:pointer;
    text-decoration: underline;
}
.accordeon-title-label-de-5:before {
    content: "Christian Reichert";
    cursor:pointer;
    text-decoration: underline;
}
.accordeon-title-label-gb-9:before {
    content: "Olivia Carnegie-Brown";
    cursor:pointer;
    text-decoration: underline;
}
.accordeon-title-label-de-6:before {
    content: "Julian Justus";
    cursor:pointer;
    text-decoration: underline;
}
.accordeon-title-label-de-7:before {
    content: "Laura Siegemund";
    cursor:pointer;
    text-decoration: underline;
}
.accordeon-title-label-dk-2:before {
    content: "Jeanette Ottesen";
    cursor:pointer;
    text-decoration: underline;
}
.accordeon-title-label-au-1:before {
    content: "Belonogoff Alexander";
    cursor:pointer;
    text-decoration: underline;
}
.accordeon-title-label-au-2:before {
    content: "Bobridge Jack";
    cursor:pointer;
    text-decoration: underline;
}
.accordeon-title-label-au-3:before {
    content: "Brennan Kimberley";
    cursor:pointer;
    text-decoration: underline;
}
.accordeon-title-label-es-1:before {
    content: "Belmonte Garcia Mireia";
    cursor:pointer;
    text-decoration: underline;
}
.accordeon-title-label-ar-1:before {
    content: "Lucas Martin Rey";
    cursor:pointer;
    text-decoration: underline;
}
.accordeon-title-label-ar-2:before {
    content: "Facundo Callioni";
    cursor:pointer;
    text-decoration: underline;
}
.accordeon-title-label-be-1:before {
    content: "Loick Luypaert";
    cursor:pointer;
    text-decoration: underline;
}
.accordeon-title-label-bi-1:before {
    content: "Francine Niyonsaba";
    cursor:pointer;
    text-decoration: underline;
}
.accordeon-title-label-gb-10:before {
    content: "Alexandra Danson";
    cursor:pointer;
    text-decoration: underline;
}
.accordeon-title-label-gb-11:before {
    content: "Callum Skinner";
    cursor:pointer;
    text-decoration: underline;
}
.accordeon-title-label-gb-12:before {
    content: "Crista Cullen";
    cursor:pointer;
    text-decoration: underline;
}
.accordeon-title-label-gb-13:before {
    content: "Helen Glover";
    cursor:pointer;
    text-decoration: underline;
}
.accordeon-title-label-gb-14:before {
    content: "Justin Rose";
    cursor:pointer;
    text-decoration: underline;
}
.accordeon-title-label-gb-15:before {
    content: "Mohamed Farah";
    cursor:pointer;
    text-decoration: underline;
}
.accordeon-title-label-gb-16:before {
    content: "Peter Reed";
    cursor:pointer;
    text-decoration: underline;
}
.accordeon-title-label-gb-17:before {
    content: "Samantha Quek";
    cursor:pointer;
    text-decoration: underline;
}
.accordeon-title-label-hu-1:before {
    content: "Laszlo Cseh";
    cursor:pointer;
    text-decoration: underline;
}
.accordeon-title-label-ru-1:before {
    content: "Misha Aloyan";
    cursor:pointer;
    text-decoration: underline;
}
.accordeon-title-label-pl-1:before {
    content: "Madaj Natalia";
    cursor:pointer;
    text-decoration: underline;
}
.accordeon-title-label-cz-1:before {
    content: "Kvitova Petra";
    cursor:pointer;
    text-decoration: underline;
}
.accordeon-title-label-gb-6:before {
    content: "Nicola Adams";
    cursor:pointer;
    text-decoration: underline;
}
.accordeon-title-label-gb-7:before {
    content: "Laura Trott";
    cursor:pointer;
    text-decoration: underline;
}
.accordeon-title-label-gb-8:before {
    content: "Siobhan-Marie O'Connor";
    cursor:pointer;
    text-decoration: underline;
}
.accordeon-title-label-dk-3:before {
    content: "Casper Mortensen";
    cursor:pointer;
    text-decoration: underline;
}
.accordeon-title-label-dk-4:before {
    content: "Niklas Larsen";
    cursor:pointer;
    text-decoration: underline;
}
.accordeon-title-label-es-2:before {
    content: "Rafael Nadal";
    cursor:pointer;
    text-decoration: underline;
}
.accordeon-title-label-usa-11:before {
    content: "Ariana Washington";
    cursor:pointer;
    text-decoration: underline;
}
.accordeon-title-label-usa-12:before {
    content: "Brady Ellison";
    cursor:pointer;
    text-decoration: underline;
}
.accordeon-title-label-usa-13:before {
    content: "Connor Jaeger";
    cursor:pointer;
    text-decoration: underline;
}
.accordeon-title-label-usa-14:before {
    content: "Lauren Hernandez";
    cursor:pointer;
    text-decoration: underline;
}
.accordeon-title-label-fr-1:before {
    content: "Dimitri Bascou";
    cursor:pointer;
    text-decoration: underline;
}
.accordeon-title-label-ca-4:before {
    content: "Sophie Schmidt";
    cursor:pointer;
    text-decoration: underline;
}
.accordeon-title-label-fr-2:before {
    content: "Gauthier Grumier";
    cursor:pointer;
    text-decoration: underline;
}
.accordeon-title-label-ca-1:before {
    content: "Christine Sinclair";
    cursor:pointer;
    text-decoration: underline;
}
.accordeon-title-label-ca-2:before {
    content: "Melissa Tancredi";
    cursor:pointer;
    text-decoration: underline;
}
.accordeon-title-label-ca-3:before {
    content: "Rhian Wilkinson";
    cursor:pointer;
    text-decoration: underline;
}
.accordeon-title-label-au-4:before {
    content: "Cate Campbell";
    cursor:pointer;
    text-decoration: underline;
}
.accordeon-title-label-au-5:before {
    content: "Jessica Esther Fox";
    cursor:pointer;
    text-decoration: underline;
}
.accordeon-title-label-au-6:before {
    content: "Madison Wilson";
    cursor:pointer;
    text-decoration: underline;
}
.accordeon-title-label-au-7:before {
    content: "Taylor McKeown";
    cursor:pointer;
    text-decoration: underline;
}
.accordeon-title-label-usa-17:before {
    content: "Kelsey Kolojejchick";
    cursor:pointer;
    text-decoration: underline;
}
.accordeon-title-label-usa-18:before {
    content: "Michelle Kasold";
    cursor:pointer;
    text-decoration: underline;
}
.accordeon-title-label-usa-19:before {
    content: "Patrick Reed";
    cursor:pointer;
    text-decoration: underline;
}
.accordeon-title-label-usa-20:before {
    content: "Vincent Hancock";
    cursor:pointer;
    text-decoration: underline;
}
.accordeon-title-label-usa-21:before {
    content: "Shalane Flanagan";
    cursor:pointer;
    text-decoration: underline;
}
.accordeon-title-label-usa-15:before {
    content: "Alisha Glass";
    cursor:pointer;
    text-decoration: underline;
}
.accordeon-title-label-usa-16:before {
    content: "Galen Rupp";
    cursor:pointer;
    text-decoration: underline;
}
.accordeon-title-label-ch-2:before {
    content: "Nino Schurter";
    cursor:pointer;
    text-decoration: underline;
}
.accordeon-title-label-za-1:before {
    content: "Cameron Van Der Burgh";
    cursor:pointer;
    text-decoration: underline;
}
.accordeon-title-label-ch-1:before {
    content: "Fabian Cancellara";
    cursor:pointer;
    text-decoration: underline;
}
.accordeon-title-label-rs-2:before {
    content: "Silvija Popovic";
    cursor:pointer;
    text-decoration: underline;
}
.accordeon-title-label-jp-1:before {
    content: "Kaori Matsumoto";
    cursor:pointer;
    text-decoration: underline;
}
.accordeon-title-label-rs-1:before {
    content: "Milos Teodosic";
    cursor:pointer;
    text-decoration: underline;
}
.accordeon-title-label-it-5:before {
    content: "Teresa Frassinetti";
    cursor:pointer;
    text-decoration: underline;
}

.accordeon-title-label-se-1:before {
    content: "Olivia Schough";
    cursor:pointer;
    text-decoration: underline;
}
.accordeon-title-label-it-4:before {
    content: "Matteo Lodo";
    cursor:pointer;
    text-decoration: underline;
}
.accordeon-title-label-it-1:before {
    content: "Paolo Pizzo";
    cursor:pointer;
    text-decoration: underline;
}
.accordeon-title-label-it-2:before {
    content: "Rachele Bruni";
    cursor:pointer;
    text-decoration: underline;
}
.accordeon-title-label-br-1:before {
    content: "Diego Hypolito";
    cursor:pointer;
    text-decoration: underline;
}

.accordeon-title-label-it-3:before {
    content: "Emanuele Birarelli";
    cursor:pointer;
    text-decoration: underline;
}
.accordeon-title-label-gb-18:before {
    content: "Harry Aikines-Aryeetey";
    cursor:pointer;
    text-decoration: underline;
}
.accordeon-title-label-gb-19:before {
    content: "Nile Wilson";
    cursor:pointer;
    text-decoration: underline;
}
.accordeon-title-label-gb-20:before {
    content: "Richard Chambers";
    cursor:pointer;
    text-decoration: underline;
}
.accordeon-title-label-gb-21:before {
    content: "Saskia Clark";
    cursor:pointer;
    text-decoration: underline;
}
.accordeon-title-label-gb-22:before {
    content: "Sophie Ainsworth";
    cursor:pointer;
    text-decoration: underline;
}
.accordeon-title-label-gb-23:before {
    content: "Stephen Cummings";
    cursor:pointer;
    text-decoration: underline;
}
.accordeon-title-label-ar-3:before {
    content: "Juan Ignacio Gilardi";
    cursor:pointer;
    text-decoration: underline;
}
.accordeon-title-label-au-8:before {
    content: "Emily Seebohm";
    cursor:pointer;
    text-decoration: underline;
}
.accordeon-title-label-ca-22:before {
    content: "Rob Gibson";
    cursor:pointer;
    text-decoration: underline;
}
.accordeon-title-label-co-2:before {
    content: "Oscar Albeiro Figueroa Mosquera";
    cursor:pointer;
    text-decoration: underline;
}
.accordeon-title-label-de-11:before {
    content: "Melanie Pfeifer";
    cursor:pointer;
    text-decoration: underline;
}
.accordeon-title-label-fr-3:before {
    content: "Fabien Gilot";
    cursor:pointer;
    text-decoration: underline;
}
.accordeon-title-label-gb-26:before {
    content: "Alistair Brownlee";
    cursor:pointer;
    text-decoration: underline;
}
.accordeon-title-label-jp-2:before {
    content: "Ai Fukuhara";
    cursor:pointer;
    text-decoration: underline;
}
.accordeon-title-label-jp-5:before {
    content: "Masashi Ebinuma";
    cursor:pointer;
    text-decoration: underline;
}
.accordeon-title-label-jp-6:before {
    content: "Rie Kaneto";
    cursor:pointer;
    text-decoration: underline;
}
.accordeon-title-label-nz-2:before {
    content: "Mahe Drysdale";
    cursor:pointer;
    text-decoration: underline;
}
.accordeon-title-label-nz-3:before {
    content: "Peter Burling";
    cursor:pointer;
    text-decoration: underline;
}
.accordeon-title-label-nz-5:before {
    content: "Valerie Adams";
    cursor:pointer;
    text-decoration: underline;
}
.accordeon-title-label-se-3:before {
    content: "Emma Johansson";
    cursor:pointer;
    text-decoration: underline;
}
.accordeon-title-label-se-4:before {
    content: "Peder Fredricson";
    cursor:pointer;
    text-decoration: underline;
}
.accordeon-title-label-ve-1:before {
    content: "Stefany Del Carmen Hernandez Mendoza";
    cursor:pointer;
    text-decoration: underline;
}
.accordeon-title-label-za-2:before {
    content: "Lawrence Andrew Brittain";
    cursor:pointer;
    text-decoration: underline;
}
.accordeon-title-label-usa-1:before {
    content: "Bethanie Mattek-Sands";
    cursor:pointer;
    text-decoration: underline;
}
.accordeon-title-label-usa-2:before {
    content: "Brittney Griner";
    cursor:pointer;
    text-decoration: underline;
}
.accordeon-title-label-usa-3:before {
    content: "Conger John";
    cursor:pointer;
    text-decoration: underline;
}
.accordeon-title-label-usa-4:before {
    content: "Dagmara Wozniak";
    cursor:pointer;
    text-decoration: underline;
}
.accordeon-title-label-usa-5:before {
    content: "Deanna Price";
    cursor:pointer;
    text-decoration: underline;
}
.accordeon-title-label-usa-6:before {
    content: "Kathleen Baker";
    cursor:pointer;
    text-decoration: underline;
}
.accordeon-title-label-usa-25:before {
    content: "Brian Baker";
    cursor:pointer;
    text-decoration: underline;
}
.accordeon-title-label-usa-33:before {
    content: "Monica Aksamit";
    cursor:pointer;
    text-decoration: underline;
}
.accordeon-title-label-usa-37:before {
    content: "Rajeev Ram";
    cursor:pointer;
    text-decoration: underline;
}
.accordeon-title-label-de-8:before {
    content: "Steffen Deibler";
    cursor:pointer;
    text-decoration: underline;
}

.accordeon-title-label-de-9:before {
    content: "Timo Boll";
    cursor:pointer;
    text-decoration: underline;
}
.accordeon-title-label-ca-5:before {
    content: "Catharine Pendrel";
    cursor:pointer;
    text-decoration: underline;
}
.accordeon-title-label-ca-6:before {
    content: "Jennifer Kish";
    cursor:pointer;
    text-decoration: underline;
}
.accordeon-title-label-ca-7:before {
    content: "Katerine Savard";
    cursor:pointer;
    text-decoration: underline;
}
.accordeon-title-label-ca-8:before {
    content: "Michelle Williams";
    cursor:pointer;
    text-decoration: underline;
}
.accordeon-title-label-ca-9:before {
    content: "Brittany Rogers";
    cursor:pointer;
    text-decoration: underline;
}
.accordeon-title-label-ca-10:before {
    content: "Julien Bahain";
    cursor:pointer;
    text-decoration: underline;
}
.accordeon-title-label-ca-11:before {
    content: "Raphael Gagne";
    cursor:pointer;
    text-decoration: underline;
}
.accordeon-title-label-hr-1:before {
    content: "Ivan Krapic";
    cursor:pointer;
    text-decoration: underline;
}
.accordeon-title-label-dk-5:before {
    content: "Rikke Moller Pedersen";
    cursor:pointer;
    text-decoration: underline;
}
.accordeon-title-label-dk-6:before {
    content: "Jakob Fuglsang";
    cursor:pointer;
    text-decoration: underline;
}
.accordeon-title-label-usa-7:before {
    content: "Mcquin Baron";
    cursor:pointer;
    text-decoration: underline;
}
.accordeon-title-label-usa-8:before {
    content: "Michelle Carter";
    cursor:pointer;
    text-decoration: underline;
}
.accordeon-title-label-usa-9:before {
    content: "Sam Dorman";
    cursor:pointer;
    text-decoration: underline;
}
.content-usada-docs{
    height:5px;
}
.accordeon-checkbox:checked  + .content-usada-docs{
    height:220px;
}