﻿/* the 'Overview' text on details pages */
.title {
    font-weight: 700 !important;
    line-height: 150%;
    vertical-align: bottom;
    color: black !important;
    font-family: sans-serif;
    font-size: medium;
    /*margin-top: 25px;*/
}

.tblSubsectionHeader {
    font-style: italic;
    font-size: small;
    font-weight: normal;
}

.textAlignLeft {
    text-align: left;
}

.textAlignCenter {
    text-align: center;
}

.verticalAlignMiddle {
    vertical-align:middle;
}

.underline {
    text-decoration: underline;
}

.noWrap {
    white-space: nowrap;
}

.tblMeetings tr:last-of-type td {
    /*border-bottom: none;*/
    
}

.tblMeetings, .tblMeetings th, .tblMeetings td {
    /*border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: none;*/
}

/* the link beside the title on details pages */
.pageTitleLink {
    font-size: small;
    color: black;
}

/* ie Travel: Transportation, Meals, etc. within a table */
.tdCategoryHeader {
    text-align: center;
    text-decoration: underline;
    font-weight: bold;
}

/* center all integer values in selected td elements */
.tdIntegers {
    text-align: center;
}

/* center all headers in all th elements*/
th {
    text-align: center !important;
}

table {
    font-size: 13px;
}

.pdfNoImage {
    background-image: none !important;
    padding-left: 0 !important;
}