/* ITEMS INDEX */
.item_search_field {
  width: 100%; }

/* ITEMS SHOW */
.item_record .asset_wall .asset:nth-child(n + 4) {
  display: none; }

.item_record .asset_wall.expanded .asset:nth-child(n + 4) {
  display: inline-block; }

.item_record .asset_wall + .more_link {
  background: url("/images/expand_down.png") no-repeat right 7px; }

.item_record .asset_wall.expanded + .more_link {
  background: url("/images/expand_up.png") no-repeat right 7px; }

.item_record #institution_tags {
  list-style: none;
  padding: 0;
  line-height: 1.5em; }

#institution_tags .term {
  color: #AAAAAA;
  text-transform: uppercase; }

.rrn_link img {
  float: right; }
