.dataTableWrapper {
	background: #ececec;
	-moz-border-radius: 12px;
	border-radius: 12px;
	padding: 8px;
	}
	
.dataTable {
	width: 100%;
	background: #fff;
	border: 1px solid #bebebe;
	}
	
#comparison-chart thead {
	background-color: #F1F1F1;
	background-image: -ms-linear-gradient(top,#fff,#dedede);
	background-image: -moz-linear-gradient(top,#fff,#dedede);
	background-image: -o-linear-gradient(top,#fff,#dedede);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#dedede));
	background-image: -webkit-linear-gradient(top,#fff,#dedede);
	background-image: linear-gradient(top,#fff,#dedede);
	}

#comparison-chart th {
	text-shadow: 1px 1px 0 #fff;
	font-weight: bold;
	line-height: 40px;
	border-right: 1px solid #bebebe;
	border-bottom: 1px solid #bebebe;
	}
#comparison-chart th:last-child{
	border-right: none;
	}
	
#comparison-chart th,#comparison-chart td{
	text-align:center !important;
	vertical-align:middle;
}
#comparison-chart th.sorting_asc,#comparison-chart th.sorting_desc,#comparison-chart th.sorting{
	cursor: pointer;
	text-indent: -10px;
}
#comparison-chart th.sorting{
	background:url(images/sortable.png) no-repeat 90% 50%;	
}
#comparison-chart th.sorting_asc{
	background:url(images/asc.png) no-repeat 90% 50%;	
}
#comparison-chart th.sorting_desc{
	background:url(images/desc.png) no-repeat 90% 50%;	
}

#comparison-chart .sorting_1{
	font-weight:bold;
	background-color: #dfeffd;
}

#comparison-chart td {
	border-bottom: 1px solid #bebebe;
	border-right: 1px dotted #dadada;
	height: 80px;
	font-size: 13px;
	}
#comparison-chart td:last-child {
	border-right: none;
	background: #ffffeb;
	}
#comparison-chart tr:last-child td {
	border-bottom: none;
	}
	
.thAbonnement {
	width: 25% !important;
	}
.thPrisnu {
	width: 16% !important;
	}
.thPrismd {
	width: 16% !important;
	}
.thPris6mdr {
	width: 18% !important;
	}
.thSetilbud {
	width: 25% !important;
	}
	
.provider_logo {
	display: block;
	}
	
a.cta {
	display: block;
	margin: auto;
	height: 38px;
	width: 133px;
	background: url(images/cta.png) 0 0;
	font-size: 18px;
	font-weight: bold;
	color: #522900 !important;
	text-shadow: -1px 1px 0 #f7e1b3;
	padding: 11px 0 0 0;
	}
	
a.cta:hover  {
	background: url(images/cta.png) -133px 0;
	text-decoration: none !important;
	}
	
a.cta:active {
	padding-top: 14px;
	height: 35px;
	background: url(images/cta.png) -266px 0;
	}