/* Import default CSS file */
@import url('default.css');

/* Color column-labels */
.column-tags, .column-plugin {
	color: #337ab7;
}
	
/*
.table-responsive
	{ overflow-x: visible !important; }
*/	
/* Minimum width colum */	
#buglist .column-last-modified
	{ min-width: 80px; }

/* Avatar border */
.bugnote-avatar-80
	{ border: 0px !important; }
/**/