.rst-content .figure {
    padding: 5px;
    background: #efefef;
    border: 1px solid #ddd;
    border-radius: 2px;
}

.rst-content .figure:hover {
    box-shadow: 2px 2px 3px #dedede;
    border-color: #ccc;
    cursor: pointer;
}

.rst-content .section a > img {
    padding: 5px;
    background: #efefef;
    border: 1px solid #ddd;
    border-radius: 2px;
    margin-bottom: 24px;
    margin-top: 8px;
}

.rst-content .section a > img:hover {
    box-shadow: 2px 2px 3px #dedede;
    border-color: #ccc;
    cursor: pointer;
}

.rst-content dl:not(.docutils) dt {
    background: none;
    font-weight: bold;
    color: #404040;
    border: none;
}

.updated-item ul.simple > li > dl > dt:after {
    content: "UPDATED";
    font-size: 11px;
    color: red;
    position: relative;
    top: -8px;
    left: 5px;
    border: 1px solid red;
    padding: 1px 3px;
}

div.wy-menu.rst-pro {
  display: none !important;
}

div.highlight {
  background: #fff !important;
}

div.line-block {
  margin-bottom: 0px !important;
}
