﻿table.attrTable {
    border-collapse: collapse;
    width: 100%;
}
table.attrTable td.attrValue {
    width: 60%;
}
table.attrTable td {
    padding: 2px;
}
table.attrTable td.attrName {
        color: #333333;
        font-weight: bold;
        padding-right: 5px;
        text-align: right;
        width: 40%;
}
table.attrTable tr {
        border-bottom: 1px solid rgb(221, 221, 221);
        vertical-align: top;
}
table.attrTable tr:nth-child(even) {
    background-color: rgb(238, 238, 238);
}