.top-authors .SumoSelect {
    display:block;
    width:100%;
}
.top-authors .SumoSelect .SlectBox{
    box-sizing:border-box;
    display:block;
    width:100%;
    border: 1px solid #ddd;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
    background-color: #fff;
    color: #333;
    outline: 0;
    -webkit-transition: .05s border-color ease-in-out;
    transition: .05s border-color ease-in-out;
}
.top-authors textarea {
    height:60px;
}
.top-authors textarea.display-template {
    height:100px;
}

.top-authors .help {
    float:right;
    text-decoration:none;
    font-size:0.9em;
}
