/**
 * 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-size: 14px;
line-height: normal;
padding: 0px 0px;
background-color: white;
margin: 16px 0px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 2px;
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;
}