div.ro-item-wrap {
  width:320px;
  height: 164px;
  margin:5px;
  padding:10px;
  border:4px double #aaa;
  background-color: #fff;
  border-radius: 8px;
}
div.ro-item-name {
  padding: 10px 0 4px 100px;
  margin: -11px -11px 8px -11px;
  background: #eee;
  border: 1px solid #aaa;
  font-size: 13px;
  color: $fff;
  border-radius: 4px 4px 0 0;
  white-space: nowrap;
  overflow: hidden;
}
div.ro-item-description {
  padding: 0 0 0 94px;
  font-size: 13px;
  line-height: 20px;
  overflow-y: auto;
  height: 100px;
}
div.ro-item-description::-webkit-scrollbar{
  width: 12px;
}
div.ro-item-description::-webkit-scrollbar-track{
  background: #fff;
  border: none;
  border-radius: 10px;
  box-shadow: inset 0 0 2px #777; 
}
div.ro-item-description::-webkit-scrollbar-thumb{
  background: #94B5EF;
  border-radius: 10px;
  box-shadow: none;
}
div.ro-item-img {
  position: absolute;
  width: 80px;
  height: 100px;
  background: #fff;
  border: 1px solid #fff;
  box-shadow: 2px 2px #ddd;
  text-align: center;
}
div.ro-item-card {
  width: 320px;
  height: 3px;
  margin: 5px 5px 20px 5px;
  padding: 10px;
  border: 4px double #aaa;
  background-color: #fff;
  border-radius: 8px;
  line-height: 10px;
}
div.ro-item-card img {
  padding: 0 4px 0 0;
  margin: -12px 0 0 0;
}