#logo-section {
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.05);
}

#logo-section img {
    width: 10%;
}

main div.wrapper {
    max-width: 680px !important;
    margin: 0 auto;
}

h1 {
    font-family: 'Open Sans', sans-serif;
}

.forsys_avatar {
    background-image: url(../fa_images/forsys_avatar.png);
    background-repeat: no-repeat;
    background-size: 25px;
    height: 55px;
    width: 55px;
    border: 1px solid #a7a7a7;
    border-radius: 50%;
    background-position: center;
    padding: 20px;
}

.light-grey {
    color: #6f6f6f;
}

.s-icons a {
    font-size: 28px;
    margin: 7px;
    color: #6f6f6f;

}

.s-icons a:last-child {
    font-size: 28px;
    margin-right: 0px !important;
    color: #6f6f6f;

}

p, p.article-para {
    font-size: 16px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    line-height: 32px;
    margin-bottom: 32px;
}

.share {
    display: inline-block;
    top: -5px;
    position: relative;
}

.custom-container {
    background: #2b2d42;
    padding: 10px;
}

.footer .bw-logo {
    background-image: url(../fa_images/bw-logo.png);
        background-repeat: no-repeat;
    background-size: 100px;
    height: 60px;
    width: 150px;
    background-position: left;
}

.ref-links a:last-child {
    margin-right: 0px;
}
.ref-links a {
    color: #fff;
    line-height: 60px;
    font-size: 14px;
}

.ref-links .dot {
    display: inline-block;
    text-align: center;
    color: gray;
    line-height: 65px;
    position: relative;
    margin: 0px 10px;
    top: -3px;
}

.ref-links .copyright {
        color: #fff;
    line-height: 60px;
    font-size: 14px;
}

ol {
    padding-left: 15px;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    line-height: 32px;
    font-weight: bold;
}

td p {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 3px;
}

td {
    width: 33%;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgb(183, 225, 205);
}