*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.tinymodal-overlay1{position:fixed;width:100%;height:100%;top:0;left:0;background:rgba(0,0,0,0.5); z-index: 100;}
.tinymodal-window{position:absolute;width:75%;top:10%;left:50%;-webkit-box-shadow:0 0 6px rgba(0,0,0,0.3),0 6px 30px rgba(0,0,0,0.25);box-shadow:0 0 6px rgba(0,0,0,0.3),0 6px 30px rgba(0,0,0,0.25)}
.tinymodal-title{position:relative; font-size:130%; color:#fff;background:#fff;-webkit-border-top-left-radius:3px;border-top-left-radius:3px;-webkit-border-top-right-radius:3px;border-top-right-radius:3px;}
.tinymodal-close{position:absolute;top:50%;left:49%;margin-top:-.9em;font-size:150%;line-height:1;cursor:pointer;background-color: #757575; width: 60px; height: 60px; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; padding: 16px 21px;}
.tinymodal-close:hover{ background-color: #949494;}
.tinymodal-content{padding:7%; background:#fff; max-height:500px;overflow-y:auto; display: block;}
.tinymodal-buttons{display: none;}
.tinymodal-buttons .inner{float:right}


/* width */
.tinymodal-content::-webkit-scrollbar {
    width: 15px;
}
  
/* Track */
.tinymodal-content::-webkit-scrollbar-track {
    border-radius: 10px;
    margin:25px;
}
   
/* Handle */
.tinymodal-content::-webkit-scrollbar-thumb {
    background: #ccc; 
    border-radius: 10px;
    border: 5px solid rgba(0, 0, 0, 0);
    background-clip: padding-box;
  }
