.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
background-color: #aaaa;
}

.vscrollerbase {
width: 5px;
background-color: white;
}
.vscrollerbar {
width: 5px;
background-color: #65799B;
}
.hscrollerbase {
height: 5px;
background-color: white;
}
.hscrollerbar {
height: 5px;
background-color: #65799b;
}

.scrollerjogbox {
width: 5px;
height: 5px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: gray;
}

.contentwrapper{
    display: flex !important;
}
.mcontentwrapper{
    height: auto !important;
}
#flex__1_contentwrapper{
    display: block !important;
}
.fixedwidthScroll {
    height: auto;
    position: relative;
    padding: 1px;
    display: flex;
    flex-wrap:wrap;
    justify-content: center;
    width:100%;
}

@media all and (max-width: 768px){
    .fixedwidthScroll {
        justify-content: center;
    }
}