/* override table width restrictions */
@media screen and (min-width: 767px) {

   .wy-table-responsive table td {
      /* !important prevents the common CSS stylesheets from overriding
         this as on RTD they are loaded after this stylesheet */
      white-space: normal !important;
   }

   .wy-table-responsive {
      overflow: visible !important;
   }
}
.wy-side-nav-search, .wy-nav-top {
    background: #9057FF;
}
.wy-nav-side {
      background: #3f0047;
    }
.highlight {
    background-color: black;
    color: white;
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",Courier,monospace;
    font-size: 12px;
    white-space: pre;
    padding-left: 15px;
    padding-right: 20px;
}
.left-indent {
  margin-left: 15px;
}
.wrap-text {
  word-wrap: normal;
}
h1 {
    background-color: #d6c6f4;
    padding: 10px;
    border-radius: 10px;
    padding-left: 20px;
}
h2 {
    border-radius: 10px;
    background-color: #e8f4e7;
    padding: 10px;
    padding-left: 20px;
}
h3 {
    display: inline-block;
    border-radius: 10px;
    padding: 10px;
    padding-left: 20px;
    background-color: #f6e7b8;
}
.redtext {
    color: red;
    font-weight: bold;
}
.yellow-text {
    color: yellow;
}
.head-2-text {
    font-size: 150%;
    font-weight: 700;
    font-family: Roboto Slab,ff-tisa-web-pro,Georgia,Arial,sans-serif;
    border-radius: 10px;
    background-color: #e8f4e7;
    padding: 10px;
    padding-left: 20px;
}
.head-3-text {
    font-size: 125%;
    font-weight: 700;
    font-family: Roboto Slab,ff-tisa-web-pro,Georgia,Arial,sans-serif;
    border-radius: 10px;
    background-color: #f6e7b8;
    padding: 10px;
    padding-left: 20px;
}
.redback {
    background-color: #e8f4e7;
}
.blueback {
    color: white;
    background-color: blue;
}
.cmdline {
    background-color: black;
    color: white;
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",Courier,monospace;
    font-size: 12px;
    white-space: pre;
}
th {
    text-align: center;
    vertical-align: middle;
    word-wrap: normal;
    background-color: #4CAF50;
    color: white;
    border-left: 1px solid #ddd;
}
td {
    text-align: center;
    vertical-align: middle;
}
table {
  border-collapse: collapse;
}
.v-table.wordwrap-headers .v-table-header-wrap {
	height: auto;
}
table.left-align-right-col td:last-child {
    text-align: left
}
table.left-align-2nd-col td:nth-child(2) {
    text-align: left;
}
table.left-align-left-col td:first-child {
    text-align: left
}
hr.break {
    border: none;
    border-top: 6px double blue;
    overflow: visible;
    text-align: center;
    height: 5px;
}
hr.break:after {
    background: blue;
    padding: 0 4px;
    position: relative;
    top: -13px;
}
hr.space {
    border: none;
    border-top: 1px solid blue;
    overflow: visible;
    text-align: center;
    height: 5px;
}
hr.space:after {
    background: blue;
    padding: 0 4px;
    position: relative;
    top: -13px;
}
a.button {
    height:50px;
    line-height:50px;
    vertical-align:middle;
    text-align:center;
    padding:0 10px;
    color:#ffffff;
    background-color: blue;
    position:relative;
    display:inline-block;
    margin-bottom:20px;
}
a.button:after {
    position:absolute;
    right:-20px;
    content:" ";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 25px 0 25px 20px;
    border-color: transparent transparent transparent blue;
}
a.button:hover {
    background-color:red;
}
a.button:hover:after {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 25px 0 25px 20px;
    border-color: transparent transparent transparent #ff0000;
}
.sphinx-tabs-tab {
    background-color: #f0eeee;
    border: none;
    font-weight: bold;
    padding: 10px;
    margin-left: 5px;
    margin-bottom: 20px;
}
.container {
    background-color: #f0eeee;
    border-radius: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
}
div.command.docutils.container {
    background-color: black;
    color: white;
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",Courier,monospace;
    font-size: 12px;
    border-radius: 0px;
    padding-left: 10px;
    padding-top: 10px;
}
[aria-selected='true'] {
    background-color: #bdd0f2;
}
[aria-selected='false'] {
    background-color: #ffffff;
}
span.std.std-ref {
    background-color: blue;
    color: white;
    padding: 3px;
    border-radius: 5px;
    white-space: nowrap;
    padding-right: 10px;
    padding-left: 10px;
}
.super {
  vertical-align: super;
  font-size: 50%;
}
helloworld {
    color: red;
}
