.table {
	border: 1px solid transparent;
    border-radius: 4px;
}

.table th {
	background-color:#f2f2f2;
	font-family: 'NovecentowideUltraLightBold';
	font-size:12px;
}

.novecentoNormal {
	font-family: 'NovecentowideNormalRegular';
}


/* Search Radio Options */
.searchRadioOptions {
	font-family: 'NovecentowideBookRegular';
	letter-spacing:0px;
	color:#333;
	font-size:12px;
}

.searchButton {
	font-family: 'NovecentowideBookRegular';
	letter-spacing:0px;
}

/* Details New Look */
.detailsH {
	font-family: 'NovecentowideLightRegular';
	font-size:30px;
	letter-spacing:1px;
}

.detailsThick {
	font-family: 'NovecentowideNormalRegular';
	font-size:60px;
	letter-spacing:1px;
}


.teal {
	color:#0CC;
}

.blue {
	color: #0CF;
}

.purple {
	color: #4f2683;
}

.pink {
	color:#C06;
}

.grey {
	color: #999;
}

.marketing
{
  text-align: center;
  padding-top: 0px;
}