.course-label { 
  background: #fefefe;
  list-style: none;
  border: 1px solid #474747;
  color: #0a0a0a;
  font-size: 0.71429em;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 1em;
  display: inline-block;
  padding: 0.25em 0.25em 0.1875em;
  text-transform: uppercase;
  height: 1.625em;
  margin: 0 0 0 0.42857em;
  &:hover {
    cursor: help;
  }
}

.webform-table tr {
  &:last-child {
	background-color: #e1e1e1;
  }
  & td:first-child {
    width: 60%;
  }
}
.js-form-item-total-resources-twig, 
.js-form-item-total-expenses-twig  {
	float: right;
	font-size: 1rem;
	font-weight: bold;
	line-height: 1.6;
  	text-align: right;
 	& .form-submit {
		display: none;
  		margin: 0.5rem 0;
  	}
}
#edit-total-resources-description p,
#edit-total-expenses-description p {
	font-size: 1rem;
	font-weight: bold;
	line-height: 1.6;
}
#edit-signature label {
  color: #666;
  font-family: Arial, sans-serif;
  font-size: 1rem;
  font-weight: bold;
}
.field-prefix .description p, p.description, .fieldset-wrapper .description {
  font-size: 0.75rem;
  font-style: italic;
  margin-top: -.5rem;
}