/* View 102 */

div#view102 {
    
}

/* Row backgrounds */
div#view102 table tr:nth-child(odd) {
    background: #fff;
}
div#view102 table tr:nth-child(even) {
    background: #e6e6e6;
}

/* Heading and Data cells */
div#view102 table th {
    border-bottom: solid 2px crimson;
}
div#view102 table td {
    text-align: right;
}
div#view102 th, 
div#view102 td {
    width: 60px;
    padding: 3px 5px;
}
div#view102 th:nth-child(1), 
div#view102 td:nth-child(1) {
    width: 180px;
    font-weight: bold;
    text-align: left;
}
div#view102 th:nth-child(2), 
div#view102 td:nth-child(2) {
    width: 100px;
    font-style: italic;
}
