/* styles used in the Configuration Guide */

table.settings_table {
  margin-left: 20px;
  margin-right: 20px;
}
.settings_table thead {
  background-color: #dcdcdc;
}
th, td {
  text-align: left;
  vertical-align: top;
}
.settings_table .setting {
  font-weight: bold;
  padding-right: 20px;
}
.settings_table .default {
  font-family: "Courier New", Courier, monospace;
  padding-right: 20px;
}
.settings_table .description {
}
