div.results_table_block
{
	overflow: auto;
	margin: -60px 0px 0px 0px;
}

.page_headline
{
	font-size: 20px;
	top: -40px;
	margin-bottom: 10px;
}

table.results_table
{
	border: 1px #c1d1c1 solid;
	border-collapse: collapse;
}

table.results_table tr
{
	cursor: pointer;
}
table.results_table tr:hover
{
	background-color: #0d233d;
}

table.results_table th, table.results_table td
{
	border: 1px #c1d1c1 solid;
	border-collapse: collapse;
	text-align: center;
	padding: 3px;
}

table.results_table tr:hover td
{
	color: #ffffff;
}

table.results_table tr.results_table_header_bg
{
	background-color: #41464d
}

table.results_table tr.disabled
{
	display: none;
}

table.results_table th
{
	color: #cecece;
	font-size: 14px;
	cursor: pointer;
}

table.results_table th.active
{
	color: #ff3a1e;
}

table.results_table td
{
	font-weight: bold;
	color: #727272;
	font-size: 14px;
}

table.results_table td.col_driver_name
{
	text-align: left;
	color: #353535;
	text-transform: uppercase;
	font-size: 14px;
}

div.driver_params_div
{
    margin-top: 10px;
	margin-bottom: 10px;
	display: none;
}

div.driver_params_line
{
	display: flex;
	justify-content: space-between;
}

div.driver_param, div.driver_param_value
{
	color: #ff3a1e;
}


@media only screen and (min-width : 320px) and (max-width : 480px) {
/* стили */

div.results_table_block
{

	margin: -100px 0px 0px 0px;
}

.page_headline
{
	font-size: 14px;
	top: -60px;
	position: relative;
}

table.results_table th
{
	color: #cecece;
	font-size: 10px;
}

table.results_table td
{
	font-weight: bold;
	color: #727272;
	font-size: 10px;
}

table.results_table td.col_driver_name
{
	color: #353535;
	text-transform: uppercase;
	font-size: 10px;
}

div.sum_mark
{
    margin-top: 6px;
    color: #ff435e;
	text-transform: none;
	font-size: 10px;
}
}

/* горизонтальная полоса прокрутки */

.jspHorizontalBar
{
    position: absolute;
    bottom: 0px;  /* можно прижать к нижнему или верхнему краю */
    left: 0;
    width: 100%;
    height: 21px!important;  /* высота слушит шириной полосы прокрутки */
    background: #ffffff!important;
}

/* полоска, по которой бегает ползунок */
.jspTrack
{
    background: #ffffff!important;  /* цвет полосы, или фоновый рисунок  */
    position: relative;
}

/* сам ползунок */
.jspDrag
{
    background: #fe0000!important;  /* цвет ползунка, или фоновый рисунок  */
	height: 5px!important;
    position: relative;
    top: 8px!important;
    left: 0;
    cursor: pointer;
}



.jspArrowLeft
{
	width: 13px;
	height: 21px!important;
	background: #ffffff url('/local/templates/greenhell/images/scrollpane/left.gif') no-repeat 0px 0px!important;
}

.jspArrowRight
{
	width: 13px;
	height: 21px!important;
	background: #ffffff url('/local/templates/greenhell/images/scrollpane/right.gif') no-repeat 0px 0px!important;
}



/*
table.results_table thead tr th{width:15%;min-width:122px;text-align:center;border-right:1px solid #41464d;border-bottom:1px solid #41464d;background:#111820}table.results_table thead tr th:nth-of-type(7n){border-right:none}table.results_table thead tr th:first-of-type{min-width:167px}table.results_table tbody tr td{width:15%;min-width:122px;vertical-align:top;text-align:left;padding:10px 20px;background:#111820;border-right:1px solid #41464d;border-bottom:1px solid #41464d;transition:all .2s ease-out 0s;text-align:center}table.results_table tbody tr td:nth-of-type(7n){border-right:none}table.results_table tbody tr td:hover{background:#262e38;background:rgba(38,46,56,.5)}

table.results_table td, table.results_table th{color: #ffffff; font-weight: bold;background-color:#111820;}

table.results_table td.td_mobile{display: none;color: #a0a3a6; font-weight: normal;}

@media only screen and (max-width:1199.98px)
{
table.results_table{display:table}table.results_table thead{display:none!important}table.results_table tbody{display:block!important}table.results_table tbody tr{display:block}table.results_table tbody tr td{display:block!important;width:100%!important;border-right:1px solid #41464d!important;padding:5px 10px}table.results_table tbody tr td:nth-of-type(7n){border-right:1px solid #41464d!important;border-bottom:1px solid #41464d!important}

table.results_table th{display: none;}
table.results_table td.td_mobile{display: block; font-weight: bold;}
table.results_table{width: 100%;}
}
*/