﻿#feedData {
    font-family: Arial, sans-serif;
    white-space: pre-wrap;
}

#empTable {
    margin-left: 10px;
    margin-top: 0px;
    padding: 0px;
    width: 100%;
    background-color: white;
    font-size: 17px;
}

#empTable td {
        width: 25%;
        text-align: left;
        height: 0px;
        line-height: 0px;
    }

.w3-bx {
    font-family: Arial, sans-serif;
    font-size: 16px;
   /* font-weight: bold;*/
    padding: 2px 4px;
    width: 100%;
    height: 20px;
}

.fa-fw {
    color: white;
}
