.mod-expediente.item-main {
    border: 2px solid #DEE2E6;
    padding: 2rem !important;
    margin-bottom: 2rem;
    border-radius: .5rem;
}
.mod-expediente.item-main h3 {
    border-bottom: 2px solid #0065a0;
}
.mod-expediente table tbody tr td {
    font-size: .8rem;
}
.mod-expediente p {
    border-bottom: 2px solid #0065a0;
}
/* Modificaciones a los estilos de bootstrap */
.mod-expediente .modal-header {
    background-color: #0065a0;
    color: #fff;
    padding: .5rem 1rem;
}
.mod-expediente .bootstrap-table {
    height: initial;
    min-height: initial;
}