/*** @import 'https://sitecode.ent.sirsi.net/custom/web/widget_cards.css'; ***/
/*** Begin SD Widget Cards ***/
.list .widgetCards.results_right {
  border: solid 1px #ccc;
  border-radius: 5px;
  /*padding: 11px 2px 8px 8px;*/
  box-sizing: border-box;
  width: 130px;
}
.widgetCard {
  font-size: 11px;
  margin-bottom: 7px;
  padding: 3px 10px 0px;
  line-height: normal;
  text-align: right;
  border-top: solid 1px #ddd;
}
.widgetCard:hover {
  cursor:pointer;
}
.widgetCard a,
 .widgetCard div.widgetCardTarget,
 .widgetCard div button,
 .widgetCard > button,
 .widgetCard input {
  font-size: 0px !important;
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0px !important;
  margin: 0px !important;
}
.widgetCard .widgetCardLabel {
}
.widgetCard .widgetCardIcon {
    float: right;
    font-size: 11px !important;
    /*margin-right: 2px;*/
    margin-left: 7px;
}
/*** END SD Widget Cards ***/