@charset "utf-8";
/* CSS Document */

html
{
	height: 100%;
}

body
{
	height: 100%;
    min-height: 100%;
	position: relative;
	box-sizing: border-box;
	background-color: #000000;
	background-image: url('/carbonfiber-tile.gif');
	margin: 0px;
	font-family: 'Exo 2', sans-serif;
	font-size: 14px;
}

div.jp-uk-row
{
	display: table_row;
	width:100%;
}


div.jp-side
{
	display: inline-block;
	width: 50%;
    background-repeat: repeat;
	text-align: center;
	float: left;
	color:#FFFFFF;
}

div.jp-car-list
{
	margin:10px;
	text-align:right;
}

font.jp-car-make
{
	font-weight: bold;
	color: #CC0000;
}

div.uk-side
{
	display: inline-block;
	width: 50%;
    background-repeat: repeat;
	text-align: center;
	color:#FFFFFF;
}

div.uk-car-list
{
	margin:10px;
	text-align:left;
}

font.uk-car-make
{
	font-weight: bold;
	color: #0087BD;
}



