
.ModuleReference .Contents .Frame {
   font-family: Arial, sans-serif
}

.ModuleReference .Contents th,
.ModuleReference .Contents td {
   border: 1px solid #ddd;
   padding: 0.5em;
   text-align: left;
}

.ModuleReference .Contents th {
   background-color: #f2f2f2
}

.ModuleReference table td:first-of-type {
   width: 10%;
}

.ModuleReference table td:nth-of-type(2) {
   width: 10%;
}

.ModuleReference table td:nth-of-type(3) {
   width: 10%;
}

.ModuleReference table td:nth-of-type(4) {
   width: 20%;
}
.ModuleReference table td:nth-of-type(5) {
   width: 30%;
}
.ModuleReference table td:nth-of-type(6) {
   width: 20%;
}

