.journal-information {
    margin: 0 auto;
    width: 70%;
}

.journal-details {
    width: 90%;
    margin: 0 auto;
}

.green-annotation {
    color: green;
    font-weight: bold;
}

.red-annotation {
    color: red;
    font-weight: bold;
}

.round-image {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.href-link {
    color: #00a0ff;
    text-decoration: underline;
}

.filter-modal {
    margin-right: 25px !important;
    margin-top: 150px;
    max-width: 400px;
}


.filter__head {
    height: 70px;
}

.datatable-head .datatable-row {
    background: #f4f6fa;
}

.datatable.datatable-default > .datatable-table > .datatable-body .datatable-row > .datatable-cell > span {
    color: black !important;
}

.select2-container--default {
    width: 100% !important;
}

.datatable {
    /*overflow-x: auto !important;*/
    /*min-width: 900px;*/
}
