/* FONTS AND COLORS */
body {
font-family: Georgia, serif;
font-size: 16px;
line-height: 1.25;
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: 14px;
}
.attr-left {
min-width: 6em;
font-weight: bold;
vertical-align: top;
}
.attr-right {
vertical-align: top;
}
div.footer {
border-top: 1px solid #f1f1f1;
}
.navbar-default {
background image: webkit linear gradient(top #ffff... |