/*
* Extra features for the HTML tables. 
* Author: Mohsen Farzone (January 2015)
*/

.table-noborder > tbody > tr > td {
	border: 0 !important;
}

.table-even {
	table-layout: fixed;
}

.bubble-blue:after {
	content: none;	
}

.bubble-red:after {
	content: none;
}	

.text-center {
	text-align: center !important;
	vertical-align: middle !important;
}

.shorth {
	line-height: 10px;
}