.modalDialog {
    position: fixed;
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-family: 'Worksans';
    line-height: 1.2em;
     color:#000000 ;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(252,243,104,0.8);
    z-index: 6000001;
    opacity:0;
    -webkit-transition: opacity 100ms ease-in;
    -moz-transition: opacity 100ms ease-in;
    transition: opacity 100ms ease-in;
    pointer-events: none;
}

.modalDialog:target {
    opacity:1;
    pointer-events: auto;
}


.modalDialog > div {
    width: 72vw;
    height: 90vh;
    overflow: scroll;
    position: relative;
    margin: 5vh auto;
    padding: 60px 70px 20px 60px;
/*    border-radius: 10px;*/
/*    background: #fff;*/
    background-color: #f1f1f1;
/*    box-shadow: 5px 5px 0px #000000;
    transition: all 0.5s ease;*/

}


.modalDialog > div::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.modalDialog > div::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.modalDialog > div::-webkit-scrollbar-thumb {
  background: #000000; 
}

/* Handle on hover */
.modalDialog > div::-webkit-scrollbar-thumb:hover {
  background: #000000; 
}

.modalDialog > div:hover {
    box-shadow: 0px 0px 0px #000000;

}

.modalDialog ul{
  margin-left: 2em;
}

.modalDialog ul li{
  list-style: inside;
  margin-top: 0.5em;
}


.modalDialog ul li ul li{
  list-style: none;
}

.close {
background: #000000;
color: #FFFFFF;
line-height: 50px;
text-align: center;
position: absolute;
right: 0px;
top: 0px;
width: 40px;
text-decoration: none;
/*font-weight: bold;*/
/*-webkit-border-radius: 12px;
-moz-border-radius: 12px;
border-radius: 12px;*/

}
.close:hover {
  background: lightgrey;
  color: black;
 }

@font-face {
    font-family: 'Worksans';
    src:    url('font/WorkSans-Bold.otf');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Worksans';
    src:    url('font/WorkSans-Regular.otf');
    font-weight: normal;
    font-style: normal;
}

*{
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  -o-box-sizing:border-box;
  box-sizing:border-box;
}

sup{
  font-size: 0.6em;
  text-transform: lowercase;
  position: relative;
  top: -0.7em;
}


 .button-change {
      position: fixed;
      top: 5em;
      right: 3em;
      margin-left: 50px;
      z-index: 2;
  }
.button-change li{
  display: inline-block;
  }

.button-change img{

    width: 45px;
      height: 25px;



  }