/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 
  
 .table-ritiri {
 	width: 100%;
 }
 
 
.table-ritiri thead tr {
	height: 40px;
	background-color: #F7F7F7;
}
.table-ritiri td {
	padding: 10px;
	border-bottom: 1px solid #d3d3d3;	
}	

.table-ritiri .no-border {
	border-bottom: 0;	
}

.table-ritiri tbody tr {
	font-size: 15px;
}

.table-meta {
	width: 100%;
}

.table-meta td {
	padding: 0 5px 5px 5px;
	border-bottom: 1px solid #d3d3d3;
	
}

.hide {
	display:none;
}

