.allCount
{
    float: left;
    width: 425px;
}
.detailedCount
{
    float: left;
    width: 425px;
}
.update_social
{
    display: none;
}
.loader
{
    clear: both;
    float: left;
    width: 200px;
    height: 60px;
    border-radius: 5px;
    display: none;
    background: url(images/loading.gif) center no-repeat #ffffff;
}
.loaderTop
{
    clear: none;
    float: none;
    border-radius: 5px;
    width: 790px;
    margin: 10px auto 0px auto;
    border: 1px solid #86c487;
    border-radius: 10px;
    padding: 20px 10px 20px 90px;
    background: url(images/icon_update.png) 25px 2px no-repeat #ffffff;
    height: auto;
}
.wp-list-table .column-Post_id
{
    width: 100px;
}
.wp-list-table .column-Stats
{
    width: 600px;
}
.allCount h1, .detailedCount h1
{
    width: 100%;
    clear: both;
}
.socStatsDescription
{
    float: left;
    width: 633px;
    margin-top: 20px;
    margin-bottom: 23px;
    margin-right: 20px;
}
.socStatsUpdate
{
    float: left;
    width: 200px;
    margin-top: 20px;
    margin-bottom: 10px;
    height: 30px;
}
.socWrapper
{
    width: 900px;
    margin: 0 auto;
}
.submit_social {
    background-color: #7fbf4d;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7fbf4d), color-stop(100%, #63a62f));
    background-image: -webkit-linear-gradient(top, #7fbf4d, #63a62f);
    background-image: -moz-linear-gradient(top, #7fbf4d, #63a62f);
    background-image: -ms-linear-gradient(top, #7fbf4d, #63a62f);
    background-image: -o-linear-gradient(top, #7fbf4d, #63a62f);
    background-image: linear-gradient(top, #7fbf4d, #63a62f);
    border: 1px solid #63a62f;
    border-bottom: 1px solid #5b992b;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 0 0 #96ca6d;
    box-shadow: inset 0 1px 0 0 #96ca6d;
    color: #fff;
    padding: 7px 0 8px 0;
    text-align: center;
    text-shadow: 0 -1px 0 #4c9021;
    outline: none;
    padding: 10px 10px 10px 10px;
    text-decoration: none;
}

.submit_social:hover {
    background-color: #76b347;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #76b347), color-stop(100%, #5e9e2e));
    background-image: -webkit-linear-gradient(top, #76b347, #5e9e2e);
    background-image: -moz-linear-gradient(top, #76b347, #5e9e2e);
    background-image: -ms-linear-gradient(top, #76b347, #5e9e2e);
    background-image: -o-linear-gradient(top, #76b347, #5e9e2e);
    background-image: linear-gradient(top, #76b347, #5e9e2e);
    -webkit-box-shadow: inset 0 1px 0 0 #8dbf67;
    box-shadow: inset 0 1px 0 0 #8dbf67;
    cursor: pointer; 
    color: #ffffff;
}
.submit_social:active 
{
    border: 1px solid #5b992b;
    border-bottom: 1px solid #538c27;
    -webkit-box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eeeeee;
    box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eeeeee; 
}
.socWrapper table.stat {
    border:1px solid #e5eff8;
    border-collapse:collapse;
}
.socWrapper table.stat th
{
    background: #e5eff8;
}
.socWrapper table.stat td {
    color:#678197;
    border:1px solid #e5eff8;
    text-align:center;
}
.socWrapper table.stat td td
{
    border-left: 0px;
    border-right: 0px;
}
.title
{
    clear: both;
    float: left;
    padding: 10px;
    width: 84%;
    color: #ffffff;
    font-weight: bold;
    padding-left: 9%;
}
.twitterTitle
{
    background: url(images/twitter-icon.png) #32ccfe 5px no-repeat;
}
.facebookTitle
{
    background: url(images/facebook-icon.png) #4a6ea9 5px no-repeat;
}
.googleTitle
{
    background: url(images/google-icon.png) #d64136 5px no-repeat;
}
#homeTwitter, #homeFacebook, #homeGoogle, #placeholder, #placeholder2, #placeholder3
{
    margin-bottom: 27px;
}

.flot-tick-label
{
    background: rgba(255,255,255,0.8);
    padding: 2px;
}




.allCount table table > tr, .detailedCount table table > tr
{
    background: #cccccc;
}
.allCount table table, .detailedCount table table
{
    border-spacing: 0px;
    border-collapse: inherit;
}
#placeholder4, #placeholder5, #placeholder6
{
    margin-bottom: 20px;
}

#contentSocial #tab2, #contentSocial #tab3
{
    display: none;
}
#tabsSocial{
    overflow: hidden;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

#tabsSocial li{
    float: left;
    margin: 0 .5em 0 0;
}

#tabsSocial a{
    position: relative;
    background: #ddd;
    background-image: linear-gradient(to bottom, #fff, #ddd);
    padding: .7em 3.5em;
    float: left;
    text-decoration: none;
    color: #444;
    text-shadow: 0 1px 0 rgba(255,255,255,.8);
    border-radius: 5px 0 0 0;
    box-shadow: 0 2px 2px rgba(0,0,0,.4);
}

#tabsSocial a:hover,
#tabsSocial a:hover::after,
#tabsSocial a:focus,
#tabsSocial a:focus::after{
    background: #fff;
}

#tabsSocial a:focus{
    outline: 0;
}

#tabsSocial a::after{
    content:'';
    position:absolute;
    z-index: 1;
    top: 0;
    right: -.5em;
    bottom: 0;
    width: 1em;
    background: #ddd;
    background-image: linear-gradient(to bottom, #fff, #ddd);
    box-shadow: 2px 2px 2px rgba(0,0,0,.4);
    transform: skew(10deg);
    border-radius: 0 5px 0 0;
}

#tabsSocial #current a,
#tabsSocial #current a::after{
    background: #fff;
    z-index: 3;
}

#contentSocial
{
    background: #fff;
    padding: 10px;
    position: relative;
    z-index: 2;
    border-radius: 0 5px 5px 5px;
    box-shadow: 0 -2px 3px -2px rgba(0, 0, 0, .5);
    float: left;
    width: 880px;
}