/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */ /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */


.narrowchart {
    padding: 20px;
    max-width: 1000px;
    height: auto;
    margin: 0 auto;
}

.accordianheader {
    /*color: #fff;
    background: #dedfe2;
    padding: 10px 20px;
    margin-top: 20px;
    text-align: center;*/
    color: #fff;
    background: #dedfe2;
    padding: 10px 20px;
    margin-top: 20px;
    text-align: center;
}

.accordianbody {
    background: #f4f4f4;
    height: auto;
    border: initial;
    overflow: auto;
}

    .accordianbody ul {
        margin: 0;
        list-style: none;
        padding: 0;
        height: auto;
    }

        .accordianbody ul li {
            padding: 10px;
            border-bottom: 1px solid lightgrey;
            height: auto !important;
            text-align: justify;
        }

i {
    position: absolute;
    right: 20px;
    top: 14px;
    -webkit-transition: all 300ms ease-in 0s;
    -moz-transition: all 300ms ease-in 0s;
    -o-transition: all 300ms ease-in 0s;
    transition: all 300ms ease-in 0s;
}

.ui-state-active i {
    color: #ACD4CE;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
