﻿@charset "utf-8";
ul.social-btn{
    display: table;
    table-layout: fixed;
    width: 100%;
    margin:20px 0 0 0;
    padding:0;
}

.social-btn li{
    list-style: none;
    display: table-cell;
    margin:0;
    padding:0;
    text-align: center;
    color:#fff;
    background: #000;
    line-height: 30px;
    cursor: pointer;
}
.social-btn li a{
    display: block;
    color: #fff;
}

#share-facebook{
    background: #3B5999;
}
#share-twitter{
    background: #55ACEE;
}
#share-google{
    background: #DD4B39;
}