body {
	background-image: url('incaseof2017.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-color: white;
	color: black;
	font-size: 13px;
	font-family: 'Bitter', serif;
	font-weight: 400;
	word-wrap:break-word;
}

a {
	text-decoration: none;
	color: red;
	/* font-size: 13px; */
	font-weight: bold;
	font-family: 'Bitter', serif;
}

a:hover {
	text-decoration: none;
	color: red !important;
	/* font-size: 13px; */
	font-weight: bold;
	font-family: 'Bitter', serif;
}

a:visited {
	text-decoration: none;
	color: red;
	/* font-size: 13px; */
	font-weight: bold;
	font-family: 'Bitter', serif;
}


h1 {
	color: red;
	font-size: 22px;
	font-family: 'Bitter', serif;
	font-weight:bold;
}

fieldset
{
	position:relative;
	font-family: 'Bitter', serif;
}

form
{
	max-width:100%;
	width:100%;
	display: block;
	overflow:hidden;
	font-family: 'Bitter', serif;
}

label
{
	font-family: 'Bitter', serif !important;
}

ul
{
	margin-bottom: 0px;
	margin-top: 0px;
}

.content 
{
	max-width: 800px;
	background: #fff !important;
	position: relative;
	top: 50px;
	left: 340px;
	height: auto;
	width: auto;
	font-family: 'Bitter', serif;
}


.vajayjay 
{ 
	color: #4c4c4c; 
	font-family: 'Bitter', serif;
	left: 31px; 
	padding-right: 5px; 
	padding-left: 5px;
	padding-bottom:5px;
	position: relative; 
	float: right; 
	border-color: #333333; 
	border-width: 1px; 
	border-style: dashed; 
	margin-left: 25px;
	margin-right:50px; 
	height: auto; 
	min-width: 165px; 
	max-width: 225px;
}

.vajayjay > span
{
	font-size: 17px !important; 
}

.fbbutton {
	display:inline-block;
	position:relative;
	top:-3px;
}

.g-plusone {
	display:inline;
}

.twitter-share-button {
	display:inline;
}

.tumblrbutton {
	display:inline-block;
	text-indent:-9999px;
	overflow:hidden;
	width:61px;
	height:20px;
	position:relative;
	top:-5px;
	left:6px;
}

.footer {
	/*top: 590px; 
	position: absolute;*/ 
	position:relative;
	top:100px;
	left:340px;
	color: #666666; 
	font-size: 9px; 
	font-family: 'Bitter', serif; 
	width:275px; 
	word-wrap: break-word;
}
.footer a {color: red; font-size: 9px; font-family: 'Bitter', serif; text-decoration: none;}

.footer a:hover {color: red !important; font-size: 9px; font-family: 'Bitter', serif; text-decoration: none;}

.ui-controlgroup-label
{
	position: relative;
}

label.error
{
	display: inline !important;
	padding-left: 10px;
	color: #dd0000;
}
label.error:before
{
	content: '*';
}

li
{
	list-style: none;
	padding-left:0px;
	clear:both;
}

li > div
{
	padding:10px;
	position:relative;
}

input[type="submit"] {
width: auto;
height:auto;
padding-top: 2px;
padding-bottom: 2px;
padding-left: 2px;
padding-right: 2px;
margin-bottom: 100px;
margin-top:25px;
z-index: 20 !important;
}

.table
{
	width:100%;
}

.table td
{
	width:50%;
}

.heading
{
	background: #000000;
	padding-right: 10px;
	text-align: right;
}

.heading > h2
{
	color:white;
	font-size:20px;
	padding:4px;
}

.button
{
	background:#000;
	color: #fff;
	padding: 10px;
	min-width:125px;
	border:none;
	font-size:16px;
	text-transform: uppercase;
	cursor: pointer;
}

.stored
{
	display: none;
}

.nextButton, .prevButton
{
	text-align:center;
	background: #000 !important;
	color: #fff !important;
	border: 2px solid #000 !important;
	webkit-box-shadow: 0 !important;
	-moz-box-shadow: 0 !important;
	box-shadow: 0px 0px 0px black !important;
	font-family: 'Bitter', serif !important;
}

.nextButton:hover, .prevButton:hover, .nextButton:active, .prevButton:active
{
	background: #ededed !important;
	color: #000 !important;
	border:2px solid #000 !important;
}

.startButton
{
	padding: 0px;
}

#socialbutts {
	position:relative;
	width:auto;
	height:auto;
	padding: 0px;
}

div#___plusone_0 {

width: 70px !important;

}
@media screen and (max-width: 1100px)
{
	.content, .heading
	{
		max-width: 550px;
	}
}
@media screen and (max-width: 1024px)
{
	body
	{
		background-position: 50% 0px;
		font-size:20px;
	}
	h1
	{
		font-size:25px;
	}
	.vajayjay 
	{
		display: block;
		color: #4c4c4c; 
		font-family: 'Bitter', serif;
		left: 0; 
		padding-right: 5px; 
		padding-left: 5px;
		padding-bottom:5px;
		position: relative; 
		float: none; 
	}
	.content
	{
		max-width: 100%;
		left:0px;
		top:180px;
		background:rgba(255,255,255,0.9);
	}
	ul#questions, ul
	{
		padding-left:0px;
		margin-top:0px;
	}
	ul#questions li input
	{
		padding-top:10px;
		margin-left:10px;
		/* width:50px; 
		height:50px; */
	}
	ul#questions li input[type=radio]
	{
		/* border-radius: 25px; */
	}
	.heading
	{
		width: auto;
		max-width:100%;
	}
	
	.heading > h2
	{
		font-size:30px;
	}
	.footer
	{
		width: 100%;
		padding: 10px;
	}
	.footer, .footer a
	{
		top:200px;
		left:0px;
		font-size:11px;
	}
	.fb-like > span, .fb-share-button > span
	{
		vertical-align: top !important;
	}
}