.md-article-footer {
    border-top: 1px solid #ebebeb;
    margin-top: 32px;
    margin-bottom: 16px;
}

.md-article-footer__meta {
    color: #757575;
    font: italic 13px/20px Roboto,sans-serif;
}

.md-typeset .codehilitetable {
    margin: 0;
}


/* MDL Code Tabs Overrides */

/* Align MDL tabs to the left for code blocks */
.mdl-tabs__tab-bar {
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
}

/* Fix alignment of MDL tabs to code block */
.mdl-tabs__panel {
    margin-top: 0px;
    line-height: 0;
}

/* Disable top rounded corners for combined code blocks */
.mdl-tabs table.codehilitetable {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

/* Hide combined code blocks until JS is properly set up */
.mdl-tabs.mdl-js-tabs {
    visibility: hidden;
}

.mdl-tabs.mdl-js-tabs.is-upgraded {
    visibility: visible;
}

/* Make sure the copy button does not cover code */
.md-typeset .codehilite {
    padding-right: 45px;
}

/* Alt. option with a background color for copy button */
.md-clipboard {
    /* background-color: hsla(0,0%,93%,.7); */
}

/* Product Overview Boxes */
.docs-products {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    list-style: none !important;
    margin-left: 0 !important;
    margin-top: 16px !important;
    margin-bottom: -23px !important;
}

.docs-products li {
    flex-shrink: 0;
    width: 48%;
    margin: 0 0 23px 0 !important;
    padding: 0;
}

.docs-products li a {
    position: relative;
    display: block;
    height: 100px;
    box-shadow: 0 1px 5px 0 rgba(0,0,0,.07), 0 7px 17px 0 rgba(0,0,0,.1);
    text-decoration: none;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 17px 30px;
    background-size: 36px 36px;
    transition: box-shadow .2s ease-in-out;
}

.docs-products li a:hover {
    box-shadow: 0 1px 5px 0 rgba(0,0,0,.12), 0 7px 25px 0 rgba(0,0,0,.15);
}

.docs-products li a h3, .docs-products li a p {
    position: absolute;
    left: 68px;
    margin: 0;
    padding: 0;
}

.docs-products li a h3 {
    top: 16px;
    font-size: 17px;
    color: #0099e5;
    font-weight: 500;
}

.docs-products li a p {
    top: 42px;
    right: 20px;
    bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #373e42;
}

.product-vaults {
    background-image: url(/img/icon-security.svg);
}

.product-datasets {
    background-image: url(/img/icon-database.svg);
}

.product-expressions {
    background-image: url(/img/icon-code.svg);
}

.product-applications {
    background-image: url(/img/icon-atom.svg);
}
