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