/*************************** Toggle Box ***************************/

h3.toggle {
    background-repeat: no-repeat;
    background-position: -1px -20px; 
    font-size: 16px;
    padding: 0 0 0 0px;
    cursor: pointer;
    width:95px !important;
}
h3.toggle a {
    text-decoration: none;
    display: block;
}
h3.toggle-active {
    background-position: -53px -73px; 
}
.toggle-box {
    clear:both;
    margin: 0 0 50px 0;
    overflow: hidden;
}
h3.toggle {
    background-image: url(images/sprite.png);
    font-size: 18px;
}

h3.toggle a::after{
    content:inherit;
    display:none;
}