/* 
* goes with utility-bar.004.css 
*/



logodivider.mydivider {
  border-left: 2px solid white; /* Vertical line */
  /*height: 12px; /* Match text height */
  color:gray;
  margin-left: 20px;
  margin-right: 20px;
}
  
.mycontainer {
    display: flex; /* Keep spans side by side */
    align-items: center;  /* Vertically align text */
	/*min-width:40px;
	/*max-width:160px;
    */ 
}

.mycontainer span {
    padding: 0 10px; /* Space around text */
	margin-left: 10px;
	
}

.uncubtitlecontainer {
	min-width:40px;
	max-width:120px;
	display: flex; /* Keep spans side by side */
	align-items: center;  /* Vertically align text */
}


