/* Style the tab */
div.tab {
    float: left;
    width: 30%;
}

/* Style the buttons inside the tab */
div.tab button {
    display: block;
    background-color: inherit;
    color: black;
    padding: 22px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    font-size: 17px;
    border-radius: 10px 0 0 10px;


    border-right: 0px solid #ccc;
}

/* Change background color of buttons on hover */
/*div.tab button:hover {
    background-color: #ddd;
}*/

/* Create an active/current "tab button" class */
div.tab button.active {
    border: 0px solid #ccc;
    border-right: none;
	color: #ffffff;
    background: #c51818;
}

/* Style the tab content */
.tabcontent {
    float: left;
    padding: 0px 12px;
    border: 0px solid #ccc;
    border-left: none;
    border-right: none;
    width: 70%;
    border-left: none;
    height: 100%;
    right: 0;
    top: 0;
}

.panel-heading a {
    display: block;
    height: 100%;
    width: 100%;
    padding: 10px 15px;
}
.panel-heading {
    padding: 0;
}
#benefits-panels a.collapsed {
    background-color: #f5f5f5 !important;
}
#benefits-panels a:focus {
    text-decoration: none;
}
#benefits-panels a.collapsed:hover, a.collapsed:focus {
    background-color: #cfcfcf !important;
    text-decoration: none;
}
.panel-collapse.collapsing {
    color: black;
}