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