.nm-table, .nm-short {
width:100%;
border-collapse: collapse;
border-spacing: 0;
text-align:left;
margin:0 auto;
}
.nm-table {
max-width:60em;
}
.nm-short {
max-width:31em;
}
.nm-table td {
padding: 0 5px;
border-top:1px dashed #ccc;
border-bottom:1px dashed #ccc;
}
.nm-table th {
padding: 0 5px;
border-top:2px solid black;
border-bottom:1px solid black;
font-weight:normal;
text-align:center;
}
.nm-short td {
padding: 5px;
}
.nm-table td:nth-child(n+1), .nm-table th:nth-child(n+1) {
border-right:1px solid black;
}
.nm-short td:nth-child(2) {
width:35%;
border-right:1px solid black;
padding-right:1em;
}
.nm-short td:nth-child(3) {
width:20%;
border-left:1px solid black;
padding-left:1em;
}
.nm-short td:nth-child(4) {
width:30%;
padding-right:0;
}
.nm-table td:nth-child(4n+1) {
text-align:right;
}
.nm-table td:nth-child(6) {
border-right:none;
text-align:right;
}
.nm-table th:nth-child(6) {
border-right:none;
}
.nm-c {
text-align:center !important;
}
.nm-nb {
border:none !important;
}
.nm-nbr {
border-right:none !important;
}
.nm-pad {
padding: 0.8em 5px !important;
}
.nm-padb {
padding: 0 5px 0.8em !important;
}