@CHARSET "UTF-8";

.frontpage-tabcontrol {
}

/* round tab pages borders */
.frontpage-tabcontrol .rf-tab-hdr-top {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

/* active tab page header */
.frontpage-tabcontrol .rf-tab-hdr-act.rf-tab-hdr-top {
	background-image : none;
}

/* inactive tab page header */
.frontpage-tabcontrol .rf-tab-hdr-inact.rf-tab-hdr-top {
	background-image : none;
}

/* disabled tab page header */
.frontpage-tabcontrol .rf-tab-hdr-dis.rf-tab-hdr-top {
	background-image : none;
}

/* tab page label */
.frontpage-tabcontrol .rf-tab-lbl {
	font-size: 19px;
	font-weight: 500;
	white-space: normal;
}

/* tab page list */
.frontpage-tabcontrol .rf-tab-hdr-tabline-vis.rf-tab-hdr-tabline-top {
	width: 100%;
	border-width: 0px;
	display: table;
}

/* content inside a tab page */
.frontpage-tabcontrol .rf-tab-cnt {
	border-top: none;
}

/* spacer size between tabs */
.frontpage-tabcontrol .rf-tab-hdr-spcr.rf-tab-hortab-tabspcr-wdh {
	padding: 2px;
}

/* hide spacers from left and right sides of tablist */
.frontpage-tabcontrol td[class~="rf-tab-hdr-spcr"]:first-child,
.frontpage-tabcontrol td[class~="rf-tab-hdr-spcr"]:nth-last-child(2),
.frontpage-tabcontrol td[class~="rf-tab-hdr-spcr"]:last-child {
	padding: 0px !important;
}