// warning
#caplab .message-text {
  vertical-align: middle;
}

#caplab { 
	display: inline-block;
}

#caplab .message-box-warn {
  background-color: #f8f4d5;
  border: #e9dd7e 2px solid;
  color: #96722e;
  width: 550px;
  border-radius: 6px;
  padding: auto 0;
  position: relative;
}


/* cache menu réécrit par module */
tr#service_duration_area  { display: none; } 

@media only screen and (max-width: 1000px) { 
	td.caplabservice{
	    height: 80px;
	}
}

