﻿
.welcome-header {
    font-family: Arial;
    font-weight: bold;
    color: rgb(0, 93, 172);
    padding-top: 57px;
}

/* Replace inline body style */
.landing-page-body {
    background-color: rgb(222, 235, 247);   
}

/* Replace inline styles from the view */
.business-units-header {
    font-family: Arial;
    font-weight: bold;
    color: rgb(0, 93, 172);
    padding-top: 20px;
}

.business-units-subheader {
    font-family: Arial;
    font-weight: bold;
    color: rgb(0, 93, 172);
}

.tpm-section {
    padding-top: 0px;
    font-style: italic;
}

.tpm-blue-text {
    color: blue;
}

/* User List */
.action-column {
    width: 45px !important;
}


