/* Add here all your CSS customizations */
::-webkit-scrollbar{
	width:12px;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb{
	background: #090843;
	-webkit-border-radius:10px;
	border-radius:10px;
	-webkit-box-shadow: inset 0 0 6px rgba(255,253,253,0.6); 
}
::-webkit-scrollbar-thumb:window-inactive {
	background: #0088CC; 
}
.yellow{
	color: #eed620;
}
.footer-logo{
	margin: auto;
}
.topleft{
	text-transform: uppercase;
	text-align:center;
	font-weight:bold;
	font-size: 20px;
}