.my-indications-3 {
    margin-bottom: 1rem!important;
	margin-top: 1rem!important;
}

.indications-header, .indications-header:hover {
    color: #54b948;
	font-family: DIN Next W01 Bold;
}

.indications-clearfix {
    overflow: auto;
}
.indications-content {
    color: #717073 !important;
}

.collapse.show {
    display: block;
}
#indications.collapse.show{
    display: inline;
}

#indications .well {
    display: inline;
}

.txt-more, .txt-more:hover {
    color: #0096d6 !important;
}
.close-txt-green, .close-txt-green:hover {
    color: #54b948;
}
#indicationContainer > div {
	margin-top: 3px;
	font-size: 18px;
}
.closeIndication, .indicationContainer {
	cursor:pointer;
}
.closeInd{
	cursor:pointer;
}
.read-more{
	display:none;
}
.quantum-link:hover, .quantum-link.quantum-link--hover{
	color: inherit !important;
}
@media only screen and (max-width: 767px) {
.top-nav .nav-item .nav-link, .top-nav .nav-item .nav-link:hover {
    font-size: 12px !important;
    text-decoration: underline !important;
}
#indicationContainer+.row-splitter {
	height:125px;
}
}