:root{
    --coreform-green-yellow: rgb(156,154,117); /* color lifted from Coreform logo (upper right) */
    --coreform-green-yellow-light: rgba(156,154,117,0.3);
    --temp-sidebar-gray-light: rgba(168, 176, 192,0.2);
    --temp-sidebar-gray: rgb(168, 176, 192);
}

.CoreformCubitCommandBlock{
    font-family: monospace;
    font-size: smaller;
    color: black;
    background-color: var(--temp-sidebar-gray-light);
    padding: 1ex;
    padding-left: 1.5ex;
    border-left: 0.5ex solid var(--temp-sidebar-gray);
    overflow-wrap: normal;
    overflow-x: scroll;
    white-space: pre;
    text-transform: lowercase;
}

.CoreformCubitCommand{
    font-family: monospace;
    font-size: smaller;
    color: black;
    padding: 0.2ex;
    background-color: var(--temp-sidebar-gray-light);
    text-transform: lowercase;
}

.CoreformApreproCommand{
    font-family: monospace;
    font-size: smaller;
    color: black;
    padding: 0.2ex;
    background-color: var(--temp-sidebar-gray-light);
}

.CoreformCubitGuiKey{
    border: .1em solid #aaa;
     border-radius:3px /*15%; */
    display: inline-block;
    padding: .2em .5em .1em .5em; /*top right bottom left */
    background: linear-gradient(180deg, #fff, #fff, #fff, #ddd);
    user-select: none;
    cursor: pointer;
    color: #000;
    font-weight: 500; 
    font-size: 11px;
    font-family:Arial,Helvetica,sans-serif;
  }

blockquote.Figure p.Centertext {
  display: inline-block;
  padding: 1rem 2rem;
  text-align: left !important;
}