<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Hide native phpbb BBCode buttons */
#imgurAnchor, #sitesplat_snappy_quickreply { display: none }

/* font family border fix */
.btn-toolbar-bbcodeorder .btn-group &gt; .btn-group:last-child:not(:first-child) &gt; .btn:first-child {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

@media (max-width: 767px) {
   .btn-toolbar-bbcodeorder .btn-group {
    margin-top: 5px;
    margin-bottom: 5px;
   }
}


</pre></body></html>