﻿.tableManistacao{
    width:100%;
}
.tableManistacao tbody th,
.tableManistacao tbody td{
    border:1px solid #ccc;
    padding:.5em;
}
.tableManistacao tbody th{
    text-align:left;
    width:200px;
}
