::-webkit-scrollbar
{
    width: 6px;
    height: 4px
}
::-webkit-scrollbar-track
{
    background-color: #303030
}
::-webkit-scrollbar-thumb
{
    background: -moz-linear-gradient(top, #303030 0%, #109696 50%, #303030 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #303030), color-stop(50%, #109696), color-stop(100%, #303030));
    background: -webkit-linear-gradient(top, #303030 0%, #109696 50%, #303030 100%);
    background: -o-linear-gradient(top, #303030 0%, #109696 50%, #303030 100%);
    background: -ms-linear-gradient(top, #303030 0%, #109696 50%, #303030 100%);
    background: linear-gradient(to bottom, #303030 0%, #109696 50%, #303030 100%)
}
