/*! minified with http://css-minify.online-domain-tools.com/ - all comments
 * must have ! to preserve during minifying with that tool *//*! Fix for read the docs theme:
 * https://rackerlabs.github.io/docs-rackspace/tools/rtd-tables.html
 *//*! override table width restrictions */@media screen and (min-width:767px){/*! If we ever publish to read the docs, we need to use !important for these
   * two styles as read the docs itself loads their theme in a way that we
   * can't otherwise override it.
   */.wy-table-responsive table td{white-space:normal}.wy-table-responsive{overflow:visible}}/*!
 * We use the class documentation-table for attribute tables where the first
 * column is the name of an attribute and the second column is the description.
 *//*! These tables look like this:
 *
 *  Attribute Name     Description
 *  --------------     -----------
 *  **NAME**           This is a multi-line description
 *  str/required       that can span multiple lines
 *
 *                     With multiple paragraphs
 *  --------------     -----------
 *
 * **NAME** is given the class .value-name
 * str is given the class .value-type
 * / is given the class .value-separator
 * required is given the class .value-required
 *//*! The extra .rst-content is so this will override rtd theme */.rst-content table.documentation-table td{vertical-align:top}table.documentation-table td:first-child{white-space:nowrap;vertical-align:top}table.documentation-table td:first-child p:first-child{font-weight:700;display:inline}/*! This is now redundant with above position-based styling *//*!
table.documentation-table .value-name {
    font-weight: bold;
    display: inline;
}
*/table.documentation-table .value-type{font-size:x-small;color:purple;display:inline}table.documentation-table .value-separator{font-size:x-small;display:inline}table.documentation-table .value-required{font-size:x-small;color:red;display:inline}.value-added-in{font-size:x-small;font-style:italic;color:green;display:inline}
/* ansibleOptionLink is adapted from h1 .headerlink in sphinx_rtd_theme */
tr:hover .ansibleOptionLink::after {
    visibility: visible;
  }
  tr .ansibleOptionLink::after {
    content: "";
    font-family: FontAwesome;
  }
  tr .ansibleOptionLink {
    visibility: hidden;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  td, th {
    border: 1px solid #000000;
    text-align: left;
    padding: 8px;
  }
  
  @media screen and (min-width:767px){
    /* Move anchors a bit up so that they aren't hidden by the header bar */
    section [id] {
      padding-top: 45px;
      margin-top: -45px;
    }
    /* Without this, for example most links in the page's TOC aren't usable anymore */
    section a[id] {
      padding-top: 0;
      margin-top: 0;
    }
  }