h1, h2, h3, .menu, .heading {
  /* In fact narrow sans. Duplicated in SVG diagrams. If changing update manually */
  font-family: Helvetica, Arial, Nimbus Sans L, Tahoma, Charcoal, Liberation Sans, FreeSans, sans-serif, Sans;
}

 .menu, .heading {
  /* In fact narrow sans. Duplicated in SVG diagrams. If changing update manually */
  text-transform: uppercase;
}

.menu {
  text-align: center;
  border-style: none;
/*  
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20%;
  padding-right: 20%;
*/
/*  padding: 15px 5px 15px 5px; */
}

.even {
  background-color: #FFFFFF;  
}

.odd {
  background-color: #F0F0F0;  
}

.enabled {
  cursor: pointer;
  width: 12.5%;
}

.disabled {
  cursor: not-allowed; 
  width: 12.5%;
}

table
{
  table-layout:fixed;
} 

table, td, th
{
  border: 0px solid #F0F0F0;
}

.identification {
  font-size: 10px;
  padding: 0px;
  margin: 0px;
}

#user-id {
  text-align: right;
  font-weight: bold;
}

.notification-image {
	opacity: 0;
	height: 17px;
  float:left;
/* 	margin-left: -40px; 	*/
}

.ideabox {
	width: 440px; /* 226px; */
	float: left;
}
