body{	
	background: #fafafa;	
}

#info{
	color: #fff;
	background-color: #346187;
}

#content, .infoExp{
	color: #346187;
	border: 1px solid #ababab;	
}

#content li { background: #34618701; }
#content li:nth-child(odd) { background: #34618718; }

.infoExp li { background: #34618701; }
.infoExp li:nth-child(odd) { background: #34618718; }

.refreshBtnList {
	color: #346187;
}

#options {
	color: #346187;
	border: 1px dashed #346187;
	background-color: #eff4f9;
}

#optionLib, #contentLib, .InfoLib {
	color: #346187;
}

.accordion-item {
	background: #fafafa;
}
.accordion-button {
   color: #346187;
}

.form-check-input:checked {
    background-color: #346187;
    border-color: #346187;
}

.input-group .input-group-text{
	color: #346187;
}
.input-group input{
	color: #346187 !important;
}

.dynamicLi{
	color: #346187;
}


button.learn-more .circle {
	background: #346187;
}
button:hover .circle .icon.arrow {
background: #ffffff;
}
button.learn-more .circle .icon.arrow::before {
border-top: 0.125rem solid #ffffff;
border-right: 0.125rem solid #ffffff;
}
button.learn-more .button-text {
color: #346187;
}
button:hover .button-text {
color: #ffffff;
}

.txt_result {
	color: #346187;
}