.article {
    max-width: 1440px;
    width: 90%;
    margin: 0 auto;
    margin-top: 80px;
    padding-top: 80px;
    border-top: 1px solid #efefef;
}

.article h3 {
    font-family: 'Raleway', 'Lato', 'helvetica', 'sans-serif';
    display: inline-block;
    margin-bottom: 40px;
    position: relative;
    font-weight: 600;
    font-size: 22px;
}

.article h3 span {
    font-family: 'Raleway', 'Lato', 'helvetica', 'sans-serif';
    position: relative;
    z-index: 10;
}

.article h3:after {
    display: block;
    position: absolute;
    content: '';
    height: .3em;
    border-radius: 0 .3em .3em 0;
    top: 50%;
    margin-top: -.15em;
    right: -2em;
    left: 20%;
    background-color: #e1fff4;
}

.article h4 {
    margin-bottom: 40px;
}

.article h5 {
    margin-top: 60px;
    margin-bottom: 20px;
    font-size: 115%;
    font-weight: 600;
}

.article > blockquote {
    margin-bottom: 40px;
}

.article ul {
    display: inline-block;
    font-size: 115%;
    font-weight: 600;
    margin: 20px 0;
}

.article ul li {
    margin: 10px 0;
}

.article :not(pre) > code[class*="language-"], .article pre[class*="language-"] {
    background-color: #f5f6f9;
    padding: 1.6em 2em;
}

.beta-mark {
    font-style: italic;
}

.token.function,
.token.property, .token.tag, .token.boolean, .token.number, .token.constant, .token.symbol, .token.deleted {
    color: #ff4848;
}

.token.selector, .token.attr-name, .token.string, .token.char, .token.builtin, .token.inserted {
    color: #0040df;
}

.token.punctuation {
    color: #00abb2;
}

.token.atrule, .token.attr-value, .token.keyword {
    color: #626368;
}

.guide {
    padding: 1.2em 1.6em;
    max-width: 360px;
    margin: 1.6em auto;
    background-color: #f8f8f8;
    line-height: 2;
}

.guide h5 {
    margin: 0;
    padding: 0;
    font-size: 110%;
}

.guide .guide-dates {
    margin-top: 1.6em;
    text-align: center;
}

.guide .guide-dates span {
    display: inline-block;
    vertical-align: middle;
    width: 33%;
}

.box {
    margin: 0 auto;
    font-weight: 600;
	z-index: 100;
	text-align: left;
}

.box .label {
    margin: .4em;
    white-space: normal;
    word-break: break-word;
}
