﻿.localization-editor table {
    border-collapse: collapse;
    width: 100%;
}

.localization-editor .width-40 {
    width: 40%;
}

.localization-editor .width-20 {
    width: 20%;
}

.localization-editor textarea {
    width: 100%;
    /*background-color: rgba(144, 238, 144, 0.25);*/
}

    .localization-editor textarea.empty {
        /*background-color: rgba(240, 128, 128, 0.25);*/
        background-color: rgba(173, 216, 230, 0.25);
    }

.localization-editor table th, .localization-editor table td {
    text-align: left;
    border: 1px solid lightgray;
    min-width: 120px;
    padding: 5px;
}

.localization-editor .section {
    margin-bottom: 10px;
}

    .localization-editor .section > .header {
        font-weight: bold;
        margin-bottom: 5px;
    }

    .localization-editor .section .umb-button {
        margin-right: 5px;
        margin-bottom: 5px;
    }
