
.storiesWrapper {
    padding: 0px 15px;
    max-width: 100%;
    margin: 5px auto 5px;
}
.disclaimer {
    display: block;
    text-decoration: none !important;
    color: #333;
    line-height: 1.5em;
    background: #ffffd2;
    border-radius: 3px;
    margin: 12px 12px 0;
    padding: 12px 12px 12px 74px;
    font-size: 13px;
    max-width: 500px;
    overflow: hidden;
    min-height: 50px;
}

.disclaimer img {
    float: left;
    margin-right: 12px;
    width: 50px;
    position: absolute;
    margin-left: -62px;
}

.disclaimer a {
    color: inherit !important;
    border: 0;
}

.disclaimer p {
    margin: 0;
}

.disclaimer p + p {
    margin-top: 1.25em;
}

.skin {
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    font-weight: bold;
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    font-size: 16px;
    padding: 12px;
    color: #fff;
    background: #333;
}

.skin select {
    background: #fff;
    font-size: inherit;
    text-transform: none;
    max-width: 30%;
}

@media (min-width: 524px) {
    .disclaimer {
        margin: 12px auto;
    }
}