﻿
.pm-CustomTable {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    border-radius: 3px;
    width: 100%;
    overflow: hidden;
}

    .pm-CustomTable td, .pm-CustomTable th {
        border: 1px solid #f0f0f0;
        text-align: center;
        padding: 8px;
    }

    .pm-CustomTable th {
        background-color: #FAFAFA;
    }

.novelHRMS-ItemSummary-borderBottomRight {
    border-bottom: 1px solid gray;
    border-right: 1px solid gray;
}

.novelHRMS-ItemSummary-borderBottom {
    border-bottom: 1px solid gray;
}

.novelHRMS-ItemSummary-hr {
    height: 1px;
    border-width: 0;
    color: gray;
    background-color: gray;
    margin-top: 0em;
    margin-bottom: 0em;
    margin-left: auto;
    margin-right: auto;
} 