body {
	background-color: #F9FAFB;
} 

p {
	font-family:"Arial", Helvetica, sans-serif;
}

div.requestscontainer {
	position: relative;
	top:60px;
	width:900px;
	min-width: 260px;
	margin-left:auto;
	margin-right:auto;
}

div#mainrequests {
	position: relative;
	height: auto;
	width: auto;
	width: 720px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #CCC;
	border-radius: 2px;
	background-color: white;
	margin-bottom: 50px;
	box-shadow: 0.1px 0.1px 0.1px #888888;
	padding: 20px;
	margin-bottom: 100px;
}

div.requestsbanner {
	position: relative;
	top: 80px;
	height: 100px;
	width: 100%;
	text-align: center;
}

p.requestsheader {
	font-size:32pt;
	color:#808080;
}

div#requestsdata {
	position: relative;
	height: auto;
	width: auto;
	max-width: 720px;
	background-color: white;
	border-top: 1px solid #CCC;
	margin-top:20px;
	padding-top:20px;

}

span.requestdelete {
	position: relative;
	top: -18px;
	left: 625px;
}

div.requests {
	border: 1px solid #CCC;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	padding-bottom: 30px;
	margin: 10px;
}

	div.requests:nth-child(even) {
		background-color: #F0F0F0;
	}

span.requestdata {
	position: relative;
	width: 550px;
	display: block;
	word-wrap: break-word;

}

span.upvote {
	position: relative;
	top:-20px;
	float:right;
}


span.downvote {
	position: relative;
	top: 20px;
	left: 25px;
	float: right;

}

span.upvotescount {
	position: relative;
	top: -20px;
	left: 580px;
	clear: none;
}


span.downvotescount {
	position: relative;
	top: 20px;
	left: 572px;
	clear: none;
}

textarea {
	resize: none;
}

img.thing {
	width:25px;
}

@media (max-width: 990px) {


	div.requestscontainer {
		position: relative;
		top: 60px;
		width: 500px;
		min-width: 260px;
		margin-left: auto;
		margin-right: auto;
	}

	div#mainrequests {
		position: relative;
		height: auto;
		width: auto;
		width: 420px;
		margin-left: auto;
		margin-right: auto;
		border: 1px solid #CCC;
		border-radius: 2px;
		background-color: white;
		margin-bottom: 50px;
		box-shadow: 0.1px 0.1px 0.1px #888888;
		padding: 20px;
		margin-bottom: 100px;
	}

	div#requestsdata {
		position: relative;
		height: auto;
		width: auto;
		max-width: 420px;
		background-color: white;
		border-top: 1px solid #CCC;
		margin-top: 20px;
		padding-top: 20px;
	}

	span.upvotescount {
		position: relative;
		top: -20px;
		left: 290px;
		clear: none;
	}

	span.requestdata {
		position: relative;
		width: 330px;
		display: block;
		word-wrap: break-word;
	}

	span.downvotescount {
		position: relative;
		top: 20px;
		left: 280px;
		clear: none;
	}
}