.related,
.scientists, 
.institutions{
    min-width: 910px;
    overflow: auto;
}

/*style for table*/
.related table,
.scientists table, 
.institutions table{
    text-align: center;
    margin-bottom: 10px;
    width: 100%;
}
    .related table tr,
    .scientists table tr,
    .institutions table tr{
        border-bottom: 1px solid #ddd;
    }

    .related table tr td,
    .related table tr th,
    .scientists table tr td,
    .scientists table tr th,
    .institutions table tr td,
    .institutions table tr th{
        padding: 5px;
    }
    
    .related td.actions,
    .scientists td.actions,
    .institutions td.actions{
        min-width: 350px;
    }

        .related td.actions a,
        .scientists td.actions a,
        .institutions td.actions a{
            margin: 0 10px;
        }
        
        .related td.actions a:active,
        .scientists td.actions a:active,
        .institutions td.actions a:active{
            text-decoration: underline;
        }
        
/*paging*/
.scientists .paging,
.institutions .paging{
    height: 15px;
}

    .scientists .paging li,
    .institutions .paging li{
        float: left;
        list-style: none;
        padding: 0 5px;
    }

    .scientists .paging .disabled,
    .institutions .paging .disabled{
        display: none;
    }