div.bodymargin {
    margin: 5px 50px 5px 50px;
}

div.card {
    border: 1px solid #BDE8F0;
    border-radius: 5px;
    padding: 5px;
    background:#F0F8FF;
    width: 70%;
}
.red-smallcaps {
    font-size: small;
    text-transform: uppercase;
    color: red;
}
.timefeed {
    font-style: italic;
}

.icon {
}

table.bordered {
    table-layout: fixed ;
    width: 100% ;
    border-collapse: separate; 
    border-spacing: 0px;
}

.bordered td:nth-child(1), .bordered th:nth-child(1) {
    vertical-align:top;
    width: 5% ;
    border-bottom: 1px solid black;
    padding: 25px;
}

.bordered td:nth-child(2), .bordered th:nth-child(2),
.bordered td:nth-child(3), .bordered th:nth-child(3),
.bordered td:nth-child(4), .bordered th:nth-child(4) {
    vertical-align:top;
    width: 25% ;
    border-bottom: 1px solid black;
    padding: 25px;
}

