::-webkit-scrollbar {
    width: 12px;
    margin: 2px;
}

::-webkit-scrollbar-thumb {
    background: #0088CC;
    border-radius: 10px;
    width: 6px;
}

::-webkit-scrollbar-corner { background: none; }

::-webkit-scrollbar-thumb:active {
    border-radius: 10px;
    transition: background-color 0.25s ease;
    background-color: #216AA6;
}

::-webkit-input-placeholder {
   font-weight: 100;
   font-size: 0.85em;
}

:-moz-placeholder {
   font-weight: 100;
   font-size: 0.85em;
}

::-moz-placeholder {
   font-weight: 100;
   font-size: 0.85em;
}

:-ms-input-placeholder {
   font-weight: 100;
   font-size: 0.85em;
}

.no-scrollbar::-webkit-scrollbar {
    width: 12px;
    margin: 2px;
}

.no-scrollbar::-webkit-scrollbar-thumb {
    background: transparent;
    border-radius: 10px;
    width: 6px;
}

.no-scrollbar::-webkit-scrollbar-corner { background: none; }

.no-scrollbar::-webkit-scrollbar-thumb:active {
    border-radius: 10px;
    transition: background-color 0.25s ease;
    background-color: transparent;
}

.no-scrollbar::-webkit-input-placeholder {
   font-weight: 100;
   font-size: 0.85em;
}

.no-scrollbar:-moz-placeholder {
   font-weight: 100;
   font-size: 0.85em;
}

.no-scrollbar::-moz-placeholder {
   font-weight: 100;
   font-size: 0.85em;
}

.no-scrollbar:-ms-input-placeholder {
   font-weight: 100;
   font-size: 0.85em;
}
