ul.tgm_social_buttons {
    float: left;
    width: 100%;
    margin: 0;
    list-style: none;
}

ul.tgm_social_buttons li {
    display: inline-block;
    float: left;
    position: relative;
    padding: 6px 2px;
}

li.ssp_btn {
    margin: 0 20px 0 0;
}

.ssp_btn_container {
    margin: 0 0 0 26px;
}

.ssp_btn_control {
    position: absolute;
    top: 50%;
    margin: -6px 0 0;
    background: url(../Images/btn_off.png) no-repeat top left;
    width: 21px;
    height: 11px;
    cursor: pointer;
}

.active .ssp_btn_control {
    background-image: url(../Images/btn_on.png);
}

.ssp_info,
.ssp_settings_icon,
.ssp_addButtons_toggle {
    font-size: 1.1em;
    cursor: pointer;
}

.ssp_settings_icon {
    position: relative;
    z-index: 10;
}

.ssp_settings:hover .ssp_cookie_settings{
    display: block;
}

.ssp_cookie_settings {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    padding: 30px 8px 20px;
    background: #fff;
    border: 1px solid #909090;
    width: 130px;
    z-index: 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 0 0 5px #aaa;
    box-shadow: 0 0 5px #aaa;
}

.ssp_additional_buttons {
    display: none;
}

.ui-tooltip {
    padding: 4px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
    -webkit-box-shadow: 0 0 5px #aaa;
    box-shadow: 0 0 5px #aaa;
    background: #fff;
    font-size: 0.8em;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

body .ui-tooltip {
    border-width: 2px;
}

/**********************************************************
 * 
 * Fontello Icon Webfont
 * 
 **********************************************************/

@font-face {
  font-family: 'fontello';
  src: url('font/fontello.eot?4611743');
  src: url('font/fontello.eot?4611743#iefix') format('embedded-opentype'),
       url('font/fontello.woff?4611743') format('woff'),
       url('font/fontello.ttf?4611743') format('truetype'),
       url('font/fontello.svg?4611743#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?4611743#fontello') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
     
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-plus-circled:before { content: '\e800'; } /* '' */
.icon-minus-circled:before { content: '\e803'; } /* '' */
.icon-info-circled:before { content: '\e802'; } /* '' */
.icon-cog:before { content: '\e801'; } /* '' */

