
dl.citation > dt.label {
    width: 100%;
}

dl.citation span.brackets {
    padding-right: .8em;
}

a.copybtn {
    position: absolute;
    top: 12px;
    right: 24px;
    width: 1.2em;
    height: 1.2em;
    padding: 0 0 0 10px;
    opacity: .4;
    transition: opacity 0.5s;
    background-color: rgba(0, 0, 0, 0.02);
}

div.highlight  {
    position: relative;
}

.highlight:hover .copybtn {
	opacity: 1;
}

.o-tooltip--left {
    position: relative;
}

.o-tooltip--left:after {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    content: attr(data-tooltip);
    padding: 2px 10px;
    top: -2px;
    left: 0;
    background: #666;
    font-size: 1rem;
    color: white;
    white-space: nowrap;
    z-index: 2;
    border-radius: 2px;
    transform: translateX(-102%) translateY(0);
    transition: opacity 0.2s cubic-bezier(0.64, 0.09, 0.08, 1), transform 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
}

.o-tooltip--left:hover:after {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateX(-100%) translateY(0);
    transition: opacity 0.2s cubic-bezier(0.64, 0.09, 0.08, 1), transform 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
}
body {
    font-family: 'Roboto', sans-serif;
}

p {
    font-size: 16px;
/*     font-weight: 400; */
    line-height: 1.5em;
    margin: 16px 0;
}

.sidebar {
    float: right;
    display: block;
    width: 30%;
    padding: 0 20px;
    margin: 0 20px;
    background-color: #eee;
    border-radius: 8px;

}

@media (max-width: 500px) {
    .sidebar {
        float: none;
        width: 100%;
        padding: 0 10px;
        margin: 0 10px;
        width: 80%;
    }
}

.sidebar .sidebar-title {
    text-align: center;
    display: block;
    margin-bottom: 0px;
    display: none;
}

.align-center {
    text-align: center;
    display: block;
    /* float: right; */
    margin: auto;
}

/* API section */

.mx-api .section .hidden-section {
    display: none;
}

.mx-api h3.mdl-color-text--primary {
    /* display: none; */

    /* border-top-style: solid; */
    /* border-color: #ccc; */
    /* border-top-width: 1px; */
    padding: 1em 0 0 0;
    margin: 2em 0 0 0;
    height: 0;
}

/* .section .viewcode-link { */
/*     padding-left: 2em; */
/*     font-size: 80%; */
/* } */

.section .class dt {
    padding-bottom: 1em;
}

.install {
    max-width: 800px;
}
.install .title {
    display: inline-block;
    min-width: 100px;
    text-transform: uppercase;
    font-size: 90%;
    color: #555;
}

.install .option {
    margin: 5px;
}

@media (max-width: 650px) {
.install .option, .install .title {
    width: 90%;
}
.install .title {
    margin-top: 1em;
}
}
