﻿table.new-auction-table td, th {
    border: 0;
}

tr {
    margin-bottom: 25px;
}

th {
    text-align: right !important;
    padding-right: 10px;
    font-weight: normal;
}

td {
    text-align: center !important;
}

tr.download-statement {
    border: none !important;
}

    tr.download-statement td {
        border: 1px solid #000;
    }

.radio {
    border: none !important;
}

    .radio td {
        text-align: center !important;
        font-size: large;
        font-weight: bold;
    }

input[type='radio'], input[type='checkbox'] {
    display: none;
}

    input[type='checkbox'] + label, .dot {
        font-size: 30px;
    }

    input[type='radio']:checked + label, input[type='checkbox']:checked + label {
        color: #19A039;
    }

.with_dot th {
    width: 145px;
}

.with_dot td {
    width: 250px !important;
}

tr.with_dot td.dot {
    width: 22px !important;
}

#inp-statement-text {
    text-align: center;
}

#inp-statement-file {
    width: 250px !important;
}

a {
    color: #DF1728;
}

.block-logon-new input[type=text], input[type=password] {
    width: 100%;
    float: right;
    border-radius: 4px;
    border: 1px solid #ccc;
}
