﻿h1 {
    font-size: 22px;
    text-align: center;
}

p {
    text-indent: 2em;
}

.flinks a {
    color: gray;
    font-size: 0.8em;
}

    .flinks a:hover {
        color: blue;
    }

.bottom {
    margin-top: 20px;
    padding: 3px;
}

    .bottom > div {
        margin: 8px 0px;
        color: darkgrey;
        line-height: 1.5em;
        text-align: center;
        font-size: 0.8em;
    }

        .bottom > div > a {
            color: darkgray;
        }

.article-title {
    font-size: 1.5em;
}

.cursor-def {
    cursor: default;
}

.tips {
    color: #999;
    font-size: 12px;
    border-bottom: 1px solid #e7e7e7;
    text-align: center; 
    margin: 0 auto; 
    padding: 0.36rem 0 0.22rem 0;
}

.cont {
    padding: 20px 0;
}