.accordion__link:after {
    content: '\002B';
    color: #0066b3;
    font-weight: bold;
    float: right;
    margin-left: .5em;
    font-size: 0.8em;
}
.accordion__link.uber-accordion__button-active:after {
    content: "\2212";
}

.js-enabled .accordion__target.uber-accordion__target-active {
    max-height: 1000em;
}

.accordion {
    overflow: hidden;
    float: left;
    margin-bottom: 1em;
    width: 100%;
}

.accordion__item {
    background: #FFF;
    margin: 0em 0em .4em 0em;
}
.accordion .accordion__link {
    color: #444;
    background-color: #eee;
    font-size: 0.6em;
    font-weight: normal;
    padding-left: 1em;
    height: 100%;
    width: 100%;
    position: relative;
    display: block;

}

.accordion__link:before {
    content: '';
    font-size: 0.7em;
    position: absolute;
    right: 4em;
}

.accordion__link:after {
    font-family: 'WebHostingHub-Glyphs';
    src: url('mysource_files/webhostinghub-glyphs.eot');
    src: url('mysource_files/webhostinghub-glyphs.eot?#iefix') format('embedded-opentype'), url('mysource_files/webhostinghub-glyphs.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    -moz-font-feature-settings: "calt=0,liga=0";
    /*content: '\f48b';*/
    float: right;
    margin-right: 1em;
}


.accordion__link.uber-accordion__button-active:before {
    content: '';
}

.accordion .accordion__link.uber-accordion__button-active {
    background-color: #eee;
}

.accordion__item th {
    background-color: #FFF;
}

