/*
table, th, td {
  border: 1px solid;
}
*/

.php-table table,
.php-table th,
.php-table td {
    font-size: 13px;
    border: 1px solid;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.php-table-header
{ background-color:lightgrey; 
text-align: center;
}

caption {
  display: none;
}
