@media (min-width: 768px) {
    .col_full { width: 100%; }
    .col_half,
    .postcontent.bothsidebar { width: 48%; }
    .col_one_third { width: 30.63%; }
    .col_two_third { width: 65.33%; }
    .col_one_fourth,
    .sidebar { width: 22%; }
    .col_three_fourth,
    .postcontent { width: 74%; }
    .col_one_fifth { width: 16.8%; }
    .col_two_fifth { width: 37.6%; }
    .col_three_fifth { width: 58.4%; }
    .col_four_fifth { width: 79.2%; }
    .col_one_sixth { width: 13.33%; }
    .col_five_sixth { width: 82.67%; }
    body.stretched .container-fullwidth {
        position: relative;
        padding: 0 60px;
        width: 100%;
    }
    }
    
    .postcontent,
    .sidebar,
    .col_full,
    .col_half,
    .col_one_third,
    .col_two_third,
    .col_three_fourth,
    .col_one_fourth,
    .col_one_fifth,
    .col_two_fifth,
    .col_three_fifth,
    .col_four_fifth,
    .col_one_sixth,
    .col_five_sixth {
        display: block;
        position: relative;
        margin-right: 1%;
        margin-bottom: 5px;
        float: left;
    }
    
    .col_full {
        clear: both;
        float: none;
        margin-right: 0;
    }


    .title-block {
        margin-top: 10px;
        padding: 2px 0 3px 20px;
        /* border-left: 7px solid #1ABC9C; */
        border-left: 7px solid #358496;
        margin-bottom: 30px;
    }


    
.e6kellipsis{
  overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
 
   -webkit-line-clamp: 2; /* number of lines to show */
   -webkit-box-orient: vertical;
}

  /* CUSTOM */
  #centerTd {
    text-align: center;
    vertical-align:middle
  }
  
#centerFloatTd {
	text-align: center;
	vertical-align:middle;
	float: center;
  }

#leftTd {
	text-align: left;
	vertical-align:middle;
	padding-left:15px;
  }

#rigthTd {
	text-align: right;
	vertical-align:middle;
	padding-right:15px;
  }

a:hover {
    cursor:pointer;
   }