﻿
.header-title {
    color: #444 !important;
    text-decoration: none;
}



.page-block-root {
    display: inline-block;
    width: 991px;
    max-width: 100%;
    text-align: left;
    box-sizing: border-box;
}

.page-block-root-label {
    margin-top: 40px;
    font-size: 20px;
}


.footer-menu {
    margin: 0 10px;
    box-sizing: border-box;
}
@media screen and (max-width:991px) {
    .footer-menu {
        display: inline-block;
        width: 80%;
    }
}


.pre-text {
    display: block;
    word-break: break-all;
    word-wrap: break-word;
    white-space: pre-wrap;
    font-size: 13px;
    line-height: 24px;
}



.like-button {
    padding: 8px 16px;
    border-radius: 4px !important;
    font-size: 14px;
    line-height: 18px;
    color: #666;
    text-decoration: none;
    cursor: pointer;
}
.like-button:hover {
    opacity: 0.7;
}
.like-button-off {
    border: solid 1px #ccc !important;
    background-color: #fff;
    color: #666;
}
.like-button-off:hover {
    color: #666;
}
.like-button-off .like-button-count {
    color: #888;
    font-size: 12px;
}
.like-button-on {
    border: solid 1px #ec6a52 !important;
    background-color: #fff;
    color: #ec6a52;
}
.like-button-on:hover {
    color: #ec6a52;
}
.like-button-on .like-button-count {
    color: #f18876;
    font-size: 12px;
}
