/* Основные стили для таблиц */
table.garantex {
    width: 100%;
    border-collapse: collapse;
    margin: 0px 0;
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: black;
    /* outline: 0px solid #428bca; */
    border: 3px solid #428bca;
}

table.garantex th,
table.garantex td {
    padding: 8px;
    text-align: center;
    border: 1px solid #ddd;
	line-height: 2.1;
}

table.garantex tr.panel-title th {
    background-color: #428bca;
    font-weight: bold;
    color: #ffffff;
	font-size: 14px;
}

table.garantex th {
    background-color: #f4f4f4;
    font-weight: bold;
    color: #333;
	font-size: 16px;
}

table.garantex tr:nth-child(even) {
    background-color: #f9f9f9;
}

table.garantex tr:hover {
    background-color: #f1f1f1;
}

