#measures_search_result{
   margin-top: 50px;
   margin-bottom: 100px;
}
.measure-search-response{
   width: 100%;
   padding-top: 15px;
}
.measure-link{
   width: 100%;
   font-size: 14px;
   color: #696969;
   padding-bottom: 7px;
}
.measure-link > a {
   text-decoration: none !important;
   color: #696969 !important;
}
.measure-link > a:hover{
   color: #565656 !important;
}
.measure-title{
   font-size: 20px;
   font-weight: 400;
   padding-bottom: 7px;
}
.measure-title > a {
   text-decoration: none !important;
}
.measure-title:hover{
   text-decoration: underline;
}
.measure-description {
   margin-bottom: 10px;
   font-size: 16px;
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2; 
   -webkit-box-orient: vertical;
}
.measure-tags{
   margin-bottom: 20px;
}

.measure-tags label{
   display: contents !important;
}

.measure-tags img {
    margin-right: 7px;
    height: 16px;
    display: inline-block;
}