.app_uplay .edition-comparator,#compare-section.table_ncsa-decorator {
    overflow-x: auto;
}

.app_uplay .edition-comparator table,#compare-section.table_ncsa-decorator 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_ncsa-decorator table {
    margin: 100px 0;
    min-width: 960px;
}

.app_uplay #compare-section.table_ncsa-decorator table {
    min-width: 940px;
}

.app_uplay .edition-comparator table tr th, #compare-section.table_ncsa-decorator table tr th {
    font-size: 14px;
    text-align: left;
    padding: 10px;
    text-align: center;
}

.app_uplay .edition-comparator table tr th h4, 
#compare-section.table_ncsa-decorator table tr th h4{
    height: 3em;
}

.app_uplay .edition-comparator table tr th span, #compare-section.table_ncsa-decorator table tr th span {
    display: block;
    font-weight: lighter;
}

.app_uplay .edition-comparator table tr td, #compare-section.table_ncsa-decorator table tr td {
    padding: 20px;
}

.app_uplay .edition-comparator table tr th img, #compare-section.table_ncsa-decorator table tr th img {
    display: block;
    margin: -60px auto 10px;
    width: 100%;
    max-width: 120px;
    padding-bottom: 10px;
    min-width: 120px;
}

.app_core #compare-section.table_ncsa-decorator table tr {
    background-color: #f5f5f5;
}

.app_uplay .edition-comparator table tr {
    background-color:#1b2025;
}

.app_core #compare-section.table_ncsa-decorator 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_ncsa-decorator table tr:nth-child(odd) {
    background-color: #031a22;
}

.app_core #compare-section.table_ncsa-decorator table tr:first-child {
    background-color: #fff;
}

.app_core #compare-section.table_ncsa-decorator table tr:first-child th {
    background-color: #f5f5f5;
}

.app_uplay #compare-section.table_ncsa-decorator 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_ncsa-decorator 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_ncsa-decorator 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_ncsa-decorator table tr td a {
    color:#0ae;
    border-left:1px solid black;
    padding-left:10px;
    margin-left: 10px;
}

#compare-section.table_ncsa-decorator table tr td a.btn,
#compare-section.table_ncsa-decorator table tr th a.btn,
#compare-section.table_ncsa-decorator table tr th a:not(.image-link-wrapper),
#compare-section.table_ncsa-decorator table tr td a:not(.image-link-wrapper),
#compare-section.table_ncsa-decorator table tr th button,
#compare-section.table_ncsa-decorator table tr td button,
#compare-section.table_ncsa-decorator table tr th .button,
#compare-section.table_ncsa-decorator table tr td .button {
    border: 0;
    background-color: #cef156;
    padding: 0 11px;
    color: #000;
    display: block;
    width: 110px;
    margin: 0 auto;
    line-height: 28px;
    text-decoration: none;
    font-weight: bold;
    font-size: 15px;
    color: #000;
    border: none;
    border-radius: 0;
    margin-bottom: 5px;
}
