.icindekiurun:hover{background:#dae7e8;}
.table_ttt
{
	border-collapse: collapse;
	border-spacing: 0;
}
.table_ttt
{
	background-color: transparent;
}
.table_ttt
{
	margin-bottom: 20px;
	max-width: 100%;
	width: 100%;
}
.table_ttt>tbody>tr>td,.table_ttt>tbody>tr>th,.table_ttt>tfoot>tr>td,.table_ttt>tfoot>tr>th,.table_ttt>thead>tr>td,.table_ttt>thead>tr>th
{
	border-top: 1px solid #ddd;
	line-height: 1.42857143;
	padding: 8px;
	vertical-align: top;
}
.big-table {
	overflow: auto;
	position: relative;
}
.big-table table {
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
	overflow-x: auto;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}
.big-table td {
padding: 5px; /* Поля вокруг текста */ 
    border: 10px solid #fff; /* Граница вокруг ячеек */
 width: 10%;
}