img {border:0 none;}

h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Helvetica,sans-serif; 
	margin:1.3em 0 1em;
	font-weight:normal;
	line-height:1.2;
}

h1 { font-size:200%; margin:0 0 1em; }
h2 { font-size:160%; }
h3 { font-size:140%; }
h4 { font-size:140%; }
h5 { font-size:120%; }
h6 { font-size:100%; }

hr, .hr 
{
	border-top:1px solid;
	display:block;
	font-size:1px;
	height:1px;
	line-height:1px;
	margin:12px 0;
	overflow:hidden;
	padding:0;
}

#workarea ol li, #workarea ul li { margin: 0.6em 0; }
#workarea ul { list-style-type: disc; }

.left-top li:nth-child(3) {
	color: red !important;
	position: absolute;
	left: 50%;
	width: 420px;
	top: -7px;

	transform: translateX(28%);
}

.left-top li:nth-child(3) a {
	color: red !important;
	font-size: 20px;
}

@media (max-width: 990px) {
	.left-top li:nth-child(3) {
		position: relative;
		top: 0;
		left: 0;
		width: auto;

		transform: translateX(0);
	}

	.left-top li:nth-child(3) a {
		font-size: 16px;
	}
}