﻿html[data-mc-toc-path^="Revu User Manual"] #mc-main-content img[src$=".svg"] {
    width: 20px;
    height: auto;
}

/* ============================
   Base: all Inner-style tables
   ============================ */

table[class^="TableStyle-Inner"]{
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  max-width: 100%;
  margin: 16px 0;
  table-layout: fixed; /* prevents layout blowups */
}

/* ============================
   Cells
   ============================ */

table[class^="TableStyle-Inner"] th,
table[class^="TableStyle-Inner"] td{
  padding: 10px 9px;
  vertical-align: top;
  border-bottom: 1px solid #e6e6e6;
  word-wrap: break-word;
  overflow-wrap: anywhere;
}

/* ============================
   Header row
   ============================ */

table[class^="TableStyle-Inner"] thead th{
  font-weight: 600 !important;   /* override inline normal */
  background: #DBF2FF;
  border-bottom: 1px solid #d0d0d0;
  text-align: left;
}

/* ============================
   Zebra striping
   ============================ */

table[class^="TableStyle-Inner"] tbody tr:nth-child(even) td{
  background: #fbfbfb;
}

/* ============================
   Images inside tables
   ============================ */

table[class^="TableStyle-Inner"] img{
  max-width: 100%;
  height: auto;
}

/* ============================
   Optional: Narrow variant behavior
   ============================ */

/* If a table is explicitly narrow, respect it but keep it responsive */
table.TableStyle-Inner-Narrow{
  max-width: 100%;
}

/* ============================
   Optional: Mobile refinement
   ============================ */

@media (max-width: 870px){
  table[class^="TableStyle-Inner"]{
    table-layout: auto;
  }
}

.MCDropDown > .MCDropDownHead + .MCDropDownBody {
  padding-top: 1rem; /* adjust */
}

.MCXref, .xref{
    font-weight: normal!important;
}
a[name]:target::before {
    display: inline-block !important;
}

.codesnippetbody {
    line-height: normal!important;
}

ul.sidenav li a:hover {
	background-color: rgba(236, 241, 248, 1)!important; 
}

ul.sidenav li a {
    color: #000!important;
}

ul.sidenav ul ul ul > li > a.selected {
    color: #0083DB!important;
}

h2 {
    margin-bottom: 1rem !important;
    margin-top: 3rem !important;
    font-size: 2rem !important;
}

p {
    margin-bottom: 20px!important;
    margin-top: 10px!important;
}

.dropDown {
    font-family: 'Roboto';
    font-size: 1.5rem!important;
    width: 90%!important;
    display: block!important;
    padding-bottom: 1rem;
}

.dropDownHead {
    text-decoration: none!important;
    padding: 8px 24px!important;
    font-weight: 500!important;
    background-color: #f7f7f7!important;
    margin-bottom: 0!important;
    border: solid 1px #cdcdd0!important;
    transition: all 0.5s!important;
}

.dropDownHotspot {
    color: #19191e !important;
    text-decoration: none !important;
    font-size: 1.1rem !important;
}

.dropdownhotspot {
    color: #19191e !important;
    text-decoration: none !important;
    font-size: 1.1rem !important;
}

.sidenav-docs-wrapper {
    flex: 0 1 auto;
    overflow: auto;
    background-color: rgba(246, 246, 246, 1)!important;
    overflow-y: auto;
    max-height: 100vh;
}

.sidenav-container ul ul {
    background-color: rgba(246, 246, 246, 1)!important;
}

div.topic-layout > div:nth-child(1) {
    margin-left: 0%;
    border-right: 1px solid #d3d3d3;
    background-color: rgba(246, 246, 246, 1)!important;
    height: auto;
}

.button {
    -webkit-box-shadow: 0px 1px 0px 0px #FFF;
    -moz-box-shadow: 0px 1px 0px 0px #FFF;
    box-shadow: none!important;
}

h1 {
    margin-top: 2rem!important;
}

#mc-main-content {
    padding: 0 3rem 3rem 1rem;
}

[data-mc-id="8"] {
    display: block!important;
}

.row .row.collapse {
    width: 100vw !important;
    margin: 0 auto !important;
}

ul.sidenav ul > li > a {
    border-bottom: none 0px #303335;
    margin-left: 0.5em;
    padding-top: 0.3em;
    padding-bottom: 0.3em;
}

ul.sidenav ul ul > li > a {
    margin-left: 1rem!important;
}

ul.sidenav ul ul ul > li > a {
	margin-left: 1rem!important;
}

div.top-bar {
    margin: 0 auto!important;
}

div.topic-layout {
    display: flex;
    align-items: stretch;
}