body {
	font-family: arial;
	text-align: left;
	font-size: 18px;
	line-height: 20px;
	color: #333;
}


/* Headings */

h1 {
	font-size: 30px;
	line-height: 30px;
	margin: 30px 0 30px 0;
	font-weight: bold;
}

h2 {
	font-size: 26px;
	line-height: 26px;
	margin: 30px 0 30px 0;
	font-weight: bold;
}

h3 {
	font-size: 24px;
	line-height: 24px;
	margin: 20px 0 20px 0;
	font-weight: bold;
}

h4 {
	font-size: 22px;
	line-height: 22px;
	font-weight: bold;
	margin: 40px 0 20px 0;
	font-weight: bold;
	color: #007BFF;
}

h5 {
	font-size: 20px;
	line-height: 20px;
	margin: 30px 0 15px 0;
	font-weight: bold;
}

h6 {
	font-size: 18px;
	line-height: 18px;
	margin: 25px 0 10px 0;
	font-weight: bold;
}


/* Header and footer */
header {
	text-align: center;
}

header h4 {
	color: #333;
}

footer {
	font-size: 16px;
}


/* Paragraphs */
p {
	line-height: 23px;
	margin: 20px 0;
}

/* Content window */
.mgr-window {
	width: 80%;
	max-width: 860px;
	margin: 30px auto;
	padding: 20px 30px;
	border: 1px solid #ccc;
	border-radius: 10px;
	box-sizing: border-box;
}


/* Captions / Graphics */
.mgr-graphic {

	margin: 30px auto 50px;
	width: 50%;
	box-sizing: border-box;

}

.mgr-graphic.mgr-graphic-wide {
	width: 100%;
}

.mgr-graphic img {

	margin: 0 auto 20px auto;
	width: 100%;

}

.mgr-caption {
	text-align: left;
	font-size: 12px;
	color: #777;
}

.mgr-detail {
	font-size: 14px;
	color: #555;
}


/* List items */
li {
	margin-bottom: 15px;
}


/* Comparison table */
.mgr-table-comparison {
	margin: 0 auto 30px auto;
}

.mgr-table-comparison th {
	font-size: 20px;
	font-weight: bold;
}

.mgr-table-comparison td {
	padding: 10px 15px;
}

.mgr-table-comparison td:nth-child(1) {
	font-size: 14px;
	text-align: right;
}

.mgr-table-comparison td:nth-child(2) {
	background-color: #eee;
}

.mgr-table-comparison tr:nth-child(2) td:nth-child(2) {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.mgr-table-comparison tr:nth-child(2) td:last-child {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.mgr-table-comparison tr:last-child td:nth-child(2) {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.mgr-table-comparison tr:last-child td:last-child {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.mgr-table-comparison td:nth-child(3) {
	background-color: #007BFF;
	color: #fff;
}


/* FAQ items */
.mgr-page-faq-q {
	margin-bottom: 10px;
	color: #111;
	font-size: 18px;
}

.mgr-page-faq-a {
	margin: 0 0 25px 15px;
	font-size: 15px;
}

.mgr-page-title img {
	height: 18px;
}



/* Dynamic widths */
.mgr-width-80 {
	max-width: 80%;
	margin-left: auto;
	margin-right: auto;
}

/* Logo */
.mgr-logo {
	margin:  0 auto;
	height: 100px;
}

/* Legal content */
.legal-content {
	font-size: 13px;
}




/* Responsive */
@media screen and (max-width: 1000px) {
	
	.mgr-graphic {
		width: 65%;
	}

}

@media screen and (max-width: 900px) {

	.mgr-window {
		padding: 10px 20px;
		margin: 15px;
		width: auto;
	}

	body {
		font-size: 15px;
	}

	footer {
		font-size: 12px;
	}

	h1 {
		font-size: 25px;

	}

	h2 {
		font-size: 23px;
	}

	h3 {
		font-size: 21px;
	}

	h4 {
		font-size: 18px;
	}

	h5 {
		font-size: 16px;
	}

	h6 {
		font-size: 14px;
	}

	p {
		line-height: 20px;
	}

	li {
		margin-bottom: 10px;
	}
	
	.mgr-graphic {
		width: 100%;
	}

	.mgr-detail {
		font-size: 12px;
	}

	.mgr-width-80 {
		max-width: 100%;
	}

}