body {
    margin: 10px !important;
}

.datagrid {
  font-size: 0.82rem;
}

.txtcenter {
    text-align: center;
}

.txtright {
    text-align: right;
}

.frmcenter {
    margin-left: 25px !important;   
}

.mcurrent a {
    text-decoration: none;
    color: black;
}

nav {
    font-size: 1.4rem;
    border: 1px solid #dee2e6;
}

nav li {   
    padding-right: 20px;
}

h4 {
    font-size: 1.2rem !important;
}

.mcurrent a:hover {
    text-decoration: none;
    color: black;    
}

#patable td, th {
    padding: 2px;
}

#patable ul, li {
    margin: 0;
    padding: 0;
    vertical-align: central;
}


@media print
{    
    .noprint, .noprint *
    {
        display: none !important;
    }
    
    .print-list { 
        font-size: 13px;               
    }
    
    .print-list td {
        padding: 2px !important;
    }
    
    .print-table {
        font-size: 10px;
    }
        
}
