﻿/**
    Title
*/
.topbar {
    display: block;
    padding: 2em 0;
    opacity: 1;
    transition: all .2s;
    background: #474747;
    color: #fff;
    margin-bottom: 1vw;
}

    .topbar .inner {
        display: block;
        width: 80%;
        max-width: 1024px;
        margin: 0 auto;
        margin-top: 1vw;
    }

        .topbar .inner h3 {
            margin: 0;
            color: #fff;
            font-size: 2em;
            padding-left: 1.2em;
            border-left: 10px solid #fff;
        }

/**
    返回按鈕
*/

.btn-back-list {
    margin-top: 100px;
    margin-bottom: 100px;
    font-size: 22px;
    font-weight: bold;
    line-height: 150%;
}

.content {
    font-size: 20px;
}

.content-pre {
    font-size: 20px;
    background-color: transparent;
    border: none;
    white-space: pre-wrap; /* Since CSS 2.1 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}

.title {
    font-size: 40px;
    font-weight: bold;
    line-height: 160%;
    margin-bottom: 20px;
}

.announce-time {
    color: gray;
}