#carbonads {
    display: block;
    overflow: hidden;
    margin: 0 auto;
    padding: 1em;
    border: solid 1px #dcdcdc;
    background: #f3f3f3;
    border-radius: 4px;
    font-size: 13px;
    line-height: 1.5;
    margin-top: 1.5em;
}

#carbonads a {
    color: #575757;
    text-decoration: none;
}

#carbonads a:hover {
    color: #000000;
    text-decoration: none;
}

#carbonads span {
    position: relative;
    display: block;
    overflow: hidden;
}

.carbon-img {
    float: left;
    margin-right: 1em;
}

.carbon-img img {
    display: block;
}

.carbon-text {
    display: block;
    float: left;
    max-width: calc(100% - 130px - 1em);
    text-align: left;
    color: #fff;
}

.carbon-poweredby {
    position: absolute;
    bottom: 0;
    left: 143px;
    display: block;
    color: hsl(0, 0%, 66%) !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 9px;
    line-height: 1;
}

.bs-docs-header #carbonads {
    position: absolute;
    top: 0;
    right: 15px;
}
