.cornelius-container {
    padding: 20px 0;
}

.cornelius-title {
    text-align: center;
    padding-bottom: 20px;
    font-weight: bold;
    font-size: 14pt;
    color: #3A3838;
}

.cornelius-table {
    border-spacing: 0;
    border-collapse: collapse;
    border-radius: 10px;
    background-color: #F5F3F3;
    width: 100%;
}

/* fix for last cell rounded corner bug */
.cornelius-table tr:last-child td:last-child {
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.cornelius-table tr:first-child th:last-child {
    border-right: none;
}

.cornelius-table td, .cornelius-table th{
    text-align: center;
    padding: 7px;
    font-size: 12px;
}

.cornelius-table th {
    border-bottom: 1px solid #E4E4E4;
    border-right: 1px solid #E4E4E4;
    color: #3A3838;
    font-weight: bold;
}

.cornelius-percentage {
    border: none;
    color: #000;
}

.cornelius-percentage:after {
    content: "%";
    margin-left: 2px;
}

td.cornelius-label {
    text-align: left;
    width: auto;
    width: 120px;
}

td.cornelius-people {
    width: auto;
    width: 120px;
}

.cornelius-label, .cornelius-people {
    border-bottom: 1px solid #E4E4E4;
    border-right: 1px solid #E4E4E4;
    color: #3A3838;
}

.cornelius-table tr:last-child td {
    border-bottom: none;
}

.cornelius-0 {
    background-color: #F0F9FE;
}
.cornelius-1 {
    background-color: #E1F3FD;
}
.cornelius-2 {
    background-color: #D3EDFD;
}
.cornelius-3 {
    background-color: #C4E7FC;
}
.cornelius-4 {
    background-color: #B6E1FC;
}
.cornelius-5 {
    background-color: #A7DCFB;
}
.cornelius-6 {
    background-color: #99D6FB;
}
.cornelius-7 {
    background-color: #8AD0FA;
}
.cornelius-8 {
    background-color: #7CCAFA;
}
.cornelius-9 {
    background-color: #6DC4F9;
}
.cornelius-10 {
    background-color: #5FBFF9;
}
.cornelius-11 {
    background-color: #57AEE3;
}
.cornelius-12 {
    background-color: #4E9DCC;
}
.cornelius-13 {
    background-color: #468BB6;
}
.cornelius-14 {
    background-color: #3D7A9F;
}
.cornelius-15 {
    background-color: #346988;
}
.cornelius-16 {
    background-color: #2C5772;
}
.cornelius-17 {
    background-color: #23465B;
}
.cornelius-18 {
    background-color: #1A3544;
}
.cornelius-19 {
    background-color: #12232E;
}
.cornelius-20 {
    background-color: #091319;
}



.cornelius-10, .cornelius-11, .cornelius-12, .cornelius-13, .cornelius-14, .cornelius-15, .cornelius-16, .cornelius-17, .cornelius-18, .cornelius-19, .cornelius-20 {
    color: #FFF;
}
