.horizontal-scroll-wrapper > .row {
  display: inherit;
  flex-wrap: inherit;
  overflow-x: auto;
  white-space: nowrap;
}

.horizontal-scroll-wrapper > .row > .col-xs-3 {
    display: inline-block;
    //height: 430px;
}

.horizontal-scroll-wrapper > .row > .col-xs-3 > .text-truncate {
    max-width: 200px;
}

.horizontal-scroll-wrapper > .row > .col-xs-3 > div:hover {
    cursor: pointer;
}

.detail-content-wraper {
    height: 395px;
    max-height: 395px;
    overflow: auto;
}