.sshk-admin {
    width: 100%;
    display: table;
    padding: 50px;
}

.sshk-panel {
    display: table-cell;
    padding: 10px;
    border: solid 1px #ccc;
    border-radius: 15px;
    margin-right: 50px;
    height: 100%;
}
.sshk-sidebar {
    display: table-cell;
    width: 350px;
    padding-left: 50px;
}

.sshk-sidebar .sshk-bloc {
    border: solid 1px #ccc;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
#sshk-follow.sshk-bloc {}
.sshk-twitter-follow {margin: 0 auto;width: 141px;margin-bottom: 17px;}

.sshk-bloc label {
        display: block;
        margin-bottom: 5px;
}

.sshk-bloc img {
        margin-right: 10px;
        margin-top: 2px;
}

img#sshk-form-email {
    float: left;
    margin-right: 12px;
}
img#sshk-form-login {
    margin-right: 25px;
    float: left;
}
img#sshk-form-url {
    margin-right: 21px;
    float: left;
}

#sshk-menu {
    display: table;
    width: 100%;
    height: 90px;
    margin-top: -45px;
}
#sshk-menu .sshk-button {
}
#sshk-dash, #sshk-basic, #sshk-advanced, #sshk-more {
    display: table-cell;
    width: 20%;
    text-align: center;
    height: 90px;
}
#sshk-dash {
        background: url('../images/dashboard.png') no-repeat;
        background-position: center;
}
#sshk-basic {
        background: url('../images/basic.png') no-repeat;
        background-position: center;
}
#sshk-advanced {
        background: url('../images/advanced.png') no-repeat;
        background-position: center;
}
#sshk-more {
        background: url('../images/more.png') no-repeat;
        background-position: center;
}
#sshk-dash.active {
        background: url('../images/dashboard-blue.png') no-repeat;
        background-position: center;
        height: 100px;
}
#sshk-basic.active {
        background: url('../images/basic-blue.png') no-repeat;
        background-position: center;
        height: 100px;
}
#sshk-advanced.active {
        background: url('../images/advanced-blue.png') no-repeat;
        background-position: center;
        height: 100px;
}
#sshk-more.active {
        background: url('../images/more-blue.png') no-repeat;
        background-position: center;
        height: 100px;
}

#sshk-page {
    margin-top: 15px;
}

@font-face {
        font-family: 'LeagueGothicRegular';src: url('../fonts/League-Gothic/League_Gothic-webfont.eot');src: url('../fonts/League-Gothic/League_Gothic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/League-Gothic/League_Gothic-webfont.woff') format('woff'), url('../fonts/League-Gothic/League_Gothic-webfont.ttf') format('truetype'), url('../fonts/League-Gothic/League_Gothic-webfont.svg#LeagueGothicRegular') format('svg');font-weight: normal;font-style: normal;
}

.sshk-stat {
        background-color: #353333;border-radius: 4px;color: #fff;
        font-size: 110px;text-align: center;
        width: 100%;-moz-border-radius: 4px;-webkit-border-radius: 4px;margin-top:0;
        font-family: 'LeagueGothicRegular';font-weight: normal !important;text-transform: uppercase;
        line-height: initial;
        margin-right: 5px;
}
.sshk-nb {
        margin: 0;
}
.sshk-lgd {
        color: #868585;display: block;
        font-size: 30px;
        margin-top: -5px;
}

#more_link {}

.sshk-basic-network {}
.sshk-basic-network p {}
#sshk-stat-shadow {
    width: 100%;
    display: block;
    margin: 15px auto;
}

.stats {padding-top:10px;font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;font-size: 13px;}

.time-crumb {
        margin-top:20px;background: #cdf2fd;border-radius: 4px;clear: both;display: block;overflow: hidden;-moz-border-radius: 4px;-webkit-border-radius: 4px;
}
.time-crumb li {
        display: block;float: left;list-style: none;margin-bottom: 0;
}
.time-crumb a {
        color: #558491;float: left;padding: 15px 16px;text-decoration: none;
}
.time-crumb a:hover, .time-crumb a:focus {
        color: #2e545e;
}
.time-crumb .active a {
        background: #19bae9;color: #fff;
}

.numbers {
        margin: 0 auto;
        width: 100%;
}
table.numbers td {width: 33%;}
