.template-content {
    position: relative;
    max-width: 808px;
    margin: 0 auto;
    padding: 0 24px;
    opacity: 1;
}
.template-header {
    margin-bottom: 32px;
}
.template-category {
    color: #aaa;
    font-family: Heebo;
    letter-spacing: 4px;
    padding-left: 4px;
    font-size: 16px;
    margin-bottom: 12px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: lighter;
}
.template-title {
    padding-bottom: 32px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 32px;
}
.template-title {
    font-size: 32px;
    line-height: 1.4;
    color: #444;
    position: relative;
}
.template-data-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 4px 16px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 32px;
}
.template-detail {
    font-size: 14px;
    text-align: left;
    line-height: 2;
    overflow: auto;
}
.template-detail p,
.template-detail pre, 
.template-detail h3, 
.template-detail h2{
    margin-bottom: 1rem;
    white-space: pre-wrap;
    word-wrap: break-word;
    max-width: 100%;
}
.template-data-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 4px 16px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 32px;
}
dl {
    width: calc(50% - 16px);
    margin-bottom: 16px;
    display: flex;
}
dl, dt {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: 400;
    font-size: 100%;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
dl .label {
    font-size: 12px;
    font-weight: 700;
    color: #777;
    line-height: 1.25;
    width: 88px;
    font-family: Heebo;
    letter-spacing: 2px;
    text-transform: uppercase;
}
dl .content {
    font-size: 12px;
    color: #777;
    line-height: 1.25;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.template-detail {
    font-size: 14px;
    text-align: left;
}
.template-detail figure, .template-detail img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 40px;
}
.template-detail a {
    color: #333;
    text-decoration: underline;
    font-size: 14px;
}
.template-detail p {
    line-height: 2;
    margin-bottom: 40px;
    font-size: 14px;
}
.template-footer {
    padding: 40px 0 0;
    border-top: 1px solid #ddd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.c-back-to-index {
    margin-right: auto;
}
.next-link, .prev-link {
    text-decoration: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 24px 0;
}
.next-link span, .prev-link span {
    font-family: Heebo;
    letter-spacing: 4px;
    display: inline-block;
    color: #000;
    padding: 0 12px;
    font-size: 14px;
}
.next-link span, .prev-link span {
    font-family: Heebo;
    letter-spacing: 4px;
    display: inline-block;
    color: #000;
    padding: 0 12px;
    font-size: 14px;
}
a, body, dd, div, dl, dt, h1, h2, h3, h4, html, img, li, ol, p, span, table, td, th, tr, ul {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: 400;
    font-size: 100%;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
@media screen and (max-width: 768px) {
    .template-title {
        font-size: 1.5rem
    }
}
