﻿.table-quick-links {
    background-color: transparent;
    border: none;
}

.table-depature-participants {
    border: none;
    margin: 0;
}

.standard-form-table, .standard-list-table, .table-white, .table-quick-links, .table-depature-participants {
    width: 100%;
    padding: 0;
}

.table-quick-links tr td {
    margin: 0;
    padding: 0;
}

.table-depature-participants tr td {
    margin: 0;
}

.standard-form-table tr td, .standard-list-table tr td, .table-white tr td, .table-depature-participants tr td {
    padding: 5px;
}

.standard-form-table tr td:nth-child(1) {
    width: 160px;
}

.standard-form-table tr td input, .standard-form-table tr td select, .standard-form-table tr td textarea,
.standard-list-table tr td input, .standard-list-table tr td select, .standard-list-table tr td textarea {
    margin: 1px 0;
    display: inline;
}

.field-validation-error {
    color: red;
}

.table-white tr.even, .table-white tr.alt, .table-white tr:nth-of-type(even) {
    background: white;
}

.standard-form-table tr.even, .standard-form-table tr.alt, .standard-form-table tr:nth-of-type(even),
.standard-list-table tr.even, .standard-list-table tr.alt, .standard-list-table tr:nth-of-type(even) {
    background: #f9f9f9;
}

.table-depature-participants tr.even, .table-depature-participants tr.alt, .table-depature-participants tr:nth-of-type(even) {
    background: #f9f9f9 !important;
}

.contact-form input, .contact-form select, .contact-form textarea {
    margin: 1px 0;
}