#productlink {
	font-family: "FortBook",Arial,sans-serif;
    text-align: center;
}
#productlink .banner-content {
    padding-bottom: 50px;
    background: darkseagreen;
}
#productlink .disclaimer {
	padding-bottom: 25px;
	background: #ffe67f;
}
#productlink .banner-header {
    padding: 50px 0 10px 0;
    font-size: xx-large;
}
#productlink .banner-subHeader {
    text-align: center;
}
#productlink .default-view {
    background-color: #bdb76b;
}
#productlink .products-table {
	font-family: 'ProductsFontPrimaryRegular', sans-serif;
	border-collapse: collapse;
	width: 100%;
}
#productlink .products-table td {
	border: 1px solid #ddd;
	padding: 8px;
}
#productlink .products-table tr:nth-child(even) {
	background-color: #f2f2f2;
}
#productlink .products-table tr:hover { 
	background-color: #ddd;
}
#productlink  .products-table thead th {
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: center;
	background-color: #4CAF50;
	color: white;
}