
/*
    Custom styles for the FAQs accordion
*/

.card {
    border: none !important;
    margin-bottom: 5px;
}

.card-header {
    /* color: #333; */
    background-color: #dcdcdc;
}

.card-body {
    border: 1px solid #ddd !important;
    border-width: 0 1px 1px 1px !important;
    padding: 15px !important;
}

.card .card-header .icon-indicator {
	display: inline-block;
	margin-right: 10px;
	width: 16px;
}

.card .card-header .icon-indicator:before {
	width: 16px !important;
	font-family: 'FontAwesome';
	content: "\f078";
}

.card .card-header.collapsed .icon-indicator:before {
	width: 16px !important;
	font-family: 'FontAwesome';
	content: "\f054";
}