/*
Theme Name: Shoptimizer Child Theme
Theme URI: 
Description: Child theme of Shoptimizer
Author: CommerceGurus
Author URI: 
Template: shoptimizer
Version: 1.2.2
License:         	GNU General Public License v2 or later
License URI:     	http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Add table of contents script only on blog pages */
.table-of-contents {
    border: 1px solid #ddd;
    padding: 1em;
    margin-bottom: 2em;
    background: #f9f9f9;
}
.table-of-contents h2 {
    margin-top: 0;
    font-size: 1.25em;
}
.table-of-contents ul {
    list-style: none;
    padding-left: 0;
}
.table-of-contents li {
    margin: 0.25em 0;
}
.table-of-contents a {
    text-decoration: none;
    color: #ff0000;
}
.table-of-contents a:hover {
    text-decoration: underline;
}
/* END TOC */
