.simidoc-table .simidoc-file {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.simidoc-table .simidoc-file .file_extension {
    padding: 2px 6px;
    margin-right: 0.5em;
    border-radius: 5px;
    border: 1px solid #ddd;
}

.simidoc-table .pkpListPanel__footer {
    text-align: center;
}

.simidoc-table .pkpListPanel__footer a.loadmore {
    font-weight: bold;
    font-size: 1.2em;
    cursor: pointer;
    /*display: none;*/
}


.simidoc-file .detail {
    flex: 100%;
}

.simidoc-file .title {
    font-weight: bold;
    padding: 6px 0;
}

/*.simidoc-file .authors{*/
/*    line-height: 1;*/
/*}*/

.simidoc-file .status {
    width: 175px;
    text-align: center;
}

.simidoc-file .note {
    width: 180px;
}

.simidoc-file .action {
    flex: none;
}

.simidoc-file .action button{
    min-width: 100px;
}