/* ----------------------------------------------
-------------------------------------------------
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;
	text-decoration: none !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;
	}
}
/* My page: HTML fields with extended attr visibile in user console
-------------------------------------------------*/  
.requests-list .request .accordion-item .html-box {
	display:block;
	border: 1px solid #ccc;
	background: #f9f9f9;
	padding: 10px;
	margin: 10px 0;
	font-family: monospace;
	overflow: auto;
}