/**************************************/
/**************** Root ****************/
/**************************************/
:root {
  --documentation: white;
  --navbar: white;
}

/**************************************/
/*************** Sidebar **************/
/**************************************/


.image-icon {
    height: 16px;!important;
    vertical-align: top;!important;
    margin-left: 8px;!important;
}

.documentation img.image-screenshot {
    max-height: 360px;!important;
    max-width: 360px;!important;
    vertical-align: middle;
    margin-right: 24px;
    border: 1px dashed #d8d8d8;
    padding: 12px;
}

h1 {
    color: #444;
}

a, a > strong {
    font-weight: 550;
    color: #2196f3;
}
