#employees{
    width: 100%;
    text-align: center;
}

#employees table{
    width: 80%;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    background: linear-gradient(to right, rgba(0,0,0,0), rgba(0,0,0,0.2) 30%, rgba(0,0,0,0.2) 70%, rgba(0,0,0,0));
}

#employees table td{
    width: 33%;
}

.empImage img{
     height: 200px;
     width: auto;
}

.empName{
    text-align: center;
    font-size: 1.2em;
}

.empContact{
    text-align: right;
}

.empRes{
    text-align: left;
    padding-left: 5px;
}