/*
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
*/

#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;
}