/**
 * @description: OpenTable Community Global Styles
 * @author: @davidwickland
 * @last modified on: 03/30/23
 * @last modified by: davidwickland
 * Modifications Log
 * Ver   Date         Author    Modification
 * 1.0   02/12/23   @davidwickland   Initial Version
 **/

body {
    margin-top: 60px;
}
.selfServiceArticleLayout article[class="content"] a#BTT {
    top: 0 !important;
    display: block !important;
    position: absolute !important;
    margin-top: -5px;
}

.selfServiceArticleLayout article[class="content"] a#top {
    top: 0 !important;
    display: block !important;
    position: absolute !important;
    margin-top: -5px;
}

@media only screen and (max-width: 550px) {

    body {
        margin-top: 72px !important;
    }
 
}