/* Hide native phpbb BBCode buttons */
#imgurAnchor, #sitesplat_snappy_quickreply { display: none }

/* font family border fix */
.btn-toolbar-bbcodeorder .btn-group > .btn-group:last-child:not(:first-child) > .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;
   }
}


