#resource-row .floater {
  position:absolute;
  display:block;
  left:auto;
  right:4px;
  bottom:10px;
}
#resource-row .floater {
  bottom:0;
  right:0;
}
#resource-row .card {
  padding-bottom:0;
}
#resource-row .card:hover {
    box-shadow: 0 0 36px rgba(94, 106, 113, 0.4);
  z-index: 1;
}
#resource-row .card-title {
  text-transform: none;
  margin-bottom:18px;
}
#resource-row .card-body {
  padding-bottom:24px;
  transition:all 0.3s ease-out;
}
#resource-row .card-subtitle {
  padding-right:82px;
  margin-bottom:0;
  font-weight:300;
}
#resource-row a.card-body:hover {
  text-decoration: none;
}
#resource-row a.card-body:hover .card-title {
  text-decoration: underline;
}

.resource-versions {
  right: 0 !important;
  left: auto !important;
}
