.texts {
    font-size:14px;
    line-height:1.5;
    padding:0 60px 30px 60px;
}

#wiki {
    overflow:visible;
}
.section-wrapper {
    margin-bottom:60px;
    margin-right:-3%;
}
.section {
    font-size:13px;
}
    .section-wrapper .section {
        width:30%;
        float:left;
        margin:0 3% 0 0;
    }
    .section h1 {
        font-size:18px;
    }
    .section dd{
        margin:0 0 .75em;
        padding:3px 0;
    }
    .section .current {
        color:#636363;
        background:#fcf7c0;
        -moz-border-radius: 3px; /* FF1+ */
        -webkit-border-radius: 3px; /* Saf3+, Chrome */
        border-radius: 3px; /* Opera 10.5, IE 9 */
        display:inline-block;
        padding:3px 5px;
        margin-left:-5px;
    }
.back-link {
    margin:50px 0 0 0;
}
    .back-link a {
        position:relative;
        font-size:13px;
        line-height:20px;
        height:20px;
    }
    .back-link .icon {
        background:url('data:image/gif;base64,R0lGODlhDQAJAIAAAP///4mJiSH5BAAAAAAALAAAAAANAAkAAAIThBGnGrnc3mm02msRroZK+DFfAQA7') center left no-repeat;
        width:20px;
        height:18px;
        display:block;
        position:absolute;
        left: -20px;
        top:0;
    }
