/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/

/* Examples (uncomment to use):*/

/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */

/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }

/* Hide compare button */
/* a.compare_item { display: none !important;  }*/

.header_email a {
    color: var(--white_text_black2);
    font-weight: 600;
    font-size: 15px;
}
.filter-panel__view.controls-view.pull-right {
    display: none;
}
.filter-panel__view.controls-linecount.pull-right {
    display: none;
}

.rekvizity h1 {
    font-size: 24px;
    text-align: left;
    margin-bottom: 20px;
}

.rekvizity-table {
    width: 100%;
    border-collapse: collapse;
}

.rekvizity-table td {
    padding: 10px 0;
    border-bottom: 1px solid #e0e0e0;
    vertical-align: top;
}

.rekvizity-table td:first-child {
    font-weight: bold;
    width: 40%;
}

.rekvizity-table td:last-child {
    text-align: left;
    width: 60%;
}