.goog-te-banner-frame.skiptranslate {
    display: none !important;
    } 
	.goog-te-gadget-simple {
    background-color: #fff;
    border-left:none;
    border-top: none;
    border-bottom: 1px solid #e8e8e8;
    border-right: none;
}
	.goog-te-gadget-icon{
		display: none;
	}
body {
    top: 0px !important; 
    }
	
	::-webkit-scrollbar {
    width: 6px;
} 
::-webkit-scrollbar:horizontal {
    height: 6px;
}
::-webkit-scrollbar-button:horizontal:decrement 
{
	background:#333;
	border-radius: 60% 1px 1px 60%;
}
::-webkit-scrollbar-button:horizontal:increment 
{
	background:#333;
	border-radius: 1px 60% 60% 1px;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(250, 183, 0, 0.7); 
} 
::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(250, 183, 0, 0.9); 
}

::-webkit-scrollbar-button:vertical:increment 
{
    height:15px;
	background:#333;
	border-radius: 0 0 80% 80%;
    /*background-image: url(/Images/Scrollbar/increment.png);*/
    /*background-size:39px 30px;*/
    /*background-repeat:no-repeat;*/
}

::-webkit-scrollbar-button:vertical:decrement 
{
    height:15px;
	background:#333;
	border-radius: 80% 80% 0 0;
    /*background-image: url(/Images/Scrollbar/decrement.png);*/
    /*background-size:39px 30px;*/
    /*background-repeat:no-repeat;*/
}