/*
 * Misc
 */
.-hd-clickable {
	cursor: pointer;
}

/*
 * IntelliTable
 */
.-hd-util-intellitable-scroll-help {
	color: #aaa;
	font-size: 10px;
}

.-hd-util-intellitable-data td[value="0"], .-hd-util-intellitable-ex-aequo {
	color: #aaa;
}

.-hd-util-intellitable-data .-hd-util-intellitable-numeric-value, .-hd-util-intellitable-data .-hd-util-intellitable-date-value, .-hd-util-intellitable-data .-hd-util-intellitable-time-value {
	text-align: center;
}

.-hd-util-intellitable-rank-value {
	text-align: right;
}

.-hd-util-intellitable-data .-hd-util-intellitable-no-data td {
	text-align: center;
}

.-hd-util-intellitable-data .-hd-util-intellitable-inline-image {
	text-align: center;
}

.-hd-util-intellitable-data .-hd-util-intellitable-inline-image img {
	height: auto;
	max-height: 20px;
	max-width: 20px;
	min-height: 20px;
	min-width: 20px;
	width: auto;
}

/*
 * Tabs
 */
.-hd-util-tabs {
	margin-top: 30px;
}

.-hd-util-tabs-buttons {
	border-bottom: 1px solid rgba(0, 0, 0, .2);
	text-align: center;
}

.-hd-util-tabs-button {
	display: inline-block;
	line-height: 30px;
	min-width: 80px;
	padding: 0 10px;
	text-decoration: none;
	vertical-align: bottom;
}

.-hd-util-tabs-button-active {
	font-weight: bold;
}

.-hd-util-tabs-pane {
	display: none;
}

.-hd-util-tabs-pane-active {
	display: block;
}

.-hd-util-tabs-pane .-hd-util-tabs {
	margin-top: 10px;
}

.-hd-util-tabs-pane .-hd-util-tabs-buttons {
	border-bottom: none;
}

.-hd-util-tabs-pane .-hd-util-tabs-button {
	line-height: 20px;
	min-width: 60px;
}

/*
 * Buttons
 */
.-hd-button {
	background-color: transparent;
	border: none;
	border-radius: 0;
	cursor: pointer;
	font-weight: normal;
	min-width: 80px;
	padding: 2px 6px;
	text-align: center;
}

.-hd-button.-hd-button-active {
	font-weight: bold;
}

/* 0 - 480 */
@media only screen and (max-width: 480px) {
	/*
	 * Tabs
	 */
	.-hd-util-tabs-button {
		min-width: 30px;
		padding: 0 4px;
	}
}