/*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;  }*/

.group_description_block img {
    max-width: 100%;
    height: auto;
}

.table-style table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #ddd;
    background-color: #fff;
}

.table-style th {
    background-color: #f4f4f4;
    color: #333;
    font-weight: bold;
    text-align: left;
    padding: 12px;
    border-bottom: 2px solid #ddd;
    width: auto !important;
}

.table-style td {
    padding: 12px;
    border: 1px solid #ddd;
    width: auto !important;
}

.table-style tr:nth-child(even) {
    background-color: #f9f9f9;
}

.table-style tr:hover {
    background-color: #f1f1f1;
}

@media (max-width: 768px) {
    .table-style .table-wrapper {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-style table {
        min-width: 600px;
    }
}