/* RESPONSIVE */
@media (orientation: landscape) {
	.standings_podium_name {
		font-size: 23px;
	}
	.standings_podium_details {
		font-size: 14px;
	}
	.standings_podium_number_first, .standings_podium_number_second, .standings_podium_number_third {
		font-size: 100px;
	}
	.standings_podium_cars {
		margin: auto;
	}
	.podium_driver_column {
		display:none;
	}
	.podium_team_column, .cell_team_column, .cell_pseudo_standing_2Drivers {
		display: table-cell;
	}
	.standings_flag {
		display: table-cell;
	}
}
@media (orientation: portrait) {	
	.standings_podium_name {
		font-size: 20px;
	}
	.standings_podium_details {
		font-size: 11px;
	}
	.standings_podium_number_first, .standings_podium_number_second, .standings_podium_number_third {
		font-size: 85px;
	}
	.standings_podium_cars {
		margin-left: 3%;
	}
	.podium_driver_column {
		display:none;
	}
	.podium_team_column, .cell_team_column, .cell_pseudo_standing_2Drivers {
		display: none;
	}
	.standings_flag {
		display: none;
	}
}
@media (max-width: 899px) {	
	#standings_navigation {
		height: 30px;
		line-height: 30px;
		font-size: 20px;
		margin-top: 30px;
		display: flex;
	}
	#standings_title_center {
		text-align: center;
	}
	#standings_title_center, #standings_navigation {
		width: 100%;
	}
	#standings_title_center > a {
		font-size: 20px;
	}
	#standings {
		width: 100%;
	}
	#standings_podium {
		height: 150px;
		width: 97%;
		margin: auto;
	}
	#scoring_points_additionnal {
		display: block;
	}
	#standings_navigation > a {
		padding-left: 20px;
		padding-right: 20px;
		flex: 1;
		margin-left: 0px;
		margin-right: 0px;
	}
	.standings_podium_flag {
		display: none;
	}
	.standings_podium_number_first, .standings_podium_number_second, .standings_podium_number_third {
		bottom: -7px;
	}
	.standings_podium_number_first {	
		left: 7%;
	}
	.podium_nationality_column {
		display: none;
	}
}
@media (min-width: 900px) and (max-width: 1199px) {	
	#standings_navigation {
		height: 40px;
		line-height: 40px;
		font-size: 25px;
		margin-top: 25px;
		display: block;
	}
	#standings_title_center {
		text-align: left;
	}
	#standings_title_center, #standings_navigation {
		width: 850px;
	}
	#standings_title_center > a {
		font-size: 30px;
	}
	#standings {
		width: 850px;
	}
	#standings_podium {
		height: 150px;
	}
	#scoring_points_additionnal {
		display: flex;
	}
	#standings_navigation > a {
		padding-left: 25px;
		padding-right: 25px;
		display: inline-block;
		margin-left: 15px;
		margin-right: 15px;
	}
	.standings_podium_name {
		font-size: 26px;
	}
	.standings_podium_flag {
		display: block;
	}
	.standings_podium_details {
		font-size: 16px;
	}
	.standings_podium_number_first, .standings_podium_number_second, .standings_podium_number_third {
		font-size: 100px;
		bottom: -12px;
	}
	.standings_podium_number_first {	
		left: 25px;
	}
	.standings_podium_cars {
		margin: auto;
	}
	.podium_nationality_column {
		display: table-cell;
	}
	.podium_driver_column {
		display:none;
	}
	.podium_team_column, .cell_team_column, .cell_pseudo_standing_2Drivers {
		display: table-cell;
	}
	.standings_flag {
		display: table-cell;
	}
}
@media (min-width: 1200px) and (max-width: 1399px) {
	#standings_navigation {
		height: 50px;
		line-height: 50px;
		font-size: 30px;
		margin-top: 0px;
		margin-top: 15px;
		display: block;
	}
	#standings_title_center {
		text-align: left;
	}
	#standings_title_center, #standings_navigation {
		width: 1150px;
	}
	#standings_title_center > a {
		font-size: 30px;
	}
	#standings {
		width: 1150px;
	}
	#standings_podium {
		height: 200px;
	}
	#scoring_points_additionnal {
		display: flex;
	}
	#standings_navigation > a {
		padding-left: 30px;
		padding-right: 30px;
		display: inline-block;
		margin-left: 15px;
		margin-right: 15px;
	}
	.standings_podium_name {
		font-size: 29px;
	}
	.standings_podium_flag {
		display: block;
	}
	.standings_podium_details {
		font-size: 18px;
	}
	.standings_podium_number_first, .standings_podium_number_second, .standings_podium_number_third {
		font-size: 130px;
		bottom: -15px;
	}
	.standings_podium_number_first {	
		left: 40px;
	}
	.standings_podium_cars {
		margin: auto;
	}
	.podium_nationality_column {
		display: table-cell;
	}
	.podium_driver_column {
		display: table-cell;
	}
	.podium_team_column, .cell_team_column, .cell_pseudo_standing_2Drivers {
		display: table-cell;
	}
	.standings_flag {
		display: table-cell;
	}
}
@media(min-width: 1400px) and (max-width: 2099px) {	
	#standings_navigation {
		height: 50px;
		line-height: 50px;
		font-size: 30px;
		margin-top: 15px;
		display: block;
	}
	#standings_title_center {
		text-align: left;
	}
	#standings_title_center, #standings_navigation {
		width: 1350px;
	}
	#standings_title_center > a {
		font-size: 30px;
	}
	#standings {
		width: 1350px;
	}
	#standings_podium {
		height: 250px;
	}
	#scoring_points_additionnal {
		display: flex;
	}
	#standings_navigation > a {
		padding-left: 30px;
		padding-right: 30px;
		display: inline-block;
		margin-left: 15px;
		margin-right: 15px;
	}
	.standings_podium_name {
		font-size: 32px;
	}
	.standings_podium_flag {
		display: block;
	}
	.standings_podium_details {
		font-size: 20px;
	}
	.standings_podium_number_first, .standings_podium_number_second, .standings_podium_number_third {
		font-size: 150px;
		bottom: -18px;
	}
	.standings_podium_number_first {	
		left: 45px;
	}
	.standings_podium_cars {
		margin: auto;
	}
	.podium_nationality_column {
		display: table-cell;
	}
	.podium_driver_column {
		display: table-cell;
	}
	.podium_team_column, .cell_team_column, .cell_pseudo_standing_2Drivers {
		display: table-cell;
	}
	.standings_flag {
		display: table-cell;
	}
}
@media(min-width: 2100px) {	
	#standings_navigation {
		height: 50px;
		line-height: 50px;
		font-size: 30px;
		margin-top: 15px;
		display: block;
	}
	#standings_title_center {
		text-align: left;
	}
	#standings_title_center, #standings_navigation {
		width: 2050px;
	}
	#standings_title_center > a {
		font-size: 30px;
	}
	#standings {
		width: 2050px;
	}
	#standings_podium {
		height: 300px;
	}
	#scoring_points_additionnal {
		display: flex;
	}
	#standings_navigation > a {
		padding-left: 30px;
		padding-right: 30px;
		display: inline-block;
		margin-left: 15px;
		margin-right: 15px;
	}	
	.standings_podium_name {
		font-size: 35px;
	}
	.standings_podium_flag {
		display: block;
	}
	.standings_podium_details {
		font-size: 22px;
	}
	.standings_podium_number_first, .standings_podium_number_second, .standings_podium_number_third {
		font-size: 200px;
		bottom: -25px;
	}
	.standings_podium_number_first {	
		left: 45px;
	}
	.standings_podium_cars {
		margin: auto;
	}
	.podium_nationality_column {
		display: table-cell;
	}
	.podium_driver_column {
		display: table-cell;
	}
	.podium_team_column, .cell_team_column, .cell_pseudo_standing_2Drivers {
		display: table-cell;
	}
	.standings_flag {
		display: table-cell;
	}
}

/* BODY */
#first_body {
	padding-bottom: 50px;
	position: relative;
	padding-top: 120px;
	margin-bottom: 150px;
	min-height: 100%;
}

/* STANDINGS */
#standings {
	margin: auto;
	transition: 0.3s;
}
#standings_title {
	position: relative;
}
#standings_title_center {
	transition: 0.3s;
	margin: auto;
	display: block;
	padding-top: 10px;
}
#standings_title_center > a {
	font-family: LemonMilkRegular;
	display: block;
	color: #FFF;
	transition: 0.3s;
	margin-bottom: 20px;
}
#standings_navigation {
	position: relative;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
#standings_navigation > a {
	font-family: AvenirNextCyrLight;
	cursor: pointer;
	position: relative;
	bottom: 0px;
	height: 100%;
	z-index: 1;
	transition: color 0.3s;
}
#standings_presentation {
	font-size: 23px;
	font-family: AvenirNextCyrLight;
	color: #1e272e;
}
#standings_presentation > a {
	width: 98%;
	display: block;
	margin: auto;
	text-align: center;
}
#scoring_points_presentation {
	font-size: 18px;
	color: #1e272e;
	margin-top: 10px;
}
#points_scoring {
	color: #1e272e;
}
#points_scoring_separator {
	background-color: #1e272e;
	width: 100%;
	height: 2px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#scoring_points_additionnal_left, #scoring_points_additionnal_right {
	flex: 1 auto;
	font-size: 0;
}
#standings_presentation_points {
	padding: 20px;
	background-color: #dfe4ea;
	cursor: pointer;
}
#standings_podium {
	position: relative;
	font-size: 0px;
	transition: 0.3s;
}
#standings_podium_second, #standings_podium_third {
	width: 30%;
	display:inline-block;
	height: 65%;
	vertical-align: bottom;
}
#standings_podium_first {
	width: 40%;
	display:inline-block;
	height: 95%;
	vertical-align: bottom;
}
#standings_podium_car_center {
	width: 100%;
	margin-left: 20px;
	position: absolute;
	bottom: 7px;
}
#standings_podium_support_second, #standings_podium_support_third {
	background-color: #3d3d3d;
	color: white;
	height: 65%;
	position: relative;
	font-family: Prototype;
}
#standings_podium_support_first {
	background-color: #4b4b4b;
	color: white;
	height: 65%;
	position: relative;
	font-family: Prototype;
}
#standings_podium_support_second::before {
	background-color: #b2bec3;
	height: 32px;
	position: absolute;
	content: "";
	width: 100%;
	transform: skew(-45deg);
	top: -31px;
	z-index: -2;
	left: 15px;
}
#standings_podium_support_first::before {
	background-color: #ffd32a;
	height: 32px;
	position: absolute;
	content: "";
	width: 50%;
	transform: skew(-45deg);
	top: -31px;
	z-index: -1;
	left: 15px;
}
#standings_podium_support_first::after {
	background-color: #ffd32a;
	height: 32px;
	position: absolute;
	content: "";
	width: 50%;
	transform: skew(45deg);
	top: -31px;
	z-index: -1;
	right: 15px;
}
#standings_podium_support_third::before {
	background-color: #e58e26;
	height: 32px;
	position: absolute;
	content: "";
	width: 100%;
	transform: skew(45deg);
	top: -31px;
	z-index: -2;
	right: 15px;
}
#standings_podium_support_name {
	font-family: LemonMilkRegular;
	font-size: 22px;
	text-align: center;
	display: block;
	height: 100%;
	line-height: 34px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
#standings_podium_car {
	position: relative;
	width: 100%;
	height: 35%;
}
#standings_podium_name {
	display: flex;
	height: 100%;
	flex-direction: column;
}
#standings_table {
	margin-top: 50px;
}
#standings_table > table {
	width: 100%;
	text-align: center;
	border-collapse: separate;
	border-spacing: 0px;
}
#standings_table > table > thead {
	font-family: Prototype;
	font-size: 20px;
	background-color: #3d3d3d;
	color: #fff;
}
#standings_table > table > thead > tr > th{
	height: 40px;
}
#standings_table > table > tbody {
	font-family: AvenirNextCyrLight;
	font-size: 20px;
	color: #1e272e;
	background-color: rgba(241, 242, 246,0.3);
}
#standings_table > table > tbody > tr {
	height: 60px;
	box-shadow: 0px 1px #dfe4ea;
	cursor: pointer;
}
#standings_table > table > tbody > tr:hover {
	height: 60px;
	background-color: #dfe4ea;
}
#standings_table > table > tbody > tr > td {
	position: relative;
}
#standings_table > table > tbody > tr > td > a {
	vertical-align: middle;
	text-decoration: none;
	color: #3d3d3d;
}
#button_view_full_standings {
	text-align: center;
	display: block;
	margin-top: 4%;
}
#standings_position {
	font-size: 25px;
	font-family: Prototype;
	background-color: #3d3d3d;
	color: #FFF;
	width: 35%;
	position: absolute;
	top: 0;
	left: 0;
	line-height: 60px;
}
#standings_own_position {
	font-size: 25px;
	font-family: Prototype;
	background-color: #c23616;
	color: #FFF;
	width: 35%;
	position: absolute;
	top: 0;
	left: 0;
	line-height: 60px;
}
#standings_last_position, #standings_last_own_position {
	width: 65%;
	height: 60px;
	position: absolute;
	top: 0;
	right: 0;
}
#standings_last_position::before {
	content: "";
	border-top: 30px solid transparent;
	border-bottom: 30px solid transparent;
	border-left: 15px solid #3d3d3d;
	position: absolute;
	left: 0;
	top: 0;
}
#standings_last_own_position::before {
	content: "";
	border-top: 30px solid transparent;
	border-bottom: 30px solid transparent;
	border-left: 15px solid #c23616;
	position: absolute;
	left: 0;
	top: 0;	
}
#standings_last_division, #standings_last_own_division {
	width: 70%;
	height: 60px;
	position: absolute;
	top: 0;
	right: -10px;
}
#standings_last_division::before {
	content: "";
	border-top: 30px solid transparent;
	border-bottom: 30px solid transparent;
	position: absolute;
	left: 0;
	top: 0;
}
#standings_last_own_division::before {
	content: "";
	border-top: 30px solid transparent;
	border-bottom: 30px solid transparent;
	position: absolute;
	left: 0;
	top: 0;	
}
#standings_own_tr {
	background-color: #dfe4ea;
}
.standings_table_navigation::before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	right: 0;
	top: 100%;
	background: #FFF;
	height: 100%;
	transition-property: all;
	transition-duration: 0.3s;
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.standings_table_navigation:hover::before {
	top: 0;
}
.standings_table_navigation_active::before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	right: 0;
	top: 0;
	background: #FFF;
	height: 100%;
	transition-property: all;
	transition-duration: 0.3s;
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.standings_table_navigation_active {
	background-color: #FFF;
	color: #3d3d3d;
	word-wrap: anywhere;
}
.standings_table_navigation {
	color: #FFF;
	word-wrap: anywhere;
}
.standings_table_navigation:hover {
	color: #3d3d3d;
}
.points_scoring_title {
	font-size: 22px;
	font-family: Prototype;
	color: #1e272e;
}
.scoring_points_inline {
	display: inline-block;
	font-family: AvenirNextCyrLight;
	margin-right: 20px;
	margin-bottom: unset;
	margin-top: unset;
}
.scoring_points_inline_label {
	font-family: Prototype;
}
.pole_icon, .DNF_icon, .DSQ_icon, .FL_icon, .DNS_icon {
	padding: 3px 0px;
	font-size: 17px;
	font-family: Prototype;
	width: 50px;
	display: inline-block;
	text-align: center;
	margin-bottom: 5px;
}
.pole_description, .DNF_description, .DSQ_description, .FL_description, .DNS_description {
	color: #1e272e;
	font-size: 20px;
	font-family: AvenirNextCyrLight;
	margin-left: 10px;
	top: 1px;
	position: relative;
}
.pole_icon {
	background-color: #44bd32;
	color: #1e272e;
}
.FL_icon {
	background-color: #e84393;
	color: #1e272e;
}
.DSQ_icon, .DNF_icon, .DNS_icon {
	background-color: #3d3d3d;
	color: #FFF;
}
.podium_driver_column {
	width: 150px;
	padding-right: 20px;
}
.standings_cars {
	width: 100%;
	position: relative;
	vertical-align: middle;
}
.standings_podium_cars {
	width: 70%;
	display: block;
	position: relative;
	z-index: 1;
	transition: 0.3s;
}
.standings_points, .standings_division {
	font-family: Prototype;
	color: #3d3d3d;
}
.standings_top_last_position, .standings_top_last_division {
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 12px solid #44bd32;
	position: absolute;
	top: calc(50% - 6px);
}
.standings_down_last_position, .standings_down_last_division {
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 12px solid #de0505;
	position: absolute;
	top: calc(50% - 6px);
}
.standings_null_last_position, .standings_null_last_division {
	position: absolute;
	top: calc(50% - 6px);
	width: 12px;
	height: 12px;
	border-radius: 20px;
	background-color: #4b4b4b;
	margin-left: 2px;
}
.position_column, .division_column {
	width: 170px;
}
.standings_flag {
	max-height: 48px;
	max-width: 48px;
	vertical-align: middle;
	margin-right: 10px;
	display: inline-block;
	width: min-content;
}
.standings_flag_2Drivers {
	height: 28px;
	vertical-align: middle;
	margin-right: 10px;
}
.button_view_full_standings {
	text-decoration: none;
	color: #ffffff;
	font-family: LemonMilkRegular;
	font-size: 20px;
	border: 2px solid #de0505;
	padding: 5px 3%;
	cursor: pointer;
	background-color: #de0505;
	display: inline-block;
	transition: 0.3s
}
.button_view_full_standings:hover {
	color: #de0505;
	background-color: #FFFFFF;
}
.standings_podium_number_second {
	font-family: Aero;
	position: absolute;
	left: 15px;
	z-index: 0;
	color: white;
	-webkit-text-stroke: 2px #b2bec3;
	transition: 0.3s;
}
.standings_podium_number_first {
	font-family: Aero;
	position: absolute;
	z-index: 0;
	color: white;
	-webkit-text-stroke: 2px #ffd32a;
	transition: 0.3s;
}
.standings_podium_number_third {
	font-family: Aero;
	position: absolute;
	left: -5px;
	z-index: 0;
	color: white;
	-webkit-text-stroke: 2px #e58e26;
	transition: 0.3s;
}
.standings_podium_flag {
	height: 25px;
	position: relative;
	margin: auto;
	margin-right: 20px;
	transition: 0.3s;
}
.standings_podium_name {
	margin: auto;
	display: flex;
	transition: 0.3s;
}
.standings_podium_details {
	font-family: Prototype;
	transition: 0.3s;
}
.details_arrow_standings {
	width: 21px;
	top: 2px;
	position: relative;
	transform: rotate(0deg);
	transition: 0.3s ease;
}
.details_arrow_standings.active {
	width: 21px;
	top: 2px;
	position: relative;
	transform: rotate(180deg);
	transition: 0.3s ease;
}
.details_column {
	background-color: #3d3d3d;
	border-bottom: 1px solid #3d3d3d;
	width: 30px;
}
.details_row_standings {
	background-color: #dfe4ea;
	/* max-height: 0; */
	padding: 8px 10px 0px 10px;
	box-sizing: border-box;
	transition: 0.3s ease;
}
.details_row_standings.active > td > div, .details_row_standings.active > td, .details_row_standings.active {
	/* max-height: 1000px; */
	padding: 5px 10px;
	transition: 0.3s ease;
}
.details_standings_results_races {
	background-color: #FFF;
	width: 100%;
	padding: 2px 0px;	
}
.details_standings_results_title {
	color: #4b4b4b;
	font-size: 20px;
	font-family: Prototype;
	float: left;
}
.details_standings_results_link {
	color: #4b4b4b;
	font-size: 20px;
	font-family: Prototype;
	float: left;
}
.details_standings_results_races_number {
	font-size: 18px;
	bottom: 4px;
	position: relative;
}
.details_standings_results_races_points {
	font-size: 21px;
	position: relative;
}
.details_standings_results_box {
	width: 90px;
	margin-right: 20px;
	display: inline-table;
	transition: 0.3s;
	position: relative;
	top: 0;
	min-height: 87px;
	vertical-align: top;
}
.details_standings_results_events {
	display: flex;
	min-height: 17px;
}
.pole_icon_details_standings, .DNF_icon_details_standings, .DSQ_icon_details_standings, .FL_icon_details_standings, .DNS_icon_details_standings {
	padding: 3px 0px;
	font-size: 10px;
	font-family: Prototype;
	width: 30px;
	flex: 0 auto;
	text-align: center;
	margin: auto;
}
.pole_icon_details_standings {
	background-color: #44bd32;
	color: #1e272e;
}
.FL_icon_details_standings {
	background-color: #e84393;
	color: #1e272e;
}
.DSQ_icon_details_standings, .DNF_icon_details_standings, .DNS_icon_details_standings {
	background-color: #3d3d3d;
	color: #FFF;
}
.cell_pseudo_standing {
	font-size: 24px;
	white-space: nowrap;
	font-family: Prototype;
	color: #3d3d3d;	
	text-align: left;
	max-width: 140px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.cell_pseudo_standing_2Drivers {
	font-size: 21px;
	white-space: nowrap;
	font-family: Prototype;
	color: #3d3d3d;	
	text-align: left;
	max-width: 140px;
	overflow: hidden;
	text-overflow: ellipsis;
}
#points_scoring_arrow {
	width: 30px;
	margin: auto;
	position: relative;
	display: block;
	cursor: pointer;
	transition: 0.2s ease;
	transform: translateY(-50%) rotate(180deg);
	top: 15px;
	min-height: 30px;
}
#points_scoring_arrow.active {
	transform: translateY(-50%) rotate(0deg);
}
.podium_flag_column {
	text-align: left;
}
.podium_team_column {
	text-align: left;
}
.cell_team_column {
	text-align: left;
	font-size: 24px;
	white-space: nowrap;
	font-family: Prototype;
	color: #3d3d3d;
	max-width: 140px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.before_season {
	font-size: 23px;
	font-family: AvenirNextCyrLight;
	color: #1e272e;
	display: block;
	margin: auto;
	text-align: center;
}
.standings_link { 
	color: #1e272e;
	text-decoration: underline
}
.search_row_array {
	width: 30px;
	float: right;
	margin-right: 4px;
}
#position_between_rows {
	float: right;
	display: flex;
	flex-direction: column;
	margin-top: 1px;
	position: absolute;
	right: 54px;
}
#position_top_rows {
	flex: 1 auto;
	display: flex;
	flex-direction: row;
	margin-right: 20px;
	margin-top: -10px;
}
#position_bottom_rows {
	flex: 1 auto;
	display: flex;
	flex-direction: row;
	margin-right: 20px;
}
.position_top_rows {
	border-bottom: 12px solid #4b4b4b;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    margin-right: 15px;
	margin-bottom: 6px;
	transition: 0.3s ease;
}
.position_bottom_rows {
	border-top: 12px solid #4b4b4b;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    margin-right: 15px;
	margin-top: 7px;
	transition: 0.3s ease;
}
.position_rows_text {
}
.full_details_standings_results_box {
	position: absolute;
	top: -95px;
	background-color: #ffffff;
	width: max-content;
	flex-direction: row;
	padding: 5px;
	z-index: 10;
}
#full_details_col_drivers {
	display: flex;
	flex-direction: column;
	margin-top: 50px;
}
.full_details_cols {
	display: flex;
	flex-direction: column;
	padding-left: 7px;
	padding-right: 7px;
}
#full_details_title {
	padding-bottom: 5px;
	display: flex;
	flex-direction: row;
	font-family: AvenirNextCyrLight;
	font-size: 20px;
}
#full_details_subtitle {
	display: flex;
	flex-direction: row;
	font-family: AvenirNextCyrLight;
	font-size: 18px;
}
#full_details_col_data {
	display: flex;
	flex-direction: column;
}
#full_details_data {
	display: flex;
	flex-direction: row;
	font-family: Prototype;
	font-size: 20px;
	position: relative;
	padding-top: 10px;
}
#full_details_title > a, #full_details_subtitle > a, #full_details_data > a {
	padding-left: 10px;
	padding-right: 10px;
	width: 100%;
}
.full_details_driver {
	display: flex;
	font-family: Prototype;
	max-width: 225px;
	overflow: hidden;
	padding-top: 10px;
}
#full_details_col_subtitle_data {
	display: flex;
	flex-direction: row;
}