body{
    font-family: "Gerstner Light";
    font-size: 13px;
    color: #000;
    letter-spacing: .5px;
    line-height: 15px;
    margin: 0;
}


#table{
    display: table;
    width: calc(100% - 40px);
    border-collapse: collapse;
    margin: 20px;
}
.row, #rowHead{
    display: table-row;
    cursor: pointer;
}
.row:hover{
    background-color: lightblue;
}
.cell, .cellHead{
    display: table-cell;
    padding: 8px 6px 5px;
    border: 1px solid black;
}
.cellHead{
    background-color: #eee;
}

#table a{
    text-decoration: none;
    color: black;
    display: block;
}

#headTitle{
    width: 25%;
}
#headCategory{
    width: 19%;
}


#headMaterial{
    display: none;
}

.cell.material{
    display: none;
}
@media(min-width: 600px){
    #headMaterial{
        width: 25%;
        display: table-cell;
    }
    .cell.material{
        display: table-cell;
    }
}

#headCollaboration{
    display: none;
}
.cell.collaboration{
    display: none;
}
@media(min-width: 600px){
    #headCollaboration{
        width: 19%;
        display: table-cell;
    }
    .cell.collaboration{
        display: table-cell;
    }
}
#headYear{
        width: 5%;
}

#headLanguage{
    display: none;
}
.cell.language{
    display: none;
}
@media(min-width: 600px){
    #headLanguage{
        width: 7%;
        display: table-cell;
    }
    .cell.language{
        display: table-cell;
    }
}



#indexHead{
    padding: 20px 20px 20px;
    position: sticky;
    top: 0;
    background-color: white;
}
#indexHead a{
    text-decoration: none;
    color: black;
    margin-right: 10px;
    font-family: "Gerstner Medium";
}
#detailMenu a, #detailMenu span{
    text-decoration: none;
    color: black;
    margin-right: 10px;
}
#selectCategory{
    display: block;
    margin-top: 20px;
}
#selectCategoryDetail{
    display: block;
    margin-top: 20px;
}
@media(min-width: 600px){
#selectCategory{
    float: right;
    margin: 0;
}
#selectCategoryDetail{
    float: right;
    margin-top: -15px;
}
}


#detailMenu{
    margin: 20px 20px 40px;
}
#menuPrev, #menuNext{
    text-decoration: none;
    color: black;
}
#blankArrow{
    color: white !important;
}
#menuNext{
    margin-left: 10px;
}

#detailDescription{
    margin: 20px 20px 40px;
    display: table;
}
.descriptionLine{
    display: table-row;
}

.lineType{
    padding-right: 10px;
    display: table-cell;
}
@media(min-width: 600px){
.lineType{
    padding-right: 30px;
}
}

.lineContent{
    display: table-cell;
}

#detailAudio{
} 
.detailImages{
    width: 100%;
    margin: 0 0 40px;
}
@media(min-width: 600px){
.detailImages{
    width: 50%;
    margin: 0px 20px 40px;
}
}
#detailText{
    margin: 0 20px 20px;
}
#detailText p{
    margin-top: 0;
}

#detailVideo{
    width: 100%;
    margin: 0 0 40px;
    position: relative;
    padding: 55% 0 0 0;
}
@media(min-width: 600px){
#detailVideo{
    width: 50%;
    margin: 0px 20px 40px;
    padding: 28% 0 0 0;
}
}

#myPlayer{
    margin: 0 20px ;
    width: 200px;
    margin-bottom: 50px;
    position: relative;
}
#myPlayer #play{
    width: 7px;
    height: 7px;
    border-style: solid;
    box-sizing: border-box;
    border-width: 8px 0px 8px 14px;
    border-color: transparent transparent transparent black;
    cursor: pointer;
    display: inline-block;
    margin-right: 10px;
}
#myPlayer #pause{
    width: 15px;
    height: 15px;
    border-color: black;
    border-style: double;
    border-width: 0px 0px 0px 12px;
    cursor: pointer;
    display: inline-block;
}

#myPlayer #progress{
    width: 200px;
    margin: 15px 0 ;
    margin-left: 3px;
    background-color: lightgrey;
    border-radius: 5px;
    position: relative;
    height: 5px;

}
#myPlayer #progressBar{
    width: 0;
    height: 5px;
    background-color: black;
    border-radius: 5px;
    position: absolute;
}
#myPlayer #progressDot{
    width:10px;
    height: 10px;
    border-radius: 10px;
    background-color: black;
    position: absolute;
    top: -3px;
    left: -5px;
}

#myPlayer #progressTime{
    float: left;
}
#myPlayer #endTime{
    float: right;
}

.imagesImagesContainer{
    width: 100%;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
}
#imagesContainer{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 20px 10px;
}
@media(min-width: 600px){
.imagesImagesContainer{
    /*float: left;*/
    width: 50%;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
}
/*
.imagesImagesContainer:nth-child(4n+2){
    margin-right: 10px;
}
.imagesImagesContainer:nth-child(4n+3){
    clear: left;
    margin-left: 10px;
}
*/
}
@media(min-width: 1000px){
.imagesImagesContainer{
    width: 25%;
}
}
.imagesImages{
    width: 100%;
}

#informationContent{
    margin: 0 20px;
}

.informationInfo {
    margin :0 0 3px;
}
.informationTitle{
    margin-bottom: 1em;
}

.informationBlock{
    margin-bottom: 40px;
}
.cvYear{
    display: inline;
    float: left;
}
.cvLine{
    margin:0 0 3px 90px;
}
.cvLine p{
    margin: 0;
}

