
.readMore {
  position: absolute;

  bottom: 10px;
  right: 10px;
  border: 6px solid #aaa;
  border-radius: 25px;
  padding: 10px;
  height:auto;
  cursor: pointer;
}

.groupButton {
  position: static;

  float:left;
  border: 6px solid #aaa;
  border-radius: 25px;
  padding: 5px 5px;
  height:auto;
  cursor: pointer;
  width: 130px;
  margin: 3px;
}

.selectOpt {
  position: absolute;
  font-size: 18px;
  bottom: 10px;
  left: 10px;
  border: 6px solid #aaa;
  border-radius: 15px;
  padding: 10px;
  height:auto;
  cursor: pointer;
  width: 110px
}

#overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 2;
  cursor: pointer;
}

#overlayText{
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 20px;
  color: #444;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
}

.xIt{
  clear:both;
  text-align: right;
  float:right;
  width:20px;
  cursor: pointer;
}



/* The Close Button */
.close {
  color: #aaaaaa;
  position: absolute;
top: 1px;
right:10px;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

/* overlay Content Box */
.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 600px;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  border-radius: 20px;
}

@media screen and (max-width: 650px) {
  .modal-content {
    width: 87%;
  }
}

@media screen and (max-height: 1000px) {
  .modal-content {
    overflow-y: scroll;
    height: 95%;
    /*height: calc(100% - 40px);*/
  }
}

.info {
   text-transform: lowercase; 
   float: right;  
   cursor: pointer;
}

/*START of dropdown dropup selects*/

.chosen-container .chosen-drop {
    border-bottom: 0;
    border-top: 1px solid #aaa;
    top: auto;
    bottom: 40px;
}

.chosen-container.chosen-with-drop .chosen-single {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;

    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;

    background-image: none;
}

.chosen-container.chosen-with-drop .chosen-drop {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;

    border-top-left-radius: 5px;
    border-top-right-radius: 5px;

    box-shadow: none;

    margin-bottom: -16px;
}

/*END of dropdown dropup selects*/


.selectTitle {
  text-transform: uppercase;
  font-family: Arial, sans-serif;
  padding: 8px;
  font-size: 16px;
width: 250px;
}
 

.dropbtn {
 /* background-color: #4CAF50;*/
 /* color: white;*/
  padding: 6px;
  font-size: 16px;
  border: none;
  min-width: 250px;

}

.mod-button {

  border-style: solid; 
  border-radius: 5px; 
  padding: 10px; 
  margin-right: 20px; 
  float: right; 
  cursor: pointer;
}

.dropdown-content a:hover {background-color: #aaa;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #3e8e41;}