section ol, section ul {
    margin-left: 40px;
}
#post {
    max-width: 800px;
    margin: 0 auto;
}
#post .img-responsive {
    margin-top: 30px;
    margin-bottom: 30px;
}
#post #post-etiquetas,
#post #post-categorias {
    margin-top: 15px;
}
#post #post-etiquetas {
    padding: 8px 0;
    border-top: 1px solid #a2823c;
    border-bottom: 1px solid #a2823c;
    color: #a2823c;
    font-family: 'Josefin Sans', sans-serif;
}
#post #post-etiquetas a,
#post #post-categorias .btn-white {
    font-family: 'Josefin Sans', sans-serif;
    text-transform: uppercase;
}
#post #post-etiquetas a,
#post #post-categorias a + a {
    margin-left: 11px;
}
#post #post-categorias .btn-white {
    color: #87888A;
    font-size: 13px;
    line-height: 1;
}
#post #post-sharer {
    margin-top: 40px;
}
#post #post-sharer .tx-grey {
    margin-bottom: 5px;
}
#post #post-sharer .fa {
    width: 24px;
    height: 24px;
    line-height: 22px;
}
#post #post-sharer .fa + .fa {
    margin-left: 5px;
}