html,
body {
    max-width: 100%;
}
html {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow-y: scroll;
    -ms-content-zooming: none;
    -ms-touch-action: pan-x pan-y;
    letter-spacing: -0.5px;
}
body {
    background: #fff;
    -webkit-font-smoothing: antialiased;
    font-size: 15px;
    color: #111;
    margin: 0 auto;
    padding: 50px 20px;
}
p,
span {
    margin: 0;
    padding: 0;
    border: 0 none;
}
ul {
    margin: 0;
    padding: 0;
}
li {
    color: #111;
    margin: 8px 0;
    list-style: none;
}
img {
    border: 0;
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
    max-width: 100%;
}

a,
a:link,
a:active {
    text-decoration: none;
}
a:visited {
    text-decoration: none;
}
a:hover,
a:active {
    text-decoration: none !important;
    color: #0086e5;
}
*:focus {
    outline: none !important;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}
th,td {
	margin: 0;
	padding: 0;
	vertical-align: middle;
	font-size: 17px;
	line-height: 1.4;
	word-break: break-all;
    text-align: center;
}
h1 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 10px 0;
}
h4 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    margin: 0 0 80px 0;
    color: #888;
}


