/*
 Theme Name:   Great Child
 Theme URI:    http://bourbonstategaming.com/great
 Description:  Great Child Theme
 Author:       Brett Maxwell
 Author URI:   http://bmaxwellpro.com
 Template:     great
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         white,two-columns,responsive-layout,custom-menu,sticky-post,theme-options,translation-ready
 Text Domain:  great-child
*/
.site-footer {
	width:100%;
	padding:20px 0 25px;   
    background-color: #FFF;
    margin-top: 15px;
    border: #FFF 10px solid;
    border-radius: 15px 15px 15px 15px;      
}
td {
    padding: 5px; 
    text-align: center;
    border: 1px solid black;
}
th {
    padding: 5px; 
    text-align: center;
    border: 1px solid black;
}
.bsg-table {
    text-align: center;
    border: 1px solid black;
    background-color: white;
}
/* Accordion Styles */
.accordion {
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 20px;
}
.accordion-title {
    border-top: 1px solid #dbdbdb;
    margin: 0;
    padding: 20px 0;
    cursor: pointer;
}
.accordion-title:hover {}
.accordion-title:first-child {border: none;}
.accordion-title.open {cursor: default;}
.accordion-content {padding-bottom: 20px;}