
#scrollable-div {
    /*width: 1200px;*/
    height: 500px;
    border: 1px solid black;
    overflow: hidden; /* Hide default scrollbars */
    overflow-y: scroll; 
    cursor: grab; /* Indicate draggable */
    user-select: none; /* Prevent text selection during drag */
}

#content-scroll-test {
    /*height: 1000px;*/ /* Content taller than div to enable scrolling */
    /*background-color: lightblue;*/
    padding: 10px;
}

/*Generic*/

.ff-roboto {
    font-family: "Roboto", sans-serif !important;
}

.ff-helvetica {
    font-family: "Helvetica",sans-serif !important;
}

.ff-montserrat {
    font-family: "Montserrat",sans-serif !important;
}

.ff-gillsansmt {
    font-family: "Gill Sans MT",Helvetica,Arial,sans-serif !important;
}

.ff-monospace {
    font-family: "Andale Mono",monospace !important;
}

.fontsize-10 {
    font-size: 10px !important;
}

.fontsize-11 {
    font-size: 11px !important;
}

.fontsize-12 {
    font-size: 12px !important;
}

.fontsize-13 {
    font-size: 13px !important;
}

.fontsize-14 {
    font-size: 14px !important;
}

.fontsize-15 {
    font-size: 15px !important;
}

.fontsize-16 {
    font-size: 16px !important;
}

.fontsize-17 {
    font-size: 17px !important;
}

.fontsize-18 {
    font-size: 18px !important;
}

.fontsize-19 {
    font-size: 19px !important;
}

.fontsize-20 {
    font-size: 20px !important;
}

.fontsize-22 {
    font-size: 22px !important;
}

.fontsize-24 {
    font-size: 24px !important;
}

.fontsize-26 {
    font-size: 26px !important;
}

.fontsize-28 {
    font-size: 28px !important;
}

.fontsize-30 {
    font-size: 30px !important;
}

.fontsize-35 {
    font-size: 35px !important;
}

.fontsize-40 {
    font-size: 40px !important;
}

.fontsize-45 {
    font-size: 45px !important;
}

.fontsize-50 {
    font-size: 50px !important;
}

.lineheight-12 {
    line-height: 12px !important;
}

.lineheight-13 {
    line-height: 13px !important;
}

.lineheight-14 {
    line-height: 14px !important;
}

.lineheight-15 {
    line-height: 15px !important;
}

.lineheight-16 {
    line-height: 16px !important;
}

.lineheight-17 {
    line-height: 17px !important;
}

.lineheight-18 {
    line-height: 18px !important;
}

.lineheight-19 {
    line-height: 19px !important;
}

.lineheight-20 {
    line-height: 20px !important;
}

.lineheight-21 {
    line-height: 21px !important;
}

.lineheight-22 {
    line-height: 22px !important;
}

.lineheight-23 {
    line-height: 23px !important;
}

.lineheight-24 {
    line-height: 24px !important;
}

.lineheight-25 {
    line-height: 25px !important;
}

.lineheight-26 {
    line-height: 26px !important;
}

.lineheight-28 {
    line-height: 28px !important;
}

.lineheight-30 {
    line-height: 30px !important;
}

.lineheight-32 {
    line-height: 32px !important;
}

.lineheight-34 {
    line-height: 34px !important;
}

.lineheight-36 {
    line-height: 36px !important;
}

.lineheight-38 {
    line-height: 38px !important;
}

.lineheight-40 {
    line-height: 40px !important;
}

.lineheight-42 {
    line-height: 42px !important;
}

.lineheight-44 {
    line-height: 44px !important;
}

.lineheight-46 {
    line-height: 46px !important;
}

.lineheight-48 {
    line-height: 48px !important;
}

.lineheight-normal {
    line-height: normal !important;
}
