.gui { 
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif !important; 
  color: #000 !important;
  font-size:12px;
}
body { 
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif !important; 
  color: #000 !important;
  font-size:12px;
}
a { color: #000 !important; }
h1 {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif !important;
	font-size: 24px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 26.4px;
}
h3 {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif !important;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 15.4px;
}
p {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif !important;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 20px;
}
blockquote {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif !important;
	font-size: 21px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 30px;
}
pre {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif !important;
	font-size: 13px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 18.5714px;
}
header, #top, #nav, .usp-container, .nav-main, footer, .popup-a, #compare, #notify, #nav-mobile, #nav-main, nav { display:none !important; }
#content { width:100% !important; }

table {
    border: solid 1px #DDEEEE;
    border-collapse: collapse;
    border-spacing: 0;
    font: normal 13px Arial, sans-serif;
}
table thead th {
    background-color: #DDEFEF;
    border: solid 1px #DDEEEE;
    color: #336B6B;
    padding: 10px;
    text-align: left;
    text-shadow: 1px 1px 1px #fff;
}
table tbody td {
    border: solid 1px #DDEEEE;
    color: #333;
    padding: 10px;
    text-shadow: 1px 1px 1px #fff;
}
.gui-col2-equal .gui-col2-equal-col1 {
    float: left;
    width: 48.5%;
}
.gui-col2-equal .gui-col2-equal-col2 {
    float: right;
    width: 48.5%;
}