#main li.ui-state-default
{
	margin-bottom: 0;
}

#main li.ui-tabs-active
{
	margin-bottom: -1px;
}

.ui-widget-header
{
	background: none;
	border: none;
}

.ui-widget-content
{
	background: none;
	border: none;
}

.ui-tabs .ui-tabs-nav
{
	padding: 0;
}

.ui-tabs .ui-tabs-panel
{
    background: #FFFFFF;
    background: rgba(255,255,255,.8);
    border: 1px solid #AAAAAA;
}

.singleJob {
	list-style-type: none;
}

/******* CAREER PATH TAB STYLES START *******/
.jobSalaries {
	width: 100%;
}

.jobsTableHeader {
	background: #EFEFEF;
}

.jobsTableHeader th {
	font-family: 'Oswald';
	font-weight: bold;
	text-transform: uppercase;
	padding: 15px;
	text-align: left;
	border-bottom: none;
}

.jobsTableHeader th:first-child {
	width: 60%;
}

.jobSalaries tr {
	border-bottom: 1px solid #EBEBEB;
}

.jobSalaries tr:last-child {
	border-bottom: none;
}

.jobSalaries td {
	padding: 10px 0 10px 15px;
	font-family: 'Roboto';
	font-size: 15px;
}
/******* CAREER PATH TAB STYLES END *******/