  

  #white {color: white; font-weight: bold;}
  #green {color: green;}
  #min {size: : 70%;}

  #red {color: #E65C5C;} 

  .active {border-bottom:5px solid blue;}
  .icon {width: 32px; height: 32px;}



  /* modal window */


cnt {
  text-align: center;
}

.cover {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  z-index: 100;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  overflow-x: auto;
  overflow-y: scroll;
  padding: 20px;
  z-index: 200;
  border-radius: 5px;
}

.content {

  display: none;
  top: 10%;
  left: 10%;
  right: 10%;
  width: 80%;
  height: 80%;
  position: relative;
  background-color: #FAFAFA;
  z-index: 300;
  padding: 50px 0;
  /* height:260px;  высота нашего блока */
  overflow-y: scroll; /* прокрутка по вертикали */

}

.open-modal-btn {

  cursor: pointer;

}


#close {

  margin-left: 90%;
  margin-top: 1%; 
  color: red;

}


#h2page {


    font-size: 200%;


}