.icon, .xr-controls { 
	cursor: pointer; 
}

#navigation .navArrow {
	height: 100px;
	top: 50%;
	transform: translateY(-50%);
}

#xreaderTopMenuView {
	height: 40px;
}

.xr-btn {
	height: 40px;
}

#xreaderTopMenuView,
#xreaderBottomMenuView {
	background-color: rgba(237, 114, 38, .8);
}

.modal-content {
	 background-color: rgba(237, 114, 38, 0.6);
}

.modal-title {
    color: #ffffff;
}


.list-group-item.active {
    background-color: #ed7230;
    border-color: #ed7230;
}

