#article {
    margin-bottom: 3em;
}

#fb-like {
    margin-bottom: 2em;
}

/* paragraphs */
#article p { text-align: justify; }

/* tables */
#article table {
    border-collapse: collapse;
    width: auto; 
    margin-left: auto;
    margin-right: auto;
}

#article table td { border: 1px solid #999; }

#article table p {
    margin: 0px;
    padding: 0px;
}

#article p {
    line-height: 1.5 !important;
}
