

.table-avto {
	overflow-x: auto;
    max-width: 1538px;
    margin: 45px auto 0 auto;
}

.table-avto.two{
	margin-top:0;
}

.table-avto .table {
	text-decoration: none;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	text-align: center;
}

.table-avto .table th {
	font-weight: normal;
	font-size: 18px;
	color: #000000;
	background-color: #dff0d8;
}

.table-avto .table td {
	font-size: 18px;
	color: #000000;
}

.table-avto .table td,
.table-avto .table th {
	/*white-space: pre-wrap;*/
	padding: 15px 11px;
	vertical-align: top;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
}

.table-avto .table tr:hover {
	background-color: #f5f5f5
}

.table-avto .table tr:hover td {
	color: #354251;
	cursor: default;
}

.uk-modal-page, .uk-modal-page body{
	overflow-y: hidden !important;
}