body { color: #2E2E2E; }

body > img { display: none; }

.hidden { visibility: hidden; }
.jsonPHeader,
.hide { display: none; }

.clear {
    clear: both;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
}

#mainContainer {
    background: #FFF;
    font-size: 0.63em;
    margin-top: 60px;
}

.headings h1 {
    color: #2e2e2e;
    font-size: 1.8em;
    line-height: 1em;
}
.headings {
    border-bottom: 1px solid #cdcdcd;
    text-align: center;
}

.LegalMenu {
    clear: left;
    float: left;
    font-size: 1.3em;
    padding: 20px 0 30px 0;
    width: 300px;
}
.LegalMenu ul { width: 240px; }
.LegalMenu ul li {
    line-height: 1.8em;
    padding: 15px 0;
}
.LegalMenu ul li a { color: #a7a7a7; }
.LegalMenu ul li a:hover { color: #cccccc; }
.LegalMenu ul li a.selected {
    border-bottom: 4px solid #2e2e2e;
    color: #2e2e2e;
}
.LegalContent {
    color: #2e2e2e;
    float: left;
    font-size: 1.2em;
    line-height: normal;
    padding: 20px 0 30px 0;
    width: 680px;
}

.LegalContent a { text-decoration: underline; }

.LegalContent #accordion {
    border-bottom: 1px solid #f3f3f3;
}

.LegalContent #accordion .ui-widget-content,
.LegalContent #accordion .ui-state-default {
    border: none;
    background: none;
    color: inherit;
    outline: none;
}

.LegalContent #accordion .subtitle {
    padding: 17px 0;
    border: none;
    border-top: 1px solid #f3f3f3;
    display: block;
    background-color: transparent;
    background-position: center right;
    background-repeat: no-repeat;
    cursor: pointer;
    background-image: url("https://www.yoox.com/media/yoox16/icons/svg/333/minus.svg");
    background-size: 12px 12px;
}

.LegalContent #accordion .subcontent {
    padding-bottom: 20px;
}

.LegalContent #accordion .subtitle.ui-accordion-header-collapsed {
    background-image: url("https://www.yoox.com/media/yoox16/icons/svg/333/plus.svg");
    background-size: 12px 12px;
}

.yooxLegal,
#yooxCookieList {
    overflow: auto;
    height: 580px;
}

.yooxLegal .table,
#yooxCookieList .table {
    border-collapse: collapse;
}

.yooxLegal .table tr th,
.yooxLegal .table tr td,
#yooxCookieList .table tr th,
#yooxCookieList .table tr td {
    border : 1px solid #ddd;
    padding: 10px;
}

.yooxLegal thead th,
#yooxCookieList thead th {
    position: -webkit-sticky;
    position : sticky;
    top : 0;
}

.yooxLegal .table tbody:nth-of-type(1) tr:nth-of-type(1) td,
#yooxCookieList .table tbody:nth-of-type(1) tr:nth-of-type(1) td {
    border-top: none !important;
}

.yooxLegal .table thead th,
#yooxCookieList .table thead th {
    background-color: white;
    border-top: none !important;
    border-bottom: none !important;
    box-shadow: inset 0 1px 0 #ddd,
                inset 0 -1px 0 #ddd;
    padding: 10px;
    text-align: left;
    min-width: 300px;
    vertical-align: middle;
}

.yooxLegal .table thead th,
#yooxCookieList .table thead th {
    background-clip: padding-box
}
