.ly-layout {
    min-height: 100%;
    background: #ffffff;
}
.ly-main {
    padding: 20px;
}
.title {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #000000;
}

.date {
    font-size: 13px;
    margin-bottom: 4px;
}

.sub-title {
    font-weight: bold;
    color: #000000;
    margin: 10px 0 4px 0;
}
.third-title{
    text-indent: 2em;
    line-height: 18px;
    margin: 6px 0 4px 0;
}
section {
    font-size: 14px;
    color: #333333;
}

section > p,
section > p > p {
    color: #333333;
    line-height: 18px;
    margin-top: 4px;
}