/*add gradient background to page title text for accessibility*/ .banner-avatar-title,.page_title_item_alignment{background-color:rgba(0,0,0,0.4);padding:.5em;color:#fff}/*update alignment of subscribe button on account settings 'my instant forum post subscriptions'*/ .profile_watch_list .watchitem{display:flex;flex-flow:row-reverse;justify-content:space-between;padding:.5em .25em}/*fawn style popover walkthrough and hide last step 'next' button for purpose of preventing mobile button clicking issues */ .popover{background-color:000000;max-width:500px}.popover-content{color:white;background-color:black;font-size:16px;/*font-family:"Roboto"*/}.popover-title{background-color:#df2524;color:white;font-size:20px;/*font-family:"Roboto"*/}.popover[class*="tour-"] .popover-navigation *[data-role="prev"],.popover[class*="tour-"] .popover-navigation *[data-role="next"],.popover[class*="tour-"] .popover-navigation *[data-role="end"]{color:white}button.btn.btn-sm.btn-secondary.disabled{display:none}button.btn.btn-sm.btn-secondary{background-color:black !important;color:white}button.btn.btn-sm.btn-outline-danger{background-color:#f9ce47}.popover.right > .arrow,.popover.right>.arrow:after{display:none !important}/*end fawn tour styling*/ /*Fawn update override success body editor color for online users circle*/ .fa-circle:before{content:"\f111";color:#39FF14}