
.smbtable {
    margin: 0 auto;
    width: 100%;
}

.smbtable td{
    text-align: center;
    background: #333;
    color: #fff;
    padding: 5px 0;
    font-size: 16px;
    font-weight: bold;
}
.smbtable tr:first-child td {
    background: #222 none repeat scroll 0 0;
    border-bottom: 1px solid #444;
}
.smbtable td.logo{
    width: 5%;
}
.smbtable .logo > img {
    max-width: 90px;
}
.soc-block-fs{
    border-radius: 6px;
    margin: 10px auto 0;
    max-width: 660px;
    overflow: hidden;
}
.soc-block-fs a:hover{
    text-decoration: none;
}
.smbtable td:nth-child(2),
.smbtable td:nth-child(4) {
    width: 20%;
}
.smbtable td:nth-child(5), .smbtable td:nth-child(6) {
    width: 10%;
}
.smbtable td:nth-child(3) {
    width: 5%;
}