/* For generated gocs pages */

table.master {
  line-height: 1.2em;
  font-size: 0.9em !important;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

table.master .usage code  {
  line-height: 1.2em;
  font-size: 0.75em !important;
}

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

table.master > tbody > tr.odd {
  background-color: var(--light)
}
table.master > tbody > tr.even {
  background-color: white;
}
table.master > tbody > tr:hover {
  background-color: var(--md-blue-grey-50);
}

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

table.examples .example-head {
  background-color: #ede7f6;
  font-size: 1.2em !important;
}

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

table.examples td {
  width: 16.666667% ;
}

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

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

table.examples div.cell div.cell_input {
  border-left-color: #673ab7;
}

#main-content {
#  line-height: 1.4em;
}

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

.w-40 {
  width: 40%!important;
}

.w-60 {
  width: 60%!important;
}

.w-55 {
  width: 60%!important;
}

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

.w-35 {
  width: 35%!important;
}

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

.w-15 {
  width: 15%!important;
}

.w-10 {
  width: 10%!important;
}

.w-5 {
  width: 5%!important;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><!--! Font Awesome Pro 6.1.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --><path d="M311.9 335.1l-132.4 136.8C174.1 477.3 167.1 480 160 480c-7.055 0-14.12-2.702-19.47-8.109l-132.4-136.8C-9.229 317.8 3.055 288 27.66 288h264.7C316.9 288 329.2 317.8 311.9 335.1z"/></svg>) no-repeat 254px 12px;  
}
