table#t01 {
    width: 100%; 
    background-color: #EAEAAE;
}
table, th, td {
   border: 4px solid orange;
}

th {
    height: 100px;
}

th {
    background-color: #4CAF50;
    color: white;
}