#labking td{
    color: black !important;
    font-weight: bold;
}

#people h5 {
    margin-top: 32px;
    font-weight: bold;
    text-align: center;
}
#people>div>div>img {
    width: 75%;
    text-align: center;
}
#people table {
    margin-bottom: 0;
    border-spacing: 2px;
    border-collapse: separate;
}
#people th,
#people td {
    border: none;
    text-align: center;
    vertical-align: middle;
}
#people th,
#people td:nth-child(2) {
    overflow: hidden;
    white-space: nowrap;
}
#people th {
    padding: 4px 0;
    font-family: "Myriad Pro Light", Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    white-space: nowrap;
    text-align: center;
    background-color: #C7B8A1;
}
#people td {
    padding: 6px;
    font-size: 12px;
    white-space: nowrap;
    background-color: #DDD1B9;
}

/*
@media only screen and (max-width: 768px) {
    #people th:nth-child(1),
    #people td:nth-child(1),
    #people th:nth-child(5),
    #people td:nth-child(5) { display:none; }
}
*/
#people ul { display: table-row; }
#people td:nth-child(5) { padding-left: 24px; }
#people li { text-align: left; }
