/* For generated gocs pages */

table.master {
  line-height: 1.2em;
  font-size: 0.9em;
}

table.master td.usage {
  font-size:1.25em;
}

table.master p {
    margin-bottom: 0.2em;
}
table.master ul {
    margin-bottom: 0.2em;
    padding-inline-start: 20px;
}

table.examples {
  table-layout: fixed ;
  width: 100% ;
}
table.examples td {
  width: 16.666667% ;
}

table.examples div.container.cell {
    margin-bottom: 0.1em;
}

.bd-content .section table.examples {
  display: table;
}

.w-32 {
  width: 30%!important;
}

.w-18 {
  width: 20%!important;
}