<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 * WP plugin 'Social Media Follow Buttons Bar' by Arthur Gareginyan ( https://www.arthurgareginyan.com ).
 *
 * @package     Social Media Follow Buttons Bar
 * @uthor       Arthur Gareginyan
 * @link        https://www.arthurgareginyan.com
 * @copyright   Copyright (c) 2016-2017 Arthur Gareginyan. All Rights Reserved.
 * @since       4.14
 */


.smbt-social-icons li {
    margin: 0px !important;
    padding: 0px !important;
    background-image: none !important;
    display: inline-block !important;
    border-bottom: 0 !important;
    list-style-type: none !important;
    -webkit-user-select: none;
    -moz-user-select: none;
}
.smbt-social-icons li:before {
    content: "" !important;
    content: none !important;
}
.smbt-social-icons li:after {
    content: "" !important;
    content: none !important;
}
.smbt-social-icons li a {
    border-bottom: 0 !important;
    display: inline !important;
}
.smbt-social-icons li img {
    margin: 0px !important;
    padding: 0px !important;
    vertical-align: top;
}
</pre></body></html>