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