body, h1, h2, h3, h4, h5, h6, p, blockquote, pre, hr, dl, dd, ol, ul, figure { margin: 0; padding: 0; }

body { font: 400 16px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; color: #111; background-color: #fdfdfd; -webkit-text-size-adjust: 100%; -webkit-font-feature-settings: "kern" 1; -moz-font-feature-settings: "kern" 1; -o-font-feature-settings: "kern" 1; font-feature-settings: "kern" 1; font-kerning: normal; display: flex; min-height: 100vh; flex-direction: column; }

h1, h2, h3, h4, h5, h6, p, blockquote, pre, ul, ol, dl, figure, .highlight { margin-bottom: 15px; }

main { display: block; }

img { max-width: 100%; vertical-align: middle; }

figure > img { display: block; }

figcaption { font-size: 14px; }

ul, ol { margin-left: 30px; }

li > ul, li > ol { margin-bottom: 0; }

h1, h2, h3, h4, h5, h6 { font-weight: 400; }

a { color: #2a7ae2; text-decoration: none; }

a:visited { color: #1756a9; }

a:hover { color: #111; text-decoration: underline; }

blockquote { color: #828282; border-left: 4px solid #e8e8e8; padding-left: 15px; font-size: 18px; letter-spacing: -1px; font-style: italic; }

blockquote > :last-child { margin-bottom: 0; }

.wrapper { max-width: -webkit-calc(800px - (30px * 2)); max-width: calc(800px - (30px * 2)); margin-right: auto; margin-left: auto; padding-right: 30px; padding-left: 30px; }

@media screen and (max-width: 800px) { .wrapper { max-width: -webkit-calc(800px - (30px)); max-width: calc(800px - (30px)); padding-right: 15px; padding-left: 15px; } }

table { margin-bottom: 30px; width: 100%; text-align: left; color: #3f3f3f; border-collapse: collapse; border: 1px solid #e8e8e8; }

table tr:nth-child(even) { background-color: #f7f7f7; }

table th, table td { padding: 10px 15px; }

table th { background-color: #f0f0f0; border: 1px solid #dedede; border-bottom-color: #c9c9c9; }

table td { border: 1px solid #e8e8e8; }

.page-content { padding: 30px 0; flex: 1; }

@media screen and (max-width: 1160px)
{
	.page-content { padding: 30px 0; flex: 1; flex-direction: column; display: flex; }
}

.page-header { margin-bottom: 30px; }

.page-title { font-size: 42px; letter-spacing: -1px; line-height: 1; text-align: center; }

@media screen and (max-width: 800px) { .page-title { font-size: 36px; } }

.page-subtitle { font-size: 26px; letter-spacing: -1px; line-height: 1; text-align: center; }

@media screen and (max-width: 800px) { .page-subtitle { font-size: 22px; } }

.left-side-decoration { float: left; width: -webkit-calc((100% - 800px - (30px * 2) )/2); width: calc((100% - 800px - (30px * 2) )/2); text-align: right; }

@media screen and (max-width: 1160px)
{
	.left-side-decoration { width: 30%; margin: auto; }
}

.info_box { box-shadow: 10px 10px 5px 0px rgba(217, 217, 217, 0.7); padding-right: 2em; margin-bottom: 2em; }

