/*File asset stylesheet for Help*/
.help .type-title {
  color: #2e6a8f !important;
  font-size: 1.1em;
}

.help .type-content {
  margin-left: 20px;
}

.help a, .help a.externalLink, .help a:link, .help a:visited, .help a:hover, .help a:active, .help a:focus {
  color: #32739d !important;
}

.help-item.panel {
  border        : 3px solid #dddddd;
  box-shadow    : 2px 3px 4px 1px rgba(0, 0, 0, 0.35);
  border-radius : 5px;
}

.help-item .panel-heading {
  background-color : #dddddd !important;
  color            : black !important;
  border-radius    : 0px !important;
}

.help-item .panel-title {
  font-size : 18px !important;
}

.cms table {
  width : 100%
}
.help .panel-body li {
  font-size : 1.1em ;
}

.cms table td {
  padding: 3px;
}

.em {
  font-style: italic;
}
