HTTP/1.1 200 OK
Server: Apache-Coyote/1.1
Last-Modified: Mon, 11 Apr 2016 13:39:22 GMT
Content-Type: text/css
Content-Length: 733
Date: Fri, 15 Apr 2016 12:05:49 GMT

@CHARSET "ISO-8859-1";

.container {
	width: 100%;
	height: 100%;
	overflow: auto;
	background: white;
	background-repeat: no-repeat;
	border: 25px solid white;
}

.highlight a.ui-state-default {
	background-color: Red;
}

.box {
	width: 100%;
	background-color: #69C;
	color: #FFF;
	text-align: center;
	font-size: 30px;
	text-shadow: 4px 4px #000;
	border-radius: 20px;
	height: 100%;
	margin-top: 60px;
	box-shadow: 0px 0px 40px 2px #C0C0C0;
	border: 1px solid #C0C0C0;
}

.ChooseDates_Wrapper {
	width: 40%;
	height: 200px;
	border-radius: 20px;
	padding: 10px 10px 10px 20px;
	margin: 125px auto;
	background-color: #69C;
	border: 1px solid #C0C0C0;
	box-shadow: 0px 0px 40px 2px #C0C0C0;
}