header
{
	font-family: 'Lobster', cursive;
	text-align: center;
	font-size: 25px;	
}

#info
{
	font-size: 18px;
	color: #555;
	text-align: center;
	margin-bottom:0px;
	position: relative;
}

a{
	color: #074E8C;
}

.scrollbar {
    height: 350px;
    width: 100%;
    overflow-y: scroll;
    color: #fff;
}

.force-overflow{
	padding-right: 3%;
    padding-top: 22px;
    font-size: 16px;
    text-align: justify;
}

.tt{
    margin-top: 3%;
    margin-bottom: 3%;
    font-family: 'Orbitron', sans-serif !important;
    letter-spacing: 1px !important;
    color: #8b9718;
}

/* #wrapper
{
	text-align: center;
	width: 500px;
	margin: auto;
} */





/*
 *  STYLE 7
 */

#style-7::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px #434d51;
	background-color: #434d51;
	border-radius: 10px;
}

#style-7::-webkit-scrollbar
{
	width: 7px;
	/* background-color: #575b7f; */
}

#style-7::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    background: #acb30c;
}








