/* here you can put your own css to customize and override the theme */
@media screen  {
    table.dataTable td:nth-child(1) {
    	width: 200px;
    } 
    table.dataTable td:nth-child(2) {
    	width: 120px;
    } 
    table.dataTable td:nth-child(3) {
    	width: 500px;
    } 
    table.dataTable td:nth-child(4) {
    	width: 500px;
    	word-break: break-all;;
    } 
    table.dataTable td:nth-child(5) {
    	width: 200px;
    } 
    table.dataTable td:nth-child(6) {
    	width: 200px;
    } 
}


.totalViews number {
    font-size: 1.3em;
    letter-spacing: -1px;
    font-weight: 700;
}



#datatable_ajax img.itemCaption:before {
  content: " ";
  font-size: 1000px;
  background-image: url("../../../img/not_found.png");
  background-size:cover;
  display: block;
  width: 120px;
  height: 86px;
  position: relative;
  z-index: 0;
  margin-bottom: -16px;
}