/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 2014-12-3, 16:58:07
    Author     : xzd
*/
.controller-article.action-mostread  #search-form form label{
    margin: 4px 10px 4px 0;
    line-height: 22px;
    font-size: 14px;
    vertical-align: middle;

}

@media (max-width: 768px) {
    .controller-article.action-mostread  #search-form form.form-horizontal select{
        width: 155px;
    }
}

.controller-article.action-mostread #most-read-articles .section .article .galleries{
    margin: 10px 0 15px 0;
}
.controller-article.action-mostread #most-read-articles .section .article .gallery .pages{
    color: #666;
}
.controller-index.action-index #most-read-articles .section .article .galleries a.gallery,
.controller-article.action-mostread #most-read-articles .section .article .galleries a.gallery{
    background-color: #e6e6e6;
    background-image: -moz-linear-gradient(top, #e6e6e6, #c9c9c9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e6e6e6), to(#c9c9c9));
    background-image: -webkit-linear-gradient(top, #e6e6e6, #c9c9c9);
    background-image: -o-linear-gradient(top, #e6e6e6, #c9c9c9);
    background-image: linear-gradient(to bottom, #e6e6e6, #c9c9c9);
    font-size: 11.5px;
    padding: 3px 7px;
    border-radius: 5px;
    line-height: 14px;
}
.controller-article.action-mostread #most-read-articles .section .article .galleries a.gallery{
    display: inline-block;
    margin: 0px 10px 5px 0;
    word-break: normal;
    line-height: 14px;
}

#most-read-articles .content .article .galleries {
    margin: 10px 0 20px 0;
}
#most-read-articles .content .article .gallery {
    background-color: #e6e6e6;
    background-image: -moz-linear-gradient(top, #e6e6e6, #c9c9c9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e6e6e6), to(#c9c9c9));
    background-image: -webkit-linear-gradient(top, #e6e6e6, #c9c9c9);
    background-image: -o-linear-gradient(top, #e6e6e6, #c9c9c9);
    /* background-image: linear-gradient(to bottom, #e6e6e6, #c9c9c9); */
    font-size: 11.5px;
    padding: 3px 7px;
    border-radius: 5px;
    margin: 10px 10px 0 0;
}
.controller-article.action-view div#wrapper article * {
    word-break: break-word;
}
.controller-article.action-view div#wrapper article a {
    word-break: break-all;
}
form#register-form fieldset .control-group .controls input {
    height: 30px;
}
.controller-article.action-view div#wrapper article .MathJax_Display ~ label {
    word-break: initial;
}
.controller-about.action-displaymembership .member .avatar {
    border: 5px solid #f6f6f6;
    width: 100px;
    height: 100px;
}
.controller-article.action-view mjx-container.MathJax {
    margin: 1em auto !important;
}
