﻿::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
	border-radius: 10px;
}

::-webkit-scrollbar
{
	width: 8px;
	height: 5px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	background-image: -webkit-gradient(linear,
									   left bottom,
									   left top,
									   color-stop(0.44, rgb(90, 109, 137)),
									   color-stop(0.72, rgb(81, 99, 125)),
									   color-stop(0.86, rgb(57, 76, 104)));
}
.visit-content {
margin-left: 50px!important;
margin-right: 50px!important;
}
.nomobile-margin {
margin-left: 50px!important;margin-right: 50px!important;
}