body {
  direction: ltr;
  text-align: unset;
  color: unset;
} 

.entry_list .nav-tabs .nav-item.show .nav-link, 
.entry_list .nav-tabs .nav-link.active {
	background-color: unset;
}

.single-entry-list .entry-meta {
	text-align: unset;
}

.entry_list .dt-length {
	margin: 10px 0;
}

.entry_list .form-select{
	background-position: left 1.75rem center;
}

.entry_list div.dt-container div.dt-length select {
	width: 50px;
	margin-left: 10px;
}

.entry_list .form-control {
  background-color: unset;
}

.dt-container .dt-info{
	margin: 10px;
}

.entry_list .btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn.dropdown-toggle-split:first-child, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	margin-right: 5px;
}

.entry-list .btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:nth-child(n+3), .btn-group > :not(.btn-check) + .btn {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}