@CHARSET "UTF-8";

.table-bordered {
	border: 1px solid #ddd;
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
	border-collapse: collapse;
}

.table-bordered td, .table-bordered th {
	border: 1px solid #ddd;
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
}

.table-bordered th {
	background-color: #efefef;
    width: 20%;
}

.pages h1 {
	font-size: 2rem;
}

.pages h2 {
    font-size: 20px;
    font-weight: bold;
    padding: 5px 10px;
    background: #717171;
    color: white;
    margin-bottom:15px;
}

.pages p {
	font-family: inherit;
	font-weight: normal;
	font-size: 1rem;
	line-height: 1.6;
	margin-bottom: 1.25rem;
	text-rendering: optimizeLegibility;
}
.pages ul, .pages ol, .pages dl {
	font-size: 1rem;
	line-height: 1.6;
	margin-bottom: 1.25rem;
	list-style-position: outside;
	font-family: inherit;
}

.pages dl dt {
	margin-bottom: 0.3rem;
	font-weight: bold;
}

.pages dl dd {
	margin-bottom: 0.75rem;
}
.pages dl dd input, .pages dl dd textarea{
 width: 100%;
}
.pages input[type="submit"]{

    padding: 5px 20px;
    border-radius: 5px;
    font-size: 18px;}
