.mostview {
    background: #fff;
    padding: 25px 50px;
    height: 800px;
    overflow-y: auto;
}
.mostview h1 {
    margin-bottom: 50px;
}
.mostview h1 span{
    font-size: 15px;
    margin-left: 10px;
    color: #bbb;
}
.most-view-list {
    padding: 0;
    margin: 0;
}
.most-view-list li {
    font-size: 14px;
    padding: 0 0 10px 0;
    margin: 0 1% 15px 1%;
    border-bottom: 1px solid #f0f0f0;
}
.most-view-list li .title {
    display: block;
    font-weight: bold;
}
.most-view-list li span {
    color: #bbb;
    font-size: 13px;
}
.most-view-list li span a {
    color: #0073aa;
    font-size: 12px;
}
.filterbox.right-aligned {
    text-align: right;
}
.filterbox.right-aligned form {
    float: right;
}
/*.filterbox form * {
    float: left;
}*/
.filterbox select {
    margin-right: 10px;
    padding: 8px 15px;
    border: 1px solid #dcdcdc;
    border-radius: 7px;
    font-size: 14px;
    color: #58585b;
    height: auto;
    line-height: normal;
}
.pluginbtn {
    color: #fff;
    border: none;
    background: #51859a;
    padding: 5px 15px;
    margin: 0;
    cursor: pointer;
    height: 38px;
    border-radius: 7px;
    position: relative;
    top: 2px;
}
.totalform {
    margin-left: 20px;
}