/* ----------------------------------------------
-------------------------------------------------
My page
-------------------------------------------------
-------------------------------------------------*/
h3 .bs-operationsContainer .btn-link,
.button-wrapper .bs-operationsContainer .btn-link {
	text-align: left;
	padding:0;
	font-size: 1rem;
    font-weight: 600;
    line-height: 1.5!important;
}
h3 .bs-operationsContainer .btn-link:hover,
.button-wrapper .bs-operationsContainer .btn-link:hover {
    text-decoration: underline !important;
}
/* My page: to set the same width to accordion-button 
-------------------------------------------------*/  
.button-wrapper .bs-operationsContainer,
.button-wrapper .custom-min-width {
	max-width: 10em;
}
@media (min-width: 576px) {
	.button-wrapper .bs-operationsContainer,
	.button-wrapper .custom-min-width {
		max-width: 20em;
	}
}
@media (min-width: 992px) {
	.button-wrapper .bs-operationsContainer,
.button-wrapper .custom-min-width {
		max-width: 26em;
	}
}
@media(min-width:1200px){
	.button-wrapper .bs-operationsContainer,
.button-wrapper .custom-min-width {
		max-width: 34em;
	}
}