/**
 * Copyright (c) 2013-2017 OpenJournalSystems.com All Rights Reserved.
 * The unauthorized reproduction or distribution of this copyrighted work is illegal and punishable under US federal laws.  
*/

.static-page-list {
    padding-left: 0;
}
.static-page-list li{
    border-bottom: 1px solid #dedede;
    padding: 12px 0;
    padding-right: 0px;
    position: relative;
    padding-right: 40px;
    list-style: none;
}
.staticpage-heading-title {
    font-family: "Roboto",sans-serif;
    font-size: 16px;
    font-style: normal;
    font-variant: normal;
    font-weight: 500;
    line-height: 19px;
    color: #333;
    letter-spacing: 0.01em;
    cursor: pointer;
}
.open-section {
    position: absolute;
    right: 5px;
    top: 0;
    font-size: 40px;
    color: #dedede;
    margin-right: 10px;
    cursor: pointer;
}
.close-section {
   position: absolute;
    right: 0;
    top: -3px;
    font-size: 40px;
    color: #dedede;
    margin-right: 20px;
    cursor: pointer;
}
.static-section-content {
    padding-top: 16px;
}