.mainTitle.sole {
	margin-left: -1.8rem;
	}
	
.contentContainer .tenderTypeListView {
    padding: 1rem 0 1.3rem;
}

a.downloadLink{
	font-size: 1.1rem;
	font-weight: bolder;
	color: black;
	line-height: 1;
	padding-top: 0.6rem;
	padding-bottom: 0.3rem;
}


a.downloadLink:hover, a.downloadLink:focus {
    background-color: #f6efe8;
    font-weight: bolder;
}

.tenderTypeLabel{
	font-weight: bolder;
    font-size: 1.5rem;
    line-height: 1.8rem;
    color: #0082c7;
    margin-bottom: 0.5rem;
    padding-bottom: .5rem;
    border-bottom: solid #3aa39c 0.185rem;
}

.tenderSubjectContainer{
	padding-top: 1.2rem;
    padding-bottom: 1.2rem;
	padding-left: .1rem;
	cursor: pointer;
}

.tenderSubjectLabel {
	line-height: normal;
	font-weight: bolder;
	padding-right: 1rem;
	cursor: pointer;
	color:black;
}

.tenderListView{
	font-size: 1.6rem;
	color: #3aa39c;
	line-height: 1;
	margin-bottom: 0.5rem;
}


 .downloadLinkListView {
	line-height: 1;
	border-bottom: solid #e0e0e0 .1rem;
}


.downloadLinkListView:last-child {
		border-bottom: unset;
}

.publicTenderListView.noRecordFound {
	border: solid #e0e0e0 1px;
	color: #3aa39c;
	padding: 4rem 2rem;
	 text-align: center;
	 font-size: 1.3rem;
	 font-weight: bold;
	 margin-bottom: 6rem;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
	.contentContainer {
	    min-height: unset;
	}
		
}

@media screen and (max-width: 39.9375em) {

	/*.infoContainer .tenderTypeListView {
	  padding: 1rem .6rem;
	}*/

}