
/* DETAILS TABLE */
.details_table {
    border: 1px solid #3a4b77;
    border-radius: 4px;
    margin: 10px 20px;
}
.details_table .details_table_line
{
    border-bottom: 1px solid #3a4b77;
}
.details_table .details_table_line:last-child
{
    border-bottom: none;
}
.details_table .details_table_line:first-child > div:first-child {
    border-top-left-radius: 4px;
}
.details_table .details_table_line:last-child > div:first-child {
    border-bottom-left-radius: 4px;
}
.details_table .details_table_line:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom: none;
}
.details_table .details_table_line {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
}
.details_table .details_table_line > div:first-child {
    background: #e0e8ff;
    border-right: 1px solid #3a4b77;
    min-width: 200px;
}
.details_table .details_table_line > div {
    padding: 10px 20px;
}
.details_table_change_lang_flags {
    float: right;
    margin-left: 15px;
    display: flex;
    flex-wrap: nowrap;
}
.details_table_change_lang {
    cursor: pointer;
    width: 25px !important;
    margin: 0 5px;
}
.details_table_change_lang img {
    margin-right: 5px;
    width: 100%;
}
.details_table_change_lang img:hover {
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.22), 0 0 6px rgba(45, 74, 147, 0.57);
}