.tsl_section{
    max-width:75em;
}

.tsl-gdoffer-title{
    font-weight: bold;
    width:100%;
    text-align: center;
}
.tsl-gdoffer-coupon{
    font-weight: bold;
    width:100%;
    text-align: center;
}
.tsl-gdoffer-go-to-listing{
    text-align: right;
}
.geodir_message_note{
    color: black !important;;
}

.tsl-gdo-grid-item{
    margin-bottom: 10px;
    border: 1px solid lightgray;
}
.tsl-gdoffer-image{
    border:0;
    padding-top: 9px;
}
.tsl-gdoffer-go-to-listing{
    color:grey;
    text-align: center;
    font-size: .9em;
}

.tsl-gdoffer-from{
    color:black;
}

.tsl-gdoffer-end{
    color:black;
}

.tsl-gdoffer-from-value{
    color:black;
}

.tsl-gdoffer-end-value{
    color:black;
}

.tsl-gdoffer-content{
    font-size: .8em;
}

.tsl-gdoffer-grid-item-table {
    border-collapse: collapse;
    border: none !important;
    line-height: 1;
    margin-bottom: 1em;
}

.tsl-gdoffer-grid-item-table th {
    border: none !important;
}

.tsl-gdoffer-grid-item-table td{
    border: none !important;
    padding-bottom:3px;
    padding-top: 3px;
}

.tsl-gdoffer-grid-item-table tr{
    border: none !important;
}

.tsl-gd-grid-item{
    margin-bottom: 10px;
    border: 1px solid lightgray;
}

#tsl-gdoffers-masonry-grid .tsl-gutter-sizer{width:2%;}
#tsl-gdoffers-masonry-grid .tsl-gdo-grid-item{width:31%;margin-bottom:4%;}

@media (max-width:1200px){
	#tsl-gdoffers-masonry-grid .tsl-gutter-sizer{width:4%;}
	#tsl-gdoffers-masonry-grid .tsl-gdo-grid-item{width:48%;}
}

@media (max-width:768px){
	#tsl-gdoffers-masonry-grid .tsl-gutter-sizer{width:0%;}
	#tsl-gdoffers-masonry-grid .tsl-gdo-grid-item{width:100%;}
}

.tsl-gdoffer-content{
   line-height: 1.3;
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 3;
           line-clamp: 3;
   -webkit-box-orient: vertical;
}
