body #content .icord-study-item,
body #content .icord-study-item-condensed {
  display: block;
  position: relative;
  float: left;
  width: 50%;
  margin-bottom: 10px;
  height: 104px;
  overflow: hidden;
}

body #content .icord-study-item-extended {
  width: 100%;
  height: 124px;
}

body #content .icord-study-item-condensed {
  height: 40px;
  width: 48%;
  margin-right: 1%;
}

body #content .icord-study-item-title {
  text-decoration: none;
  display: block;
}

body #content .icord-study-item .icord-study-item-title {
    color: #666;
    font-weight: bold;
}

body #content .icord-study-item-image {
  float: left;
  margin-right: 5px !important;
  width: 100px;
  height: 100px;
  border-radius: 3px !important;
}

body #content .icord-study-item-condensed .icord-study-item-image {
  width: 40px;
  height: 40px;
}

body #content .icord-study-item-extended .icord-study-item-image {
  width: 120px;
  height: 120px;
}

body #content .icord-study-item-hide-excess {
  font-size: 0.9em;
}

body #content .icord-study-item-extended .icord-study-item-hide-excess {
  font-size: 1em;
}

body #content .icord-study-item-read-more {
  background-image: linear-gradient(to bottom, rgba(255,255,255,0) 0%,
  rgba(255,255,255, 0.5) 30%, rgb(255,255,255) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  text-align: center;
  margin: 0 0 0 100px;
  padding: 15px 0 0;
  z-index: 1;
}

body #content .icord-study-item-condensed .icord-study-item-read-more {
  background-image: transparent;
  right: 1%;
  left: auto;
}

body #content .icord-study-item-read-more::after {
  content: ' ';
  height: 20px;
  position: absolute;
  bottom: 0;
  background: rgba(255,255,255,0.5);
  left: 40%;
  width: 20%;
  z-index: -1;
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}
