/* Suppress the double title in sphinx-generated gsutil documentation. */
div.gsutil-generated > h1 {
  display: none;
}

/* Make the gsutil command option tables not get squished. */
table.option-list td.option-group {
  min-width: 75px;
}

/* Make the gsutil synopsis at the top of each command page a fixed-width font.
 */
p.synopsis {
  font: 1em "Droid Sans Mono",monospace;
  line-height: 1.5;
  margin: 1.5em 0;
  white-space: pre;
}

/* for the list of headers and parameters in the JSON and XML reference docs  */

ol.ref-list {
  margin: 1em 0 0 0;
  padding: 0;
  list-style: none;
}

ol.ref-list li {
  font-weight: bold;
  margin: .5em 0 0 1.5em;
  padding: 0;
}

/* For the header and parameter reference cards in the JSON and XML reference docs */

.summary {
font-size: 11pt;
background-color: #F0F8FE;
margin-left: auto;
margin-right: auto;
padding: 3px;
}

.instructions {
padding: 5px;
border: 1px #eaf3ec solid;
background-color: #FFFFFF;
}

.reference_content {
  display: block;
  padding-left: 30pt;
  padding-top: 10px;
}
