.jw_block {
	border: none;
}

table.spec-table {
    border: medium none;
    border-collapse: collapse;
    margin: 0 0 10px;
    padding: 0;
    width: 100%;
}

table.spec-table td:first-child, table.spec-table th:first-child {
    border-right: 1px solid #E9E7E7;
    font-weight: bold;
    width: 140px;
}
table.spec-table th.head-row {
    background: none repeat scroll 0 0 #7B1932;
    color: #FFFFFF;
}
table.spec-table th {
    border: medium none;
    color: #7B1932;
    font-weight: bold;
    margin: 0;
    padding: 5px 15px;
    text-align: left;
    vertical-align: top;
}

th:first-of-type {
    width: 25%;
}

th {
    width: 75%;
}

th {
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
    margin: 0;
    padding: 2px 5px;
    text-align: left;
    vertical-align: top;
}

table.spec-table td:first-child, table.spec-table th:first-child {
    border-right: 1px solid #E9E7E7;
    font-weight: bold;
    width: 140px;
}
table.spec-table td {
    border: medium none;
    margin: 0;
    padding: 5px 15px;
    text-align: left;
    vertical-align: top;
}

table.spec-table {
    border-collapse: collapse;
}

table.spec-table tr.alt-row {
    background: none repeat scroll 0 0 #F4F3F3;
}