.model-select {

	text-align: center;
}

.model-select .select-container {

	display: inline-block;
	padding: 1em;
}

.model-select .select-container div {

	display: inline-block;
	padding-right: 1em;
	vertical-align: middle;
}

.model-select .select-container select {

	font-size: 1.2em;
	vertical-align: middle;
	padding: .25em .5em;
	cursor: pointer;
}

.illustra-selector-container {

	margin: 10px 0px 5px 0px;
}

.illustra-selector-container > .selector {

	display: inline-block;
	margin: 5px 10px;
	color: #007AC3;
	font-weight: bold;
	border-bottom: 2px solid white;
}

.illustra-selector-container .selected {

	border-bottom: 2px solid #F9B706;
}

.illustra-selector-container > .selector:hover {

	border-bottom: 2px solid #F9B706;
	cursor: pointer;
}

.illustra-selector-container > .title {

	margin: 5px 10px 2px 10px;
}

.has-nested-tabs .nested-tab {

	margin: 0px 0px 15px 0px;
	border: none !important;
}

.has-nested-tabs .nested-tab > ul {

	background: none !important;
	border: none !important;
	border-bottom: 1px solid lightgrey !important;
	border-radius: 0px !important;
	padding: 4px 2px;
}

.has-nested-tabs .nested-tab > ul > .ui-state-active a {

	color: #007AC3 !important;
}

.has-nested-tabs .nested-tab > ul > .ui-state-default {

	background: none !important;
	border: none !important;
	margin: .5em 1em !important;
	float: none;
	display: inline-block;
}

.has-nested-tabs .nested-tab > ul > .ui-state-default > a {

	padding: 0px 4px !important;
	text-align: left;
}

.has-nested-tabs .nested-tab > ul > .ui-state-hover > a {

	color: #007AC3 !important;
}

.has-nested-tabs .nested-tab > ul > .ui-state-active > a > span {

	border-bottom: 2px solid #F9B706 !important;
}

.has-nested-tabs .nested-tab > ul > .ui-state-default > a > span {

	border-bottom: 2px solid white;
}

.has-nested-tabs .nested-tab > ul > .ui-state-hover > a > span {

	border-bottom: 2px solid #F9B706;
}

/**
	MEDIA QUERIES
*/
@media all and (max-width: 480px) {}