@charset "utf-8";

.scriptlesssocialsharing { box-sizing: border-box; margin: 18px auto; }

.scriptlesssocialsharing a.button { border: none; border-radius: 0px; box-shadow: none; color: rgb(255, 255, 255); line-height: 1; margin: 0px; text-align: center; text-decoration: none; }

.scriptlesssocialsharing a.button:hover { color: rgb(255, 255, 255); }

.scriptlesssocialsharing .screen-reader-text { position: absolute; clip: rect(1px, 1px, 1px, 1px); height: 1px; width: 1px; border: 0px; overflow: hidden; }

.scriptlesssocialsharing-buttons { border-collapse: separate; border-spacing: 3px; display: table; table-layout: fixed; }

.scriptlesssocialsharing-buttons .button { display: table-cell; }

.scriptlesssocialsharing__buttons { display: flex; flex-wrap: wrap; }

.scriptlesssocialsharing__buttons a.button { border: 1px solid; display: flex; justify-content: center; align-items: center; }

.scriptlesssocialsharing__icon { display: inline-block; fill: currentcolor; font-size: 18px; height: 1em; width: 1em; }

.scriptlesssocialsharing__icon + .sss-name { margin-left: 8px; }

.scriptlesssocialsharing .button.email { background-color: rgba(51, 51, 51, 0.8); }

.scriptlesssocialsharing .button.email:hover { background-color: rgb(51, 51, 51); }

.scriptlesssocialsharing .button.twitter { background-color: rgba(29, 161, 242, 0.8); }

.scriptlesssocialsharing .button.twitter:hover { background-color: rgb(29, 161, 242); }

.scriptlesssocialsharing .button.facebook { background-color: rgba(59, 89, 152, 0.8); }

.scriptlesssocialsharing .button.facebook:hover { background-color: rgb(59, 89, 152); }

.scriptlesssocialsharing .button.linkedin { background-color: rgba(0, 119, 181, 0.8); }

.scriptlesssocialsharing .button.linkedin:hover { background-color: rgb(0, 119, 181); }

.scriptlesssocialsharing .button.pinterest { background-color: rgba(189, 8, 28, 0.8); }

.scriptlesssocialsharing .button.pinterest:hover { background-color: rgb(189, 8, 28); }

.scriptlesssocialsharing .button.reddit { background-color: rgba(255, 69, 0, 0.8); }

.scriptlesssocialsharing .button.reddit:hover { background-color: rgb(255, 69, 0); }

.scriptlesssocialsharing .button.whatsapp { background-color: rgba(37, 211, 102, 0.8); }

.scriptlesssocialsharing .button.whatsapp:hover { background-color: rgb(37, 211, 102); }

.scriptlesssocialsharing .button.pocket { background-color: rgba(239, 64, 86, 0.8); }

.scriptlesssocialsharing .button.pocket:hover { background-color: rgb(239, 64, 86); }

.scriptlesssocialsharing .button.telegram { background-color: rgba(0, 136, 204, 0.8); }

.scriptlesssocialsharing .button.telegram:hover { background-color: rgb(0, 136, 204); }

.scriptlesssocialsharing .button.hatena { background-color: rgba(0, 164, 222, 0.8); }

.scriptlesssocialsharing .button.hatena:hover { background-color: rgb(0, 164, 222); }

.scriptlesssocialsharing .button.sms { background-color: rgba(0, 153, 51, 0.8); }

.scriptlesssocialsharing .button.sms:hover { background-color: rgb(0, 153, 51); }

@media print {
  .scriptlesssocialsharing { display: none; }
}