.actTaskDescription {
font-size: 1.1em;
font-style:italic;
line-height: 1.2;
margin-bottom: 15px;
}

.actSimplifiedTaskDetailsContainer {
margin-bottom: 15px;
	
}

.actTaskDetailsPropertyEntry {
margin-top: 5px;
margin-bottom: 10px;
}

.actInstructionsContainer {
width: auto;
padding:5px;
margin-top: 5px;
margin-bottom: 10px;
background-color: rgb(255, 255, 204);
border-color: #d0d0d0 #505050 #505050 #d0d0d0;
border-style: solid;
border-width: 2px;
}

.actInstructionsTitle {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 3px;	
  color: red;
}

.actInstructionsText {
font-size: 1em;
font-style:italic;
line-height: 1.2;
}
