.item-navigate {
  background-color: #5588ff;
  width: 100%;
  display: inline-block;
}

.nav-item {
  margin-left: 0px;
  margin-right: 20px;
  display: inline-block;
}


.alt-signin-button {
  margin-bottom: 30px;
}

.help-sign {
  width: 20px;
  height: 20px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  color: grey;
  background-color: #dddddd;
  border-radius: 10px;
  cursor: pointer;
  text-align: center;
  display: inline;
}

.head3 {
  font-size: 16px;
  font-weight: bold;
  vertical-align: middle; 
  margin-right: 10px;
}

.container {
    display: flex;
}

a.dlg-tooltip {
	position: relative;
	text-decoration: none;
}

a.dlg-tooltip span {
	display: none;
}

a.dlg-tooltip:hover span {
	position: absolute;
	top: 40px;
  font-size: 16px;
	left: 0px;
	display: block;
	width: 250px;
	color: black;
	background-color: #dddddd;
  border-radius: 4px;
	border: 1px solid black;
	padding: 5px;
  z-index: 10005;
}


.table-cell-notification {
  min-width: 10px;
  min-height: 10px;
  max-width: 10px;
  max-height: 10px;
  border-radius: 5px;
	background-color: #ffff00;
}

.table-cell-no-notification {
  min-width: 10px;
  min-height: 10px;
  max-width: 10px;
  max-height: 10px;
  border-radius: 5px;
}
