.article {
    margin: 20px auto 30px auto;
    padding: 5px 0px 5px 5px;
    /*set article viewport */
    width: 725px;
    height: 400px;
    overflow: auto;
    /* viewport */
    font-size: small;
}

.article p, .article ul {
    padding: 5px 5px 5px 10px;
    margin: 5px 5px 5px 10px;
    text-align: left;
    list-style: none;
}

.article  {
    background-color: #0e1012;
}
.article-excerpt {
    background-image: url(../web-images/open-quote.png);
    background-position: top left;
    background-repeat: no-repeat;
}

.hide-article, .show-article {
    font-weight:bold;
    font-variant:small-caps;
    font-size:85%;
    color:silver;
    padding: 5px 5px 0px 5px;
    border-bottom: thin dotted #999999;
}

.article-content {
    background-image: url(../web-images/close-quote.png);
    background-position: bottom right;
    background-repeat: no-repeat;

}

