.tableItem {

	font-size:10px;

}

/* This does 10px gutters. 
The values in the CSS should be half 
the desired gutter width */
.condensed-grid.row, 
.condensed-grid .row { 
	margin-left: -2px; 
	margin-right: -2px;
	border-bottom: solid black 1px;
} 

.condensed-grid [class*="col-"]{ 
	padding-left: 2px; 
	padding-right: 2px; 
	font-size:12px;
}

.header-grid .row{
	border-bottom: solid black 1px;
}

.notification-grid .row{
	border-bottom: solid black 1px;
}


.m3dian-semantic-table .row{
	border-bottom: solid black 1px;
}

.input-xs {
    height: 22px;
    padding: 5px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}


.m3dian-bordered-table .thead,tbody,tr,td,th{
    
	border: solid black 1px;
	text-align: center;
}

.table-condensed>tbody>tr>td{
	padding: 2px;
}

.blink_me {
  animation: blinker 2s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0.25;
  }
}

[list]::-webkit-calendar-picker-indicator {
	display: none;
}
