﻿.peopleTable, .peopleAwardsTable {
    border-collapse: collapse;
    line-height: 1.5;
    width: 95%;
}

.peopleAwardsTable tr {
    line-height: 34px;
}

.peopleTable tr td:nth-child(1) {
    width: 6%;
    vertical-align:top;
    white-space: nowrap;
}

.peopleTable tr td:nth-child(2) {
    width: 94%;
}

.peopleTable tr td > span {
    /*font-style:italic;*/
    display: inline-block;
    height: 40px;
    /*display: table;*/
}

.peopleAwardsTable tr td:nth-child(1) {
    width: 60%;
    vertical-align:top;
}

.peopleAwardsTable tr td:nth-child(2) {
    width: 40%;
    vertical-align:top;
}

/*
.peopleTable tr td {
    border-bottom: 1px solid #ddd;
}
*/

.more {
    line-height: 0.2em;
}

.more span {
    font-size: 80%;
    color: #fff;
    background-color: #dc3545;
    border-radius: .25rem;
    padding: .25em .4em;
    text-align: center;
    white-space: nowrap;
    cursor: n-resize;
}


@media all and (max-width: 480px) {
    .peopleTable tr td:nth-child(1) {
        width: 20%;
    }

    .peopleTable tr td:nth-child(2) {
        width: 80%;
    }
}





