/*
	Example CSS for midwich product description features table
*/

table.features {
	width:100%;
    border-spacing: 0px;
    border-collapse: collapse;
    background:#687EAB;
}
table.features td {
    font-size:12px;
    text-align: left;
    padding: 0.1em 0.5em;
    background: #DBE2F1;
    border:0;
    border-bottom:2px solid #fff;
    font-weight:bold;
}
table.features td.feature {
    width:1px;
    white-space:nowrap;
    text-align:left;
    font-weight:normal;
}
table.features td.unit {
    text-align:left;
}
table.features tr.odd td {
    background: #eBf2F1;
}
table.features thead th {
    font-size:12px;
    background: #999;
    color: #000;
    text-align: left;
    padding: 0.1em 0.5em;
    border-bottom: 2px solid #FFFFFF;
}

