/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : May 18, 2018, 9:52:06 AM
    Author     : hschnieders
*/

.content h2 {
	color: #000;
}

.content p {
	text-align: justify;
}

.terms ol {
	list-style-type: lower-alpha;
	margin-left: 2em;
}

.terms ul {
	margin-left: 2em;
}

.terms h2 {
	color: #000;
}

.terms p {
	margin-left: 2.8em;
	text-align: justify;
}

.terms p span {
	display: inline-block;
	width: 2.8em;
	margin-left: -2.8em;
	white-space: nowrap;
}

.terms .cancellation {
	border: 2px solid #000;
	padding: 5px;
	margin-top: 10px;
	background-image: linear-gradient(transparent 50%, rgba(212, 212, 212, 0.5) 50%, rgba(212, 212, 212, 0.5)), linear-gradient(0deg, transparent 50%, rgba(192, 192, 192, 0.5) 50%, rgba(192, 192, 192, 0.5));
	background-size: 4px 4px;
}

.terms .cancellation p {
	margin-left: 0;
	text-indent: 0;
	text-align: left;
}

.terms .cancellation p.strong {
	font-weight: bold;
}
