#ger-public-wrapper {
font-family: 'Open Sans', sans-serif;
-webkit-font-smoothing: antialiased;
}
#ger-public-wrapper ::-webkit-scrollbar {
width: 8px;
}
#ger-public-wrapper ::-webkit-scrollbar-track {
background: #f1f1f1;
border-radius: 4px;
}
#ger-public-wrapper ::-webkit-scrollbar-thumb {
background: #c1c1c1;
border-radius: 4px;
}
#ger-public-wrapper ::-webkit-scrollbar-thumb:hover {
background: #a1a1a1;
}