li#login-or-register-please, li#area-fail {
    line-height: 1.21em !important;
}

#login-or-register-please a {
    background: #1877f2;
    border: 1px solid #4267b2;
    color: #fff;
    cursor: pointer;
    margin: 0;
    position: relative;
    -webkit-user-select: none;
    white-space: nowrap;
    font-weight: bold;
    padding: 16px 16px;
    margin-right: 10px;
    border-radius: 5px;
    font-size: 1.05em;
}

#area-fail b {
    color: #ffc107;
}

#login-or-register-please a:hover {
    text-decoration: underline;
}

#fun-share-fa-tsai button {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    padding: 4px 5px;
    font-size: 1.275rem;
    line-height: 1.5;
    border-radius: 2px;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    line-height: 1.5;
    transition: color .15s ease-in-out, background-color .15s ease-in-out,
        border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    font-family: Microsoft YaHei,Microsoft JhengHei,Helvetica,Arial,sans-serif;
}