  h1 {font-size:30px;}
h2 {font-size: 1.8rem;}

.cpms-content {font-size:1.1rem;}
.usqsegment li {margin-bottom:12px;}
td.usqbasefieldstitle {font-weight:bold;}
table.usqbasefieldstable tbody tr td {
    border-top: none;
    border-bottom: 1px solid #ddd;
}

.cpms-previous-link:hover {text-decoration:underline;}

#usqtablerow {margin-top:20px;}

.dataTables_wrapper .dataTables_filter {
    float: left;
    text-align: left;
}

.dataTables_wrapper .dataTables_length {
    float: right;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: none;
    border-color: #e0e0e0;
    background-color: #e0e0e0 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button .active{
    background-color: #efefef;
}
.table-striped > tbody > tr:nth-child(odd):hover > td, .table-striped > tbody > tr:nth-child(even):hover > td {
    background-color: #e0e0e0 !important;
    cursor: pointer;
}

table.dataTable tbody td {
    padding-left: 1.3em;
}

tr.odd td a, tr.even td a {
    display: block;
}

.print_header_text {
    font-size: 2rem;
    margin-top: 18px;
}

@media screen and (max-width: 640px) {
    .dataTables_wrapper .dataTables_filter {
        margin-top: 0;
    }
}

@media print {
    a[href]:after {
        content: none !important;
    }
    .u-main-wrapper__body {
        display: block;
    }

}

a:hover {
    color: #0079c9;
}

.cpms-main-content a, #content a {
    color: #337ab7;
}

    .cpms-main-content a:hover, #content a:hover {
        color: #0079c9;
    }

:target::before {
    content: "";
    display: block;
    height: 60px; /* fixed header height*/
    margin: -60px 0 0; /* negative fixed header height */
}
