
img 	{
		border:none;
		padding-top:18px;
		padding-bottom:18px;
		}

img.center
		{
		display: block;
		margin-left: auto;
		margin-right: auto;
		}

.ft {
		font-family: arial,verdana,helvetica;
		color:#999;
		font-weight: normal;
		font-size: 10pt;
		line-height: 16pt;
		text-align: center;
    	padding-left: 12px;
		}



/* SCROLLBARS */

/* Works on Firefox */
* {
	scrollbar-width: thin;
	scrollbar-color: #777777 #222222;
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
	width: 12px;
}

*::-webkit-scrollbar-track {
	background: #222222;
}

*::-webkit-scrollbar-thumb {
	background-color: #777777;
	border-radius: 20px;
	border: 2px solid #222222;
}

