
table{
    border-collapse: separate;
    border-spacing: 15px;
}
/*table tr{
    border-bottom: 2px solid black;
}*/
table th{
    max-height: 50px;
    max-width: 50px;
}
table img{
    min-width: 10%;
    width: 100%;
}
table th, table td{
    text-align: center;
}
table td i{
    cursor: pointer;
}