/* FONTS AND COLORS */
body {
font-family: Arial sans serif;
font-size: 14px;
line-height: 1.428571429;
color: #333;
background color: white;
}
h1, h2, h3, h4, h5, h6 {
color: black;
}
.navbar a, .navbar a:active, .navbar a:hover, .navbar a:visited {
color: #333;
}
.product-specs {
background color: #f1f1f1;
padding: 1em;
}
.product-specs td {
font-size:12px;
}
.attr-left {
min-width:6em;
font weight:bold;
vertical align:top;
}
.attr-right {
vertical align:top;
}
div.footer {
border-top: 1px solid #f1f1f... |