.bordered {
display: inline-block; color: rgba(255, 255, 255, .6); border: 1px solid rgba(255, 255, 255, .6); border-radius: 0; &.dark-border { color: rgba(51, 51, 51, .6); border-color: rgba(51, 51, 51, .6); }
}
.tags a {
border: 1px solid #DDD; display: inline-block; color: $dark; background: $light; -webkit-box-shadow: 0 1px 1px 0 rgba(180,180,180,0.1); box-shadow: 0 1px 1px 0 rgba(180,180,180,0.1); -webkit-transition: all .1s ease-in-out; -moz-transition: all .1s ease-in-out; -o-transition: all .1s ease-in-out; -ms-transition: all .1s ease-in-out; transition: all .1s ease-in-out; border-radius: 2px; margin: 0 3px 6px 0; padding: 5px 10px;
}
.tags a:hover {
border-color: $primary;
}
.row-centered {
text-align:center;
}
.col-centered {
display:inline-grid; float:none; /* inline-block space fix */ margin-right:-4px;
}