.formDetail label {
    display: inline-block;
    padding-right: 5px;
    font-weight: bold;
}

.cbExportImport label {
    display: inline-block;
    margin-left: 5px;
}

table {
    border: 1px solid #D4D4D4;
}

    table th {
        text-align: center;
        vertical-align: middle;
    }

    table td {
        text-align: left;
        vertical-align: middle;
    }
    
    table .exportImport {
        background-color: #eee;
    }

.EUImage
{
    background-image: url(../Img/eu_flag.jpg);
    background-repeat: no-repeat;
    background-color: transparent;
    display: block;
    height: 20px;
    width: 30px;
}
.SKImage
{
    background-image: url(../Img/sk_flag.jpg);
    background-repeat: no-repeat;
    background-color: transparent;
    display: block;
    height: 20px;
    width: 30px;
}

.customValidator-icon{
    display: inline-grid;
}