@font-face {
  font-family: 'AllerDisplay';
  src: url('/assets/fonts/allerdisplay.eot');
  src: url('/assets/fonts/allerdisplay.woff2') format('woff2'),
       url('/assets/fonts/allerdisplay.woff') format('woff'),
       url('/assets/fonts/allerdisplay.svg#AllerDisplay') format('svg'),
       url('/assets/fonts/allerdisplay.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Co';
  src: url('/assets/fonts/co-lt.eot');
  src: url('/assets/fonts/co-lt.woff2') format('woff2'),
       url('/assets/fonts/co-lt.woff') format('woff'),
       url('/assets/fonts/co-lt.svg#co-lt') format('svg'),
       url('/assets/fonts/co-lt.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Co';
  src: url('/assets/fonts/co-rg.eot');
  src: url('/assets/fonts/co-rg.woff2') format('woff2'),
       url('/assets/fonts/co-rg.woff') format('woff'),
       url('/assets/fonts/co-rg.svg#co-rg') format('svg'),
       url('/assets/fonts/co-rg.eot?#iefix') format('embedded-opentype');
  font-weight: bold;
  font-style: normal;
}

html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	-webkit-text-size-adjust: none;
}

mark {
	background-color: transparent;
	color: inherit;
}

input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input, select, textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
}

/* Page */

html, body {
	background: #333;
}

body {
	margin: 0 auto;
	text-align: center;
	font-family: Co,'Open Sans', sans-serif;
	color: #ccc;
}

h1 {
	font-family: AllerDisplay, sans-serif;
	font-size: 60px;
	text-transform: lowercase;
	margin: 20px auto;
}

h4 img, svg#ic {
	width: 150px;
	margin-top: 50px;
	fill: currentColor;
}

p {
	margin: 0 auto;
	padding: 0 20px;
	max-width: 850px;
	line-height: 1.5em;
}

p.summary {
	margin: 50px auto;
}

p.myfxbook a img {
/* 	width: 140px; */
	max-width: 100%;
}

p.footer {
	font-size: 11px;
	opacity: 0.5;
	margin: 15px auto 20px auto;
}

p.summary a {
	color: #ccc;
	text-decoration: none;
	border-bottom: 1px dashed #ccc;
}

p.summary a:hover {
	border-bottom: none;
}