#anchor-id.hidden {
    display: none
}

/*
* START DEFAULTS FIX todo: move this to scss
*/
a.tooltip {
    border-bottom: 1px dotted #5595DC;
}

ol {
    list-style-type: decimal;
    padding-left: 1.25em;
}

ol li {
    padding-left: 0.25em;
}

i, em {
    font-style: italic;
}

b, strong {
    font-weight: bold;
}

/*
**********************
* =paid best of list text style-----------
**********************
*/
.app-block-landscape-app-addinfo ul li {
    padding: 0 0 0 5px;
    font-family: open sans;
    font-size: 15px;
    line-height: 26px;
    color: #353535;
    margin: 0 0 4px 0;
    text-indent: -7px;
}

.app-block-landscape-app-addinfo ul li:before {
    content: "\2022";
    color: #0071BC;
    font-weight: bold;
    left: -5px;
    position: relative;
}

.app-block-landscape-app-addinfo ol li {
    padding: 0 0 0 5px;
    font-family: open sans;
    font-size: 15px;
    line-height: 26px;
    color: #353535;
    margin: 0 0 4px 0;
    text-indent: -7px;
}

.app-block-landscape-app-addinfo ol li:before {
    content: "\2022";
    color: #0071BC;
    font-weight: bold;
    left: -5px;
    position: relative;
}

.app-block-landscape-app-addinfo p {
    font-family: open sans;
    font-size: 15px;
    line-height: 24px;
    color: #353535;
    margin: 15px 0;
}

.app-block-landscape-paid {
    background: rgb(235, 251, 255);
}

/*similar apps width fix for FireFox*/
.similar-apps__item {
    width: 100%;
}

/*
* END DEFAULTS
*/

.apps-gone-free-more, .apps-on-sale-more {
    float: right;
}

.related-materials__label--developer_news {
    background: #f54b31;
}

.search-app__reviews {
    display: inline-block !important;
}

/* menu badge */
.menu_badge {
    position: relative;
    top: -1px;
    display: inline-block;
    min-width: 14px;
    padding: 3px 8px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #777;
    border-radius: 10px;
    margin-left: 10px;
    font-family: 'Open sans';
}

.main-menu__link_active .menu_badge {
    background-color: #ae3924;
}

/*
* For reviews block applists
*/
.app-block-landscape {
    overflow: visible;
}

.promocodes-lists-code__link_snatch_taken {
    background: #d9edf7;
    padding: 12px 1px;
    color: #31708f;
    font-size: 11px;
    font-family: "Open Sans";
    font-weight: 300;
    text-decoration: none;
    text-align: center;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: block;
    margin-bottom: 10px;
}

.promocodes-lists-code__link_snatch {
    margin-bottom: 10px;
}

.single-app-review__description p {
    margin-bottom: 20px;
}

.single-app-review {
    position: relative;
}

.fix-for-reviews {
    position: absolute;
    right: 10px;
    top: 0
}

@media only screen and (max-width: 769px) {
    .fix-for-reviews {
        position: relative;
        right: 0;
    }
}

@media only screen and (max-width: 769px) {
    .fix-for-reviews-app-image {
        display: none;
    }
}