body #main-content {
  padding-left: 0px;
  padding-right: 0px;
  margin: 0px;
}

.prompt-text1 {
	color: rgb(34, 34, 34);
	font-size: 30px;
	font-family: "HelveticaNeueLight";
	font-weight: 100;
	letter-spacing: 0px;
	line-height: 50px;
}

.prompt-text2 {
	color: rgb(34, 34, 34);
	font-size: 24px;
	font-family: "HelveticaNeueLight";
	font-weight: 100;
	letter-spacing: 0px;
	line-height: 28px;
}

h3 {
	font-family: "HelveticaNeueLight";
	color: rgb(34, 34, 34);
	font-size: 18px;
	font-weight: 100;
	letter-spacing: 0px;
	line-height: 22px;
}

.back {
	display: inline-block;
	cursor:pointer;

	color: rgb(34, 34, 34);
	font-size: 40px;
	font-weight: 100;
	letter-spacing: 0px;
	line-height: 50px;
	border:1px solid rgb(34, 34, 34);
	border-radius:100px;
	width:40px;
	height:40px;
	text-align:center;
	position:relative;
	margin-left:5px;

	}

.chevron {
    position:absolute;
    display:block;
    height:30px; /*height should be double border*/
	top:5px;
	left:25px;
}
.chevron::before,
.chevron::after {
    position:absolute;
    display:block;
    content:"";
    border:15px solid transparent; /*adjust size*/
}
/*Change the four instances of 'top' below to rotate (top/right/bottom/left)*/
.chevron::before {
    right:0;
    border-right-color:rgb(34, 34, 34); /*Chevron Color*/
}
.chevron::after {
    right:-2px; /*adjust thickness*/
    border-right-color:#fff; /*Match background colour*/
}


table {
	background-color: #ffffff !important;
}

select {
	width:90% !important;
}

input[type="radio"] {
    width: 0;
	-moz-opacity:0;
	filter:alpha(opacity:0);
	opacity:0;
	outline:none;
}
input[type="checkbox"] {
    width: 0;
	-moz-opacity:0;
	filter:alpha(opacity:0);
	opacity:0;
	outline:none;
}

.radio, .checkbox {
	background-color: #F3F3F3;
	display: inline-block;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding-left:30px;
	margin-top:5px;
	padding-bottom:5px;
	background-image: url("images/alert-successsmalloff.png");
	background-repeat:no-repeat;
	background-position: 5px 7px;
	color: #333333;
}
.radio {
	width: 80%;
}
.checkbox {
	width: 80%;
}
.active {
	background-image: url("images/alert-successsmall.png");
	background-repeat:no-repeat;
	background-position: 5px 7px;
}

.optionsbox {
	margin-top:5px;
	margin-bottom:5px;
}

.btn-mini {
	margin-top:5px;
	padding: 0px 6px;
}


@media (min-width: 710px) and (max-width: 939px) {

.radio {
	width: 70%;
}
.checkbox {
	width: 70%;
}



}