/* view career posting (see careers controller) */
body {
	font-size: 87.5%;
	font-family: 'Roboto', Helvetica, Verdana, Arial, sans-serif;
	color: #000; 
}
hr {
	display: block;
	background-color: #0053a1;
	border: 0;
	height: 2px;
	margin: 7px 0;
}
label {
	font-weight: bold;
	display: inline-block;
	margin-right: 3px;
}
a { outline: none;	color: #0053a1; }
a:hover {	color: #e6403b; }
a:focus { outline: none; }
.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clear { clear: both; zoom: 1; }
table.table-main {
	margin: 0;
	width: 100%;
}
div.div-job-heading {
	display: inline-block; 
	width: 50%; 
	margin: 7px 0;
}
div.div-job-heading-2 {
	display: inline-block; 
	width: 33%; 
	margin: 7px 0;
}
a.tfi-btn-base {
	display: block;
}
a.tfi-btn {
	background: #939799;
	background-image: -webkit-linear-gradient(top, #939799, #747678);
	background-image: -moz-linear-gradient(top, #939799, #747678);
	background-image: -ms-linear-gradient(top, #939799, #747678);
	background-image: -o-linear-gradient(top, #939799, #747678);
	background-image: linear-gradient(to bottom, #939799, #747678);

	/* rounding on corners */
	-webkit-border-radius: 20;
	-moz-border-radius: 20;
	border-radius: 20px;

	/* shadow below */
	-webkit-box-shadow: 7px 6px 3px #666666;
	-moz-box-shadow: 7px 6px 3px #666666;
	box-shadow: 7px 6px 3px #666666;

	color: #fff;
	font-size: 14px; /* 14 */
	font-weight: 700;
	padding: 5px 10px;
	text-align: center;
	letter-spacing: 1px;

	/* jquery ui to remove border after you click a button in a dialog box */
	/* outline-width: 0px !important; */
	outline: none;
}
a.tfi-btn:visited {
	background: #939799;
	background-image: -webkit-linear-gradient(top, #939799, #747678);
	background-image: -moz-linear-gradient(top, #939799, #747678);
	background-image: -ms-linear-gradient(top, #939799, #747678);
	background-image: -o-linear-gradient(top, #939799, #747678);
	background-image: linear-gradient(to bottom, #939799, #747678);
}
a.tfi-btn:hover {
	background: #0053a1;
	background-image: -webkit-linear-gradient(top, #0053a1, #00060e);
	background-image: -moz-linear-gradient(top, #0053a1, #00060e);
	background-image: -ms-linear-gradient(top, #0053a1, #00060e);
	background-image: -o-linear-gradient(top, #0053a1, #00060e);
	background-image: linear-gradient(to bottom, #0053a1, #00060e);
	color: #fff;
	cursor: pointer;
	text-decoration: none;
}
/* mimic the "push" button effect */
a.tfi-btn:active {
	box-shadow: none;
	top: 5px;
}
