#template-links-container { display: none; }
.social-container {
    font: 12px/20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
.social-container .links {
    text-align: center;
}
.social-container .links a {
    margin: 0 10px;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    text-shadow: 0 0 2px #000;
    opacity: 0.5;
}
.social-container .links a:hover {
    color: #fff; opacity: 1;
}
.source {
    width: 350px;
    margin: 0 auto;
    background: #eee;
    color: #666;
    font-weight: bold;
    display: block;
    white-space: pre;

    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;

    -webkit-box-shadow: inset #ccc 0px 0px 6px 0px;
       -moz-box-shadow: inset #ccc 0px 0px 6px 0px;
            box-shadow: inset #ccc 0px 0px 6px 0px;
}
