/* Import the Sphinx theme style.  */
@import url("default.css");

/* Wrap sidebar content even within words so that long
   document names do not escape sidebar borders.  */
div.sphinxsidebarwrapper {
  word-wrap: break-word;
}

/* Make links inside parsed-literal blocks more obvious
   by using a background color and increased line spacing
   to make them look boxed.  */
.literal-block {
  line-height: 1.4;
}
.literal-block a.reference.internal {
  background-color: #dfdfdf;
}

.logo {
  vertical-align: middle;
  height: 16px;
  margin: -1px;
  margin-top:-3px;
  padding: 1px;
  background-color: #ffffff;
}

div.body {
  max-width: none;
}

th {
  color:#ffffff;
  background-color:#289AE7;
}
