﻿body {

}

table {
    table-layout: auto;
    width: 100%;
}
th, td {
    overflow-wrap: break-word;
    padding: 8px;
    text-align: center;
}
/*.table th {
    background-color: #f2f2f2;
}
*/


