/*
 *
 * ADOBE CONFIDENTIAL
 * __________________
 *
 *  Copyright 2014 Adobe Systems Incorporated
 *  All Rights Reserved.
 *
 * NOTICE:  All information contained herein is, and remains
 * the property of Adobe Systems Incorporated and its suppliers,
 * if any.  The intellectual and technical concepts contained
 * herein are proprietary to Adobe Systems Incorporated and its
 * suppliers and are protected by trade secret or copyright law.
 * Dissemination of this information or reproduction of this material
 * is strictly forbidden unless prior written permission is obtained
 * from Adobe Systems Incorporated.
 */

ul.scf-journal-sidebar {
    padding-left: 0px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e2e2e2;
}

ul.scf-journal-sidebar li {
    display: block;
    height: auto !important;
    list-style-type: none;
    margin-bottom: 0.25em;
}

/*
 *
 * ADOBE CONFIDENTIAL
 * __________________
 *
 *  Copyright 2014 Adobe Systems Incorporated
 *  All Rights Reserved.
 *
 * NOTICE:  All information contained herein is, and remains
 * the property of Adobe Systems Incorporated and its suppliers,
 * if any.  The intellectual and technical concepts contained
 * herein are proprietary to Adobe Systems Incorporated and its
 * suppliers and are protected by trade secret or copyright law.
 * Dissemination of this information or reproduction of this material
 * is strictly forbidden unless prior written permission is obtained
 * from Adobe Systems Incorporated.
 */

ul.scf-journal-sidebar {
    padding-left: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #e2e2e2;
}

ul.scf-journal-sidebar li {
    display: block;
    height: auto !important;
    list-style-type: none;
    margin-bottom: 0.25em;
}

ul.scf-journal-sidebar li:last-child, ol li:last-child {
    padding-bottom: 1.25em;
}

#authors-sb div.collapse[aria-expanded="false"] {
    display: block;
    height: 5px !important;
    overflow: hidden;
}

#authors-sb div.collapsing[aria-expanded="false"] {
    height: 5px !important;
}

#authors-sb> a.collapsed:after  {
    content: 'Show More +';
    color: blue;    
}

#authors-sb> a:not(.collapsed):after {
    content: 'Show Less -';
    color: blue;
}


#categories-sb div.collapse[aria-expanded="false"] {
    display: block;
    height: 100px !important;
    overflow: hidden;
}

#categories-sb div.collapsing[aria-expanded="false"] {
    height: 100px !important;
}

#categories-sb> a.collapsed:after  {
    content: 'Show More +';
    color: blue;    
}

#categories-sb> a:not(.collapsed):after {
    content: 'Show Less -';
    color: blue;
}


#archives-sb div.collapse[aria-expanded="false"] {
    display: block;
    height: 100px !important;
    overflow: hidden;
}

#archives-sb div.collapsing[aria-expanded="false"] {
    height: 100px !important;
}

#archives-sb> a.collapsed:after  {
    content: 'Show More +';
    color: blue;    
}

#archives-sb> a:not(.collapsed):after {
    content: 'Show Less -';
    color: blue;
}
