.journal {
    height: 100%;
    width: calc(100% - 440px);
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-flex: 1 0 auto;
            flex: 1 0 auto;
    -webkit-flex-direction: column;
            flex-direction: column;
}

.table__body {
    max-height: 500px;
}

.table__head {
    background-color: #343c47;
    color: #ffffff;
    margin-bottom: 0;
    height: auto;
    width: calc(100% - 45px);
}

.table__head .td {
    text-align: center;
    padding: 9px 0;
}

.table__head,
.table__body,
.table__body .tr {
    font-size: 13px;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-weight: 500;
}

.table__body .td {
    text-align: center;
}

.table__body .tr {
    border: none;
    box-shadow: none;
    border-right:solid 1px #e1e1e1;
    border-left:solid 1px #e1e1e1;
    margin-bottom: 0;
    padding: 0;
    -webkit-align-items: stretch;
            align-items: stretch;
}

.table__body .tr:nth-child(even) {
    background-color: #f4ebf8;
}

.table__body .tr:nth-child(even) .td {
    vertical-align: middle;
}

.table__body .td {
    border-right: 1px solid #f0f0f0;
    padding-top: 16px;
    padding-bottom: 16px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-align-content: center;
            align-content: center;
    -webkit-justify-content: center;
            justify-content: center;
}

.table__body .td:last-of-type {
    border-right: 0;
}

.col-date {
    width: 20.9%;
}

.col-file {
    width: 53.4%;
}

.col-file > div {
    word-break: break-all;
}

.col-file a {
    color: #4b4b4b;
}

.col-file a:hover {
    opacity: 0.8;
}

.col-name {
    width: 25.4%;
}

.table__head .col-file {
    border-left: 1px solid #5b697d;
    border-right: 1px solid #5b697d;
}
