.buttons a{
    display:inline-block;
    font-size:14px;
    cursor:pointer;
    color:inherit;
    text-decoration:none;
    text-align:center;
    z-index:10;
    margin:1em 1.2em 0 0;
    white-space:pre-line;
}

.buttons .fa{
    color:#666;
    margin-bottom:0.35em;
    border-radius:1em; -moz-border-radius: 1em; -webkit-border-radius:1em;
    font-size:2em;
    width:2.0em;
    line-height:2em;
    border:1px solid #ccc;
    background-color: #f2f5f6; background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f5f6), to(#c8d7dc));
    background-image: -webkit-linear-gradient(top, #f2f5f6, #c8d7dc);
    background-image: -moz-linear-gradient(top, #f2f5f6, #c8d7dc);
    background-image: -ms-linear-gradient(top, #f2f5f6, #c8d7dc);
    background-image: -o-linear-gradient(top, #f2f5f6, #c8d7dc);
    background-image: linear-gradient(to bottom, #f2f5f6, #c8d7dc);
    filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f2f5f6, endColorstr=#c8d7dc);
 }

.buttons a:active{
    color:DeepSkyBlue;
    text-decoration:none;
}

.buttons a:active .fa{
    border-color:DeepSkyBlue;
    color:DeepSkyBlue ;
    transform:scale(0.95);
}

.buttons dl {
    margin:0;
}

.buttons dl dd {
    display:block;
    padding:0 0.3em;
    margin:0 0.5em 0.3em 0;
    text-align:center;
    white-space:pre-line;
}