/** VERTICAL ALIGN */
.vertical-align-set {
  display: table;
  width: 100%;
  margin: 0;
  padding: 0;
  /* set inline the ht */
}
.vertical-align-set .inner {
  display: table-cell;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

/** HOVER MAIN CELL */
.hovered-row {
	/** background: #F0F0F0 !important;*/
}
.hovered-row .identity {
	color: #44a6d5 !important;	
}


/** ID SPECIFIC */

#readmore__forum i {
	display: inline-block;
	border-bottom: 1px solid #1A6AB3;
	text-decoration: none !important;
	cursor: pointer !important;
	padding-bottom: 0.2px;
}
#readmore__forum {
	cursor: pointer !important;
}
#governance_tabs .nav-link .active {
	font-weight: bolder
}
#governance_tabs .nav-link {
	color: #1A6AB3 !important;
}
#new_dropdown .dropdown-item {
	color: #0F2442 !important;
}


table.treetable span a {

}
table.treetable span.indenter {
  display: inline-block;
  margin: 0;
  padding: 0;
    padding-left: 0px;
  text-align: right;
  user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -webkit-user-select: none;
  width: 19px;
}
table.treetable span {
  background-position: center left;
  background-repeat: no-repeat;
  padding: .2em 0 .2em 1.5em;
}

/*** DATALIST */

datalist {
/*   position: absolute; */
/*   max-height: 20em; */
/*   border: 0 none; */
/*   overflow-x: hidden; */
/*   overflow-y: auto; */
}

/* datalist option { */
/*   font-size: 2rem !important; */
/*   padding: 0.5em 1.2rem; */
/*   background-color: #ccc; */
/*   cursor: pointer; */
/* } */

/* /* option active styles */ */
/* datalist option:hover, datalist option:focus { */
/*   color: #fff; */
/*   background-color: pink; */
/*   outline: 0 none; */
/* } */


