/* Add here all your css styles (customizations) */
#accord .card-body
{
	font-size:14px;
	padding-left:30px;
	margin-bottom:40px;
}

button.btn.btn-link {
    color: #555;
    text-decoration: underline;
    white-space: inherit;
    text-align: left;
}

button.btn.btn-link.collapsed {
    color: #B20A0E;
    text-decoration: underline;
    white-space: inherit;
    text-align: left;
}

.alert.alert-info {
    background-color: #ffffd0;
}