﻿table tr td {
    border:1px solid;
}

table thead tr th {
    border: 1px solid;
    background-color: #8c949a;
    color:white;
    border-color:#000000;
}
table tbody tr th {
    border: 1px solid;
    background-color: #8c949a;
    color: white;
    border-color: #000000;
}

/*table tr:nth-child(even) {
    background-color: #f2f2f2;
}*/
/*table tr:hover {
    background-color:#ddd;
}*/