@charset "utf-8";
/* CSS Document */

::-webkit-scrollbar              { /* 1 */
    width:8px;
 }
::-webkit-scrollbar-button       { /* 2 */ }
::-webkit-scrollbar-track        { /* 3 */ 
    -webkit-box-shadow: inset 0 0 2px rgba(100,100,100,0.3); 
    border-radius: 2px;
}
::-webkit-scrollbar-track-piece  { /* 4 */ }
::-webkit-scrollbar-thumb        { /* 5 */ 
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 2px rgba(100,100,100,0.5); 
}
::-webkit-scrollbar-corner       { /* 6 */ }
::-webkit-resizer                { /* 7 */ }

/* pseudo class selectors */
:horizontal
:vertical
:decrement
:increment
:start
:end 
:double-button
:single-button
:no-button
:corner-present
:window-inactive