/* Add any valid CSS declarations */
/**
 * SOSI addition for images in views
 */
/**
 * Below are additions to the ASPAD View for front page to create image wrap and bold titles on sections
 */

.views-field-field-attached-image {
  float: right;
  margin-left: 1em;

}

.field-type-image  {
  margin: 0 0 10px;
  padding: 10px;
}


.image-style-medium {
 float: right;
 margin-left: 1em;

}
.views-field-field-description {
  font-weight: bold;

}
.views-field-field-title-1 {
  font-weight: 700;
}


}
.views-field-field-image {
  float: right;
  margin-left: 1em;

}

.region-highlighted {
  font-weight: 700;
}

.views-label  {
  font-weight: 700;
}
