/* 
    Created on : 2019/09/14
    Author     : eugenes works(https://eugenesworks.com)
    Home page  : https://the-forme.net
    Version    :2.0
    MIT LICENSE
*/

div{overflow: scroll;}

table{ 
    border-collapse: collapse;
}
tr:first-child td{
    border-top: 1px solid #16ac00;
}
tr:nth-child(2) td{
    border-bottom: 1px solid #16ac00;
}
td{
    border: 1px solid silver;
    width: 150px;
    height: 20px;
    white-space: nowrap;
    font-size: 15px;
}
.red {
    border: 3px solid red;
    color: white;
}
.redc {
    border-left: 3px solid red;
    border-right: 3px solid red;
    color: white;
}