.tab-stacked {
	flex-direction: column;
	margin: .8rem;
	display: inline-flex;
	justify-content: space-between;
	flex-wrap: nowrap;
}

.tab-possactive {
	background: rgba(0, 109, 252, 0.8);
	cursor: pointer;
}

.tab-clickable {
	cursor: pointer;
}

.tab-manu {
	background-color: rgba(221, 75.57, .1)!important;
}



 .itemFLEX img {
	 
	 
 width: 100%;
 
 
	 display: flex;
  flex-flow: row nowrap;
  align-items: center; 

  

     
 }
 
 #comMEsend { 
  display: flex;
  align-items: center;
  justify-content: center;
  }
 
 
 
 .tab-greyedout, .switch-off, .resetAdvancedOFF {

    background: 

rgba(204,204,204,.1);

color:
#999;

cursor: none;

border: 1px solid
rgba(128,128,128,.5);

 }