html {
    margin-right: 0 !important;
    overflow: visible !important;
}
body {
    font-family: "Helvetica Neue", HelveticaNeue, "TeX Gyre Heros", TeXGyreHeros, FreeSans, "Nimbus Sans L", "Liberation Sans", Arimo, Helvetica, Arial, sans-serif;;
    line-height: 1.5;
    color: #999999;
    background: #D5D5D5;
    font-size: 1rem;
}
img {
    max-width: 100%;
    height: auto;
    border: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Helvetica Neue", HelveticaNeue, "TeX Gyre Heros", TeXGyreHeros, FreeSans, "Nimbus Sans L", "Liberation Sans", Arimo, Helvetica, Arial, sans-serif;;
    margin: 0 0 20px 0;
}
h1 {
    font-size: 5rem;
}
h2 {
    font-size: 3.3rem;
}
h3 {
    font-size: 1.4375rem;
}
p {
    font-size: 22px;
    margin-bottom: 30px;
}
.p-bold {
    font-size: 2rem;
    font-weight: 700;
}
.alignleft {
	float: left;
}
.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.alignright {
	float: right;
}
