﻿@charset "UTF-8";

::-webkit-scrollbar{
    width:8px;
	height: 8px;
}
::-webkit-scrollbar-thumb{
    border-width:1px 1px 1px 2px;
    background-color: rgba(80, 80, 80, 0.68);
	border-color: #000;
}
::-webkit-scrollbar-thumb:hover{
    border-width: 1px 1px 1px 2px;
    border-color: rgba(80, 80, 80, 0.68);
    background-color: rgba(80, 80, 80, 0.68);
}

::-webkit-scrollbar-track{
	background-color: rgba(80, 80, 80, 0.3);
}