/*
 * This file is part of Contao.
 *
 * (c) Leo Feyer
 *
 * @license LGPL-3.0-or-later
 */

/* Body */
body {
	background:#fff;
	padding:6px 12px;
}

/* Headline */
h1 {
	display:none;
}
h2 {
	margin:18px 18px 9px;
	padding:7px 0 7px 36px;
	background:url("images/help.gif") no-repeat left center;
	font-size:14px;
	font-size:.875rem;
	color:#8ab858;
}

/* Table */
.tl_help_table {
	margin:0 18px 18px;
}
.tl_help_table td {
	padding:12px 0;
	vertical-align:top;
	border-bottom:1px solid #e6e6e6;
	line-height:16px;
}
.tl_help_table td code {
	font-size:11px;
	background:#f0f0f0;
	border-radius:3px;
	padding:0 1px;
}
.tl_label {
	width:200px;
	font-weight:bold;
}
td.headline {
	font-size:16px;
	font-size:1rem;
	padding-top:36px;
}
tr:first-child td.headline {
	padding-top:12px;
}
