@import url("/assets/mb/css/mb.css");
.of-pstandard.btn.btn-primary .of-pstandard--intro a
{
color: white;
text-decoration: none;
margin-bottom: 10px !important;
}
.of-pstandard.btn.btn-primary .of-pstandard--intro a:after {
    font-family: 'MercedesBenzIconsFlat';
    font-weight: 200;
    font-style: normal;
    font-size: 20px;
    display: inline-block;
    line-height: 20px;
    height: 20px;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    content: "\E103" !important;
    width: 184px;
    height: 20px;

}
.btn.btn-primary, .btn.btn-success {
    border: 2px solid #00adef;
    background: #00adef;
    color: #fff;
    margin-bottom: 10px;
    transition: all 250ms ease-in-out;
}
.of-pstandard--with-list-decorations ol > li {
    display: block;
}
