.scrolly {
 overflow-x: hidden;
 overflow-y: scroll;
 scrollbar-width: thin;
 -ms-overflow-style: thin; 
 height: 410px;
}

.scrollx {
 overflow-x: scroll;
 overflow-y: hidden;
 scrollbar-width: thin;
 -ms-overflow-style: thin; 
}

.dropdown-scroll{
 max-height: 300px !important;
 overflow-y: auto;
}

.span-sub{
 font-size: smaller;
 width: 100%;
}

.border4{
 border-width: 4px !important; 
}

.border8{
 border-width: 8px !important; 
}

.maxh300{
 max-height: 300px !important;
}

.maxh375{
 max-height: 375px !important;
}

.maxh330{
 max-height: 330px !important;
}

.fontsize10px{
 font-size: 10px !important;
}

.fontsize4px{
 font-size: 4px !important;
}

.fontsize2px{
 font-size: 2px !important;
}

.stroke{
 -webkit-text-stroke: 1px #333333;
}

.text-bold{
 font-weight: 800;
}

.text-shadow1{
 text-shadow: 2px 2px 4px #aaaaaa;
}

.text-small{
 font-size: smallest;
}

.container{
 max-width: 100%;
}

.height375{
 height: 375px;
}

.height380{
 height: 380px;
}

.height410{
 height: 410px;
}

.mouse-hand{
 cursor: pointer;
}

.btn150{
 width: 150px;
}

.btn180{
 width: 180px;
}

.height400{
 height: 300px;
 max-height: 300px;
}

.maxh200{
 max-height: 200px !important;
}