﻿.RowDataList{height:150px}
.ImageDataList{width:100px;height:125px;margin-top:10px}
.ImageDataList img{max-height:125px}
.SummaryDataList{height:110px;line-height:2}
.SummaryDataList *{transition:all 400ms ease-in-out}
.DownloadDataList{width:17px;height:17px;top:1px}
/*Responsive*/
@media (max-width:450px) {
    .RowDataList{height:initial}
}