/* DFA PROJECT MANAGEMENT PHASES TABLE */

/* Column 1 - Light Blue */
.light-blue-header {
    color: #ffffff;
    background-color: #6aa2b8;
    font-weight: bold;
    font-family: Arial;
    font-size: 1.5rem;
    padding: 10px;
    border: solid #ffffff 1px;
    text-align: center;
}
.light-blue-row-1 {
    color: #000000;
    background-color: #cbdfe6;
    font-family: Arial;
    font-size: .9rem;
    padding: 5px;
    border: solid #ffffff 1px;
    text-align: center;
}
.light-blue-row-2 {
    color: #000000;
    background-color: #eef4f7;
    font-family: Arial;
    font-size: .75rem;
    padding: 5px;
    border: solid #ffffff 1px;
    text-align: top;
}

/* Column 2 - Blue */
.blue-header {
    color: #ffffff;
    background-color: #0064a4;
    font-weight: bold;
    font-family: Arial;
    font-size: 1.5rem;
    padding: 10px;
    border: solid #ffffff 1px;
    text-align: center;
}
.blue-row-1 {
    color: #000000;
    background-color: #b3e5ff;
    font-family: Arial;
    font-size: .9rem;
    padding: 5px;
    border: solid #ffffff 1px;
    text-align: center;
}
.blue-row-2 {
    color: #000000;
    background-color: #e5f5ff;
    font-family: Arial;
    font-size: .75rem;
    padding: 5px;
    border: solid #ffffff 1px;
    text-align: top;
}

/* Column 3 - Medium Blue */
.medium-blue-header {
    color: #ffffff;
    background-color: #1f497d;
    font-weight: bold;
    font-family: Arial;
    font-size: 1.5rem;
    padding: 10px;
    border: solid #ffffff 1px;
    text-align: center;
}
.medium-blue-row-1 {
    color: #000000;
    background-color: #c2d6f0;
    font-family: Arial;
    font-size: .9rem;
    padding: 5px;
    border: solid #ffffff 1px;
    text-align: center;
}
.medium-blue-row-2 {
    color: #000000;
    background-color: #ebf1fa;
    font-family: Arial;
    font-size: .75rem;
    padding: 5px;
    border: solid #ffffff 1px;
    text-align: top;
}

/* Column 4 - Dark Blue */
.dark-blue-header {
    color: #ffffff;
    background-color: #1b3d6d;
    font-weight: bold;
    font-family: Arial;
    font-size: 1.5rem;
    padding: 10px;
    border: solid #ffffff 1px;
    text-align: center;
}
.dark-blue-row-1 {
    color: #000000;
    background-color: #c2d5f0;
    font-family: Arial;
    font-size: .9rem;
    padding: 5px;
    border: solid #ffffff 1px;
    text-align: center;
}
.dark-blue-row-2 {
    color: #000000;
    background-color: #ebf1fa;
    font-family: Arial;
    font-size: .75rem;
    padding: 5px;
    border: solid #ffffff 1px;
    text-align: top;
}

/* Side Column */
.side-col {
    color: #ffffff;
    background-color: #1b3d6d;
    font-weight: bold;
    font-family: Arial;
    font-size: 1rem;
    padding: 5px;
    border: solid #ffffff 1px;
    text-align: center;
    text-orientation: mixed;
}

/* Projects */
.quotes {
    color: #000000;
    background-color: #fafafa;
    font-family: Arial;
    font-size: .85rem;
    padding: 10px;
    border: solid #ffffff 1px;
    text-align: top;
}
