/* sections */
.section-wrapper {
	background-color: rgba(255, 255, 255, 0.15);
	border: 1px solid #ddd;
	border-radius: 2px;
	box-sizing: border-box;
	margin-top: 50px;
	padding: 20px 40px;
	width: 100%;
}
.section-wrapper > h3 {
	color: #777;
	font-size: 11px;
	font-weight: normal;
	margin-bottom: 20px;
	text-align: right;
}
.section-wrapper > p {
	padding: 30px 0 20px 0;
	text-align: center;
}

/* section-subtext */
.subtext {
	color: #444;
	font-size: 10px;
	margin-top: 40px;
}
.subtext span {
	margin-right: 20px;
}
.subtext sup {
	color: #444;
	vertical-align: baseline;
}

/* tables */
.tbl-layout {
	table-layout: fixed;
	width: 100%;
}
.tbl-layout th {
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
}
.tbl-layout th,
.tbl-layout td {
	text-align: left;
	vertical-align: top;
	word-wrap: break-word;
}

.tbl-listings {
	font-size: 12px;
	width: 100%;
}
.tbl-listings tr:not(:last-of-type) {
	border-bottom: 1px solid #ddd;
}
.tbl-listings th,
.tbl-listings td {
	overflow: hidden;
	padding: 3px;
	text-align: left;
	text-overflow: ellipsis;
	vertical-align: baseline;
	white-space: nowrap;
	max-width: 0;
}
.tbl-listings th {
	color: #09f;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
}
.tbl-listings td a {
	margin-right: 20px;
}
.tbl-listings td a:last-of-type {
	margin-right: 0;
}

/* dropdown */
.jq-dropdown .jq-dropdown-menu li a {
	font-size: 12px;
	line-height: 14px;
}
.tbl-listings a.nocolor {
	color: inherit;
}

/* search form */
.search-wrapper {
	text-align: right;
}
.search-wrapper h3 {
	border-bottom: 1px solid #ddd;
}
.search-wrapper label {
	display: block;
	font-size: 10px;
	text-align: left;
	text-transform: uppercase;
}
.search-wrapper input,
.search-wrapper select {
	padding: 6px 10px;
	width: 80%;
}
.search-wrapper select {
	padding-top: 5px;
	padding-bottom: 5px;
}
.tbl-search {
	width: 100%;
}
.tbl-search td {
	padding: 5px 0 10px 0;
	text-align: left;
	vertical-align: bottom;
}
.tbl-search td a {
	display: inline-block;
	margin: 6px 0 5px 0;
}
.frm-search {
	width: 100%;
}
