html {
	overflow-y: scroll;
}

body, html {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 28px;
	color: #504e4b;
	padding: 0;
	margin: 0;
	background-color: #fafafa !important;
}

a img {
	border:none;
}

#outside {
	max-width: none;
	margin: 0;
}

#header {
	font-size: 3.157em; /*51px*/
	line-height: 99px;
	min-height: 125px;
	text-align: center;
	background-color: #fff;
	border-bottom: #0b3c5d 1px solid;
	padding: 0;
	margin: 0;
}

#jobboard_header_text {
	text-align:center;
	background-color:#FFFFFF;
	color:#0b3c5d;
	padding: 0;
	margin: 0;
}

#logo {
	height: 120px;
	max-width: 300px;
	margin: 0 auto;
	vertical-align: top;
}

#contentouter {
	margin: 0 auto;
	padding: 0;
	border: 0;
	background-color: #fafafa;
}

#content {
	clear: both;
	margin: 20px auto;
	padding: 0px 30px 30px;
	background-color: #f6f6f6;
	border: 1px solid #e8e8e8;
	border-radius: 4px;
	max-width: 1000px;
}

#inner_footer {
	min-height: 50px;
	width: 100%;
	margin: 0 auto;
	font-size: smaller;
	line-height: 1em;
	margin: 0 auto;
	max-width: 960px;
	min-height: 50px;
	padding: 1.5em;
	text-align: center;
}

#inner_footer a{
	color: #0b3c5d;
	text-decoration: none;
}

#inner_footer a:hover {
	text-decoration: underline;
}

#asfooter {
	margin-top: 20px;
	text-align: center;
}

#asfooter a:hover {
	text-decoration: underline;
}

#asfooter, #asfooter a {
	font: 10px/16px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
}

.inputtext, .textarea, .inputpassword {
	background-color: #F3F3F3;
}

.file {
	background: url('/images/icons/attach.png') no-repeat top left;
	padding-left: 18px;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

/* ************************* */
/* Fonts
/* ************************* */
/*
base font-size is 16px with a line height of 28px for 960px width.
The line heights are calculated to display best for a 960px width.
*/

h1 {
	font-size: 3.157em; /*51px*/
	line-height: 69px;
}

h2 {
	font-size: 2.369em; /*38px*/
	line-height: 53px;
}

h3 {
	font-size: 1.333em;
	line-height: 33px;
	color: #2f5496;
	margin-left: 15px;
}

h4 {
	font-size: 21px;
	line-height: 33px;
	color: #2f5496;
	margin-left: 15px;
}

a:link {
}

a:visited {
}

a:hover {
}

a:active {
}

/* ************************* */
/* Colors - Work on this
/* ************************* */
/*
	#2f5496 - The main striking color used in headers
	#4abdac - The base color used as a background
	#f7b733 - Accent color for buttons and links
	#dfdce3 - Second accent color
	#ffffff - primary font color

I suggest we give each of these a class of its own. That class can then be added to specific elements. Then we can just
update the colors in one spot, and it will cascade automatically.

*/

/* ************************* */
/* Breadcrumbs
/* ************************* */
#asbreadcrumbs {
	font-size: 1em;
	line-height: 1em;
	margin: 0;
	padding-bottom: 1em;
}

#asbreadcrumbs a {
	text-decoration: none;
}

#asbreadcrumbs a:hover {
	text-decoration: underline;
}

/* ************************* */
/* Content Title
/* ************************* */
#contenttitle {
	clear: both;
	color: #2f5496;
	font-size: 2.369em; /*38px*/
	line-height: 53px;
	margin: 0;
	text-align: left;
}

/* ************************* */
/* Filters
/* ************************* */
.filters_header {
	font-size: 18px;
	margin-bottom: 20px !important;
}

.filter_header {
	font-weight: bold;
}

.toggle_mobile_filters {
	display: none;
}

.filter_button {
	margin-top: 20px !important;
	padding-top: 10px !important;
}

#filters_wrapper {
	margin-bottom: 20px !important;
	background-color: #f0f1f2 !important;
	padding: 20px !important;
	border: 1px solid #e8e8e8;
}

#filters_wrapper input, #filters_wrapper select, #filters_wrapper .chosen-choices .default {
	padding: 5px !important;
	width: 95% !important;
	border-radius: 4px !important;
	border: 1px solid #e8e8e8 !important;
	line-height: normal;
}

.toggle_desktop_filters {
	display: block;
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer;
}


.job_filter, .filter_button {
	float: left;
	margin-right: 5px;
	width: 24%;
}

@media only screen and (max-width: 450px) {
	#filters_wrapper {
		display: none;
	}

	#filters_wrapper.show_filters {
		display: inline;
	}

	.toggle_mobile_filters {
		display: block !important;
		text-align: center;
		padding: 0 5px 10px 5px;
		font-weight: bold;
		text-decoration: underline;
	}

	#filters_wrapper .filter_input {
		height: 32px;
		padding: 0px;
		width: 95%;
	}

	.job_filter, .filter_button {
		float: none !important;
		width: 95% !important;
		height: inherit !important;
	}

	.filters_header {
		font-size: 16px;
		margin-bottom: 10px;
	}
}


/* ************************* */
/* Application Styles
/* ************************* */
.addanother {
	margin-left: 15px;
	background-color: #2f5496;
	border: 0px;
	color: white !important;
	cursor: pointer;
	margin: 0 0 0 15px;
	padding: 0.5em;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	width: auto;
}

hr {
	margin: 15px;
	border: 0;
	border-top: 1px solid #e8e8e8;
}

h4 {
	font-size: 1.333em;
	line-height: 33px;
	color: #2f5496;
	margin-left: 15px;
}

label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: normal;
}

#ascontainer .sectionhead a {
	color: #fff;
}

legend {
	display: block;
	width: 100%;
	padding: 1em 0 0 0;
	margin: 0 15px 15px 15px;
	font-size: 28px;
	line-height: 41px;
	color: #2f5496;
	border: 0;
	border-bottom: none;
}

div.app_name {
	font-size: larger;
}

div.jobdetail {
	/*	padding: 3px 6px;
        border: 2px solid #666666;*/
}

#ascontainer {
	margin: 0px;
	width: 100%;
}

#ascontainer a {
	color: #96402f;
}

#ascontainer a:hover {
}

#ascontainer table th, #ascontainer table td {
	vertical-align: top;
}

#ascontainer table {
	border-collapse: collapse;
}


#ascontainer a:hover {
	text-decoration: underline;
}

#asmyaccount {
	float:right;
	text-align:right;
	white-space: nowrap
}

/* ************************* */
/* Button Styles
/* ************************* */
.buttons {
	display: inline;
}

.buttons a, .buttons button {
	background-color: #2f5496;
	border: 0px;
	color: white !important;
	cursor: pointer;
	margin: 0 0.4em 0 0;
	padding: 0.5em;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	width: auto;
	font-size: 16px;
	line-height: 28px;
	border-radius: initial;
}

.buttons button {
	width: auto;
	overflow: visible;
	padding: 1px 12px 0px 9px; /* IE6 */
}

.buttons button[type] {
	padding: 2px 12px 2px 9px; /* Firefox */
	line-height: 17px; /* Safari */
}

*:first-child + html button[type] {
	padding: 1px 12px 0px 9px; /* IE7 */
}

.buttons button img, .buttons a img {
	margin: 0 3px -3px 0 !important;
	padding: 0;
	border: none;
	width: 16px;
	height: 16px;
}

.buttons button:hover, .buttons a:hover {
	background-color: #999;
	color: #fff !important;
	text-decoration: none !important;
}


.btn-xs a {
	border-radius: 3px !important;
	font-size: 12px !important;
	line-height: 1.5 !important;
	padding: 5px 7px 4px 7px !important;
}

.btn-default a {
	background-color: #fff !important;
	border-color: #ccc !important;
	color: #333 !important;
}

.btn-default a:hover {
	background-color: #e6e6e6 !important;
}

/* ************************* */
/* Branding
/* ************************* */
#asbranding {
	display: block;
	padding: 40px 0;
	text-align: right;
}

#asbranding img {
	border: 0;
}

/* ************************* */
/* Paging
/* ************************* */
.tablepager {
	font-size: smaller;
	font-style: italic;
	text-align: right;
	padding-top: 2em;
}

/* ************************* */
/* Display Tables
/* ************************* */
.displaytable {
	padding: 0;
	margin: 0;
	border: 1px solid #e8e8e8;
}

.displaytable td {
	border: none;
	color: #1d2731;
	font-weight: bold;
	font-weight: normal;
	padding: 0.5em;
	margin: 0;
	text-align: left;
}

.displaytable th {
	background-color: #2f5496;
	color: #fff;
	font-weight: normal;
	padding: 0.5em;
	margin: 0;
	text-align: left;
}

.displaytable th.sortable {
	cursor: pointer;
}

.displaytable tr {
	background-color: #fff;
}

/*.displaytable tr:hover {
background-color: #eaedf4;
}*/

.displaytable tr:nth-child(even) {
	background-color: #eaedf4;
}

/* ************************* */
/* Listing
/* ************************* */
.listingtitle {
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
}

.apply, .applyemail {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 10px;
}

.applyemail {
	border: 1px solid black;
	padding: 5px 10px;
}

a#apply-a, a#apply-a:link, a#apply-a:visited {
	padding: 5px 20px 5px 20px;
	background: #983D3A;
	border: 1px #D45951 solid;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: smaller;
	color: #FFFFFF !important;
}

a#apply-a:hover {
	text-decoration: none;
	border: 1px #575C5F solid;
	background: #4C4D51;
}

/* ************************* */
/* Application / Questions
/* ************************* */
.question {
	margin-left: 20px;
	margin-bottom: 10px;
}

.answer {
	margin-top: 6px;
	margin-left: 30px;
}

.qtable {
	width: 100%;
	margin: 10px 0px;
}

.qtable td {
}

.qtable_q {
	width: 50%;
	padding-right: 10px;
	text-align: right;
}

.qtable_q2 {
	padding: 4px;
}

.qtable_h1 {
	text-align: center;
	background-color: #666;
	font-weight: bold;
	color: white;
	margin-top: 12px;
	margin-bottom: 6px;
	padding: 5px 8px;
	background-color: #2f5496;
	font-size: large;
	color: #fff;
	border: 0;
}

/* ************************* */
/* Tables
/* ************************* */
.formtable th {
	border: none;
	border-bottom-width: 0px;
	font-size: large;
	font-weight: normal;
	margin-bottom: 6px;
	margin-top: 12px;
	padding: 5px 8px;
	padding-bottom: 2px;
	padding-top: 3px;
	white-space: nowrap;
}

.formtable td {
	padding: 0 0 0 8px;
	border: none;
}

.formtable td.noinput {
	padding-top: 3px;
}

.formtable div.sectionhead, .sectionhead {
	border: 1px solid #ccc;
	margin-top: 12px;
	margin-bottom: 6px;
	padding: 5px 8px;
	background-color: #2f5496;
	/*	font-weight: bold;*/
}

.formtable .fieldinfo {
	font-style: italic;
}

.formtable input[type=radio], .formtable input[type=checkbox] {
	margin-top: 5px;
}

.formtable div.sectionhead, .sectionhead, #infobox {
	padding: 0.5em;
	background-color: #2f5496;
	border: 0;
	color: #fff;
	font-size: large;
	margin: 1em 0;
}

.infobox { /*onboarding element*/
	border: none;
}

@media (max-width: 767px) {
	.formtable th, .formtable td {
		display: block;
	}

	.formtable th {
		font-weight: bold;
		text-align: left !important;
	}

	.formtable td {
		margin-bottom: 6px;
	}

	.formtable textarea, .formtable input[type="text"], .formtable input[type="tel"], .formtable input[type="date"], .formtable input[type="email"], .formtable input[type="password"] {
		width: 100%;
	}

	#asmyaccount {
		float:none !important;
		margin-bottom: 12px;
	}
}

@media (min-width: 768px) {
	.formtable th {
		text-align: right;
		padding-right: 16px;
	}
}

@media (max-width: 768px) {
	#header {
		font-size: 2.157em;
		line-height: 50px;
		min-height: 80px;
	}
}

/* ************************* */
/* Messages
/* ************************* */
.bg-primary {
	padding: 15px;
}

.openings_instructions {
	margin: 20px 0;
}

.sectioninstruction {
	margin-bottom: 12px;
}

.errormsg {
	background-color: #f8b2b2;
	border-radius: 4px;
	font-size: 12px;
	line-height: 1.42857143;
	opacity: 1;
	padding: 15px;
	margin: 14px 0 20px 0;
	text-align: left;
	color: #a94442;
}

.errormsg li {
	text-align: left;
	color: #a94442;
}

.successmsg {
	background-color: #ccffcc;
	border-radius: 4px;
	font-size: 12px;
	line-height: 1.42857143;
	opacity: 1;
	padding: 15px;
	margin: 14px 0 20px 0;
	text-align: left;
	color: black;
}

.showtable th {
	text-align: right;
	padding-right: 6px;
	white-space: nowrap;
	font-weight: bold;
}

.showtable th, .showtable td {
	padding-top: 2px;
	padding-bottom: 2px;
	vertical-align: top;
	border: none;
}

/* ************************* */
/* Breakpoints
/* ************************* */
@media all and (max-width : 865px) {
}

@media all and (max-width : 768px) {
	#contentouter {
		padding: 0;
	}

	#content {
		padding: 10px;
	}

	.container-fluid {
		padding-left: 0px;
		padding-right: 10px;
	}
}


@media all and (max-width : 890px) {
}

@media all and (max-width : 505px) {
}

@media all and (max-width : 400px) {
}

@media all and (max-width : 865px) {
}

@media all and (max-width : 890px) {
}

@media all and (max-width : 505px) {
}

@media all and (max-width : 400px) {
}


/* ************************* */
/* Email Thread Styles
/* ************************* */  

.msgtable th {
	text-align: left;
	font-weight: normal;
}

.msgtable {
	text-align: left;
}

.msgsubject {
}

.msgbodytd {
	border: 1px solid #888888;
	padding: 3px 6px;
}

.msgbody {
	width: 500px;
}

.msgactions {
	padding-left: 5px;
}

.msgsubject {
	margin-bottom: 10px;
	font-weight: bold;
}

.msgfrom, .msgdate, .replyfrom {
	margin-right: 10px;
	text-align: right;
}

.replysubmit {
	margin-top: 10px;
}

.vspacer {
	height: 10px;
}

.replyconfirm {
	font-weight: bold;
	font-style: italic;
}

/* ************************* */
/* Date Chooser Styles
/* ************************* */  

.calendar * {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Tahoma, serif;
	font-weight: normal;
	color: #000;
}
.calendar .invalidday a, .calendar .invalidday a:hover {
	color: #ccc;
	background: #fff;
	cursor: default;
}
.calendar .selectedday {
	background: #ddd;
}
.calendar .today {
	font-weight: bold;
	color: #f00;
}
.calendar a {
	padding: 0 2px;
	color: #000;
	text-decoration: none;
}
.calendar a:hover {
	background: #bbb;
}
.calendar table {
	border-collapse: collapse;
	font-size: 90%;
}
.calendar tbody td {
	width: 20px;
}
.calendar td, .calendar th {
	padding: 1px;
	text-align: center;
}
.calendar thead td {
	border-bottom: 1px solid #aaa;
}
.calendar thead td {
	font-weight: bold;
}
.calendar thead th a {
	font-size: 95%;
	font-weight: bold;
}
.calendar thead th {
	padding: 2px 0;
	vertical-align: middle;
	background: #ddd;
}
.calendar {
	padding-bottom: 2px;
	border: 1px solid #aaa;
	font-size: small;
	background: #fff;
}
.calendaricon {
	cursor: pointer;
}
.calendarlink, .calendaricon {
	margin: 0 3px;
}

.secondary {
	background-color: #999 !important;
}
.secondary:hover {
	background-color: #bbb !important;
}

.equal-width-button {
	min-width: 178px;
	display: inline-block;
}

.refer-friend-spacer {
	display: none;
}

/* ************************* */
/* Candidate Select Time Styles
/* ************************* */
.candidate_selects_available_time {
	text-align: center;
	padding: 5px;
}

.select_event_time th {
	padding-top: 0;
}

.candidate_selects_available_time span {
	cursor: pointer;
	color: #648DBF;
	font-weight: bold;
}

.pending_start_time, .pending_end_time {
	display: none !important;
}


@media (max-width: 768px) {
	.candidate_selects_available_time span {
		width: 100%;
		display: block;
		background-color: #e9e9e7;
		padding: 5px;
		border: 1px solid #648DBF;
		margin: 2px 0 2px 0;
	}
}

.formtable.general_application th {
	min-width: 150px;
	max-width: 50%;
	white-space: normal;
}

/* ************************* */
/* Responsive Application Styles
/* ************************* */
.responsive-application .radio, .responsive-application .checkbox {
	display: inline-block !important;
}

.responsive-application .sectionhead {
	clear: both;
}

.responsive-application fieldset {
	border: 1px groove #ddd !important;
	padding: 1em 1.4em 1.4em 1.4em !important;
	margin: 0 0 1.5em 0 !important;
	-webkit-box-shadow: 0px 0px 0px 0px #000;
	box-shadow: 0px 0px 0px 0px #000;
}

.responsive-application legend {
	width: inherit; /* Or auto */
	padding: 0 10px 0 15px; /* To give a bit of padding on the left and right */
	border-bottom: none;
	font-family: arial, sans-serif;
	Font-Size: 15px;
	font-weight: bold;
	color: #000000;
	Line-Height: 20px;
}

.responsive-application h3, .responsive-application p {
	margin-left: 15px !important;
}

.responsive-application .addanother {
	margin-left: 15px;
}

.responsive-application .control-label {
	display: table;
	font-weight: normal !important;
	text-align: left !important;
	clear: both;
}

.responsive-application .qtable_h1 {
	padding: 0.25em;
}

.responsive-application .form-group {
	margin-left: 0 !important;
	margin-right: 0 !important;
	margin-top: 5px;
	margin-bottom: 5px;
}

@media (max-width: 768px) {
	.responsive-application fieldset {
		border: none !important;
		padding: 0 0 0 0 !important;
		margin: 1em 0 1em 0 !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
	}

	.responsive-application .container-fluid {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
}



.toggle_detail {
	display: none;
}

.modal-open {
	overflow-y: auto;
}

.responsive-application fieldset {
	border: 1px groove #ddd !important;
	padding: 1em 1.4em 1.4em 1.4em !important;
	margin: 0 0 1.5em 0 !important;
	-webkit-box-shadow: 0px 0px 0px 0px #000;
	box-shadow: 0px 0px 0px 0px #000;
}

.responsive-application legend {
	width: inherit; /* Or auto */
	padding: 0 10px 0 15px; /* To give a bit of padding on the left and right */
	border-bottom: none;
	font-family: arial, sans-serif;
	Font-Size: 15px;
	font-weight: bold;
	color: #000000;
	Line-Height: 20px;
}

.qe_printsect .responsive-application legend {
	margin-left: -16px;
}

.responsive-application #qtn_130272_3983832 { /*update this to signature field id*/
	font-family: "Brush Script MT", cursive;
	font-size: large;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
}

.responsive-application h3 {
	margin-left: 15px !important;
}

.responsive-application .addanother {
	margin-left: 15px;
}

.responsive-application .control-label {
	display: table;
	font-weight: normal !important;
	text-align: left !important;
	clear: both;
}

.responsive-application .qtable_h1 {
	padding: 0.25em;
}

.responsive-application .form-group {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

@media (max-width: 768px) {
	.responsive-application fieldset {
		border: none !important;
		padding: 0 0 0 0 !important;
		margin: 1em 0 1em 0 !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
	}

	.container-fluid {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
}

@media only screen and (max-width: 450px) {
	.page_content_wrapper {
		width: 95% !important;
		margin-top: 0 !important;
	}

	.as_mobile_hide_rth.displaytable thead,
	.search_results_instructions,
	.resume_instructions,
	.description_head,
	.listing_description {
		display: none;
	}

	.listing_description.show_listing_description {
		display: block;
	}

	#ascontainer .responsive-application p {
		margin-left: 0 !important;
	}

	.answer {
		margin-left: 0px;
	}

	th.thspacer {
		display: none;
	}

	.responsive-application legend {
		padding: 0 !important;
	}

	.responsive-application .addanother {
		margin-left: 0;
		margin-bottom: 10px;
		padding: 5px;
	}

	.responsive-application .repeatobj hr {
		display: none;
	}

	.responsive-application .col-xs-1,
	.responsive-application .col-sm-1,
	.responsive-application .col-md-1,
	.responsive-application .col-lg-1,
	.responsive-application .col-xs-2,
	.responsive-application .col-sm-2,
	.responsive-application .col-md-2,
	.responsive-application .col-lg-2,
	.responsive-application .col-xs-3,
	.responsive-application .col-sm-3,
	.responsive-application .col-md-3,
	.responsive-application .col-lg-3,
	.responsive-application .col-xs-4,
	.responsive-application .col-sm-4,
	.responsive-application .col-md-4,
	.responsive-application .col-lg-4,
	.responsive-application .col-xs-5,
	.responsive-application .col-sm-5,
	.responsive-application .col-md-5,
	.responsive-application .col-lg-5,
	.responsive-application .col-xs-6,
	.responsive-application .col-sm-6,
	.responsive-application .col-md-6,
	.responsive-application .col-lg-6,
	.responsive-application .col-xs-7,
	.responsive-application .col-sm-7,
	.responsive-application .col-md-7,
	.responsive-application .col-lg-7,
	.responsive-application .col-xs-8,
	.responsive-application .col-sm-8,
	.responsive-application .col-md-8,
	.responsive-application .col-lg-8,
	.responsive-application .col-xs-9,
	.responsive-application .col-sm-9,
	.responsive-application .col-md-9,
	.responsive-application .col-lg-9,
	.responsive-application .col-xs-10,
	.responsive-application .col-sm-10,
	.responsive-application .col-md-10,
	.responsive-application .col-lg-10,
	.responsive-application .col-xs-11,
	.responsive-application .col-sm-11,
	.responsive-application .col-md-11,
	.responsive-application .col-lg-11,
	.responsive-application .col-xs-12,
	.responsive-application .col-sm-12,
	.responsive-application .col-md-12,
	.responsive-application .col-lg-12 {
		padding: 0;
	}

	input[type="radio"], input[type="checkbox"] {
		margin: 0 !important;
	}

	.responsive-application input[type="checkbox"] {
		margin-left: -20px !important;
	}

	.responsive-application .radiotable td {
		margin-top: 4px;
	}

	.responsive-application h4.sectionhead {
		margin: 0 0 6px 0;
	}

	#contenttitle {
		margin-bottom: 10px;
		font-size: 20px;
		font-weight: bold;
	}

	#ascontainer {
		width: 100% !important;
		padding-top: 0 !important;
	}

	#ascontainer td {
		font-weight: normal;
	}

	#ascontainer td a {
		font-weight: bold;
	}

	#ascontainer td, #ascontainer td a {
		font-size: 16px !important;
		line-height: normal;
	}

	.as_mobile_hide_rth.displaytable {
		border-top: initial;
		border-bottom: initial;
	}

	.as_mobile_hide_rth.displaytable td {
		display:  block;
	}

	.oddrow {
		background: #e9e9e7;
	}

	.question {
		margin-left: 0;
	}

	textarea,
	input[type=text],
	input[type=tel],
	input[type=date],
	input[type=email],
	input[type=password],
	select,
	textarea:focus,
	input[type=text]:focus,
	input[type=tel]:focus,
	input[type=date]:focus,
	input[type=email]:focus,
	input[type=password]:focus,
	select:focus{
		width: 95% !important;
		font-size: 16px !important;
	}

	td {
		display: table-cell;
		width: inherit !important;
		padding: 0 2px 0 2px;
	}

	.toggle_detail {
		display: inline;
	}

}



.question .star-rating {
	color: #F1C40F;
}

.question .star span {
	display: none;
}

.question .average_star_rating_value {
	color: #333;
}

.sign_document_wrapper {
	border: 1px solid #000000;
	padding: 40px;
	background: #ffffff;
}

input#document_signature {
	font-family: "Brush Script MT", sans-serif;
	font-size:22px;
}

#document_signature, #document_signature_date {
	width: 100% !important;
}