@charset "UTF-8";

#Terms{
	margin: 30px 0;
}
	h1 {
	    padding-top: 30px;
	    text-align: center;
	    width: 100%;
	    font-size:26px;
	}
	#Terms h2 {
		text-align: right;
		font-size: 14px;
		font-weight: normal;
		margin-bottom: 3em;
		padding-top: 20px;
	}
	#Terms .wrapper{
		width: 80%;
	}
	#Terms h3 {
		text-align: center;
	}
	#Terms h4,
	#Terms p{
		text-align: left;
	}

	#Terms .end_of_terms {
		text-align: right;
	}

	#Terms a {
		color: #000;
		text-decoration: underline;

	}
	ol {
		margin: 1em 0 1.5em 0;
		display: block;
		padding-left: 1.7em;
	}
		.li_decimal li {
			list-style-type: decimal;
			margin-bottom: 1em;
		}
			.li_decimal li:last-child {
				margin-bottom: 0em;
			}