
.app_uplay .edition-comparator,#compare-section{
	overflow-x: auto;
}
.app_uplay .edition-comparator table,#compare-section table{
	width: 100%;
	border-collapse: inherit;
	font-size: 16px;
	font-weight: lighter;
	min-width: 1000px;
}
.app_uplay .edition-comparator table{
	background-color:#131418;
	font-family: "Ubuntu";
	padding: 100px;
}
#compare-section table{
	margin: 100px 0;
	min-width: 960px;
}
.app_uplay #compare-section table{
	min-width: 940px;
}
.app_uplay .edition-comparator table tr th,  #compare-section table tr th{

	font-size: 14px;
	text-align: left;
	padding: 10px;
	text-align: center;
}
.app_uplay .edition-comparator table tr th span,  #compare-section table tr th span{
	display: block;
	font-weight: lighter;
}
.app_uplay .edition-comparator table tr td, #compare-section table tr td {
    padding: 20px;
}

.app_uplay .edition-comparator table tr th img,  #compare-section table tr th img {
    display: block;
    margin: -60px auto 10px;
   	width: 100%;
   	max-width: 120px;
   	padding-bottom: 10px;
}
.app_core #compare-section table tr{
	background-color: #f5f5f5;
}
.app_uplay .edition-comparator table tr{
	background-color:#1b2025;
}
.app_core #compare-section table tr:nth-child(odd){
	background-color: white;
}
.app_uplay .edition-comparator table tr:nth-child(odd){
	background-color:#2c3237;
}
.app_uplay #compare-section table tr:nth-child(odd){
	background-color: #031a22;
}
.app_core #compare-section table tr:first-child{
	background-color: #f5f5f5;
}
.app_uplay #compare-section table tr:first-child{
	background-color: #031a22;
}

.app_uplay .edition-comparator table tr:first-child{
	background-color:#1b2025;
}
.app_uplay .edition-comparator table tr td.yes:after, #compare-section table tr td.yes:after {
    content:"";
    width: 25px;
    height: 21px;
    background-image: url("tableCompare_marker.png");
    background-repeat:no-repeat;
    background-size:100%;
    margin: auto;
    display: block;
}

.app_core #compare-section table tr td.yes:after{
	background-image: url("tableCompare_marker_web.png")
}

.app_uplay .edition-comparator table tr td a{
color:#0088dd;
border-left:1px solid white;
padding-left:10px;
margin-left: 10px;
}

.app_core #compare-section  table tr td a{
color:#0ae;
border-left:1px solid black;
padding-left:10px;
margin-left: 10px;
}