/**public**/
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-thumb {
    border-radius: 2px;
    /* background-color: #cccedb; */
    background-color: rgba(204, 206, 219, 0.5);
}

::-webkit-scrollbar-track {
    display: none;
}

html{
	font-size:14px;
	height:100%;
}

a{
	text-decoration: none;
}

.clear{
	clear: both;
}