
:root {
  --md-default-bg-color: #f4f4f4;
}
:root > * {
    --md-accent-fg-color: #030303;
}
.md-nav {
    font-size: .8rem;
    line-height: 1.4;
}
.md-grid {
    max-width: initial;
}
li .md-nav__item--active {
    background-color: #e0e0e0;
}

.md-nav__item .md-nav__link--active {
    color: #161616;
    font-weight: 600;
}
.md-clipboard {
    color: #161616;
}

.md-tabs__link {
    font-size: .9rem;
}


div.col-md-9 h1:first-of-type {
    text-align: center;
    font-size: 60px;
    font-weight: 300;
}

div.col-md-9 h1:first-of-type .headerlink {
    display: none;
}

code.no-highlight {
    color: black;
}


/* Definition List styles */

dd {
    padding-left: 20px;
}


/* Center images*/

img.center {
    display: block;
    margin: 0 auto;
}

.md-content, .md-sidebar__scrollwrap {
    padding-bottom: 6rem;
}

.md-header__inner {
    padding: .3rem .2rem;
}

span.md-ellipsis {
    font-weight: bold;
}

.homepage {
    font-size: 1.2rem;
}

.md-footer-meta__inner {
    justify-content: space-evenly;
}

.md-footer-column {
    /* We first create a flex layout context */
    display: flex;

    /* Then we define the flow direction
       and if we allow the items to wrap
     * Remember this is the same as:
     * flex-direction: row;
     * flex-wrap: wrap;
     */
    flex-flow: column wrap;

    /* Then we define how is distributed the remaining space */
    justify-content: space-around;

    padding: 5px 5px;
}

.md-footer-text {
    font-size: .7rem;
    padding: 2px 0;
}

/* top git source icon */
.md-header__source {
    width: 2rem;
  }

/* search box */
.md-search__inner {
width: 8rem;
}

/* center colum white */
.md-content {
    background-color: #fff;
}

/* adjust center column */
.md-main__inner {
    margin-top: 0px;
}

/* top banner home page */
[data-md-color-primary=black] .md-header {
    background-color: #161616;
}

/* tabs border */
.md-typeset .tabbed-set>label {
    border-bottom: .1rem solid #4051b5;
}

/* headings */
.md-typeset h1, .md-typeset h2 {
    font-weight: 500;
}