.has-search .form-control {
	padding-left: 1opx;
}

.has-search .form-control-feedback {	
	text-align: center;
	color: #aaa;
}

.table-striped tbody tr:nth-of-type(odd) td, .table-striped tbody tr:nth-of-type(odd) th
	{
	background-color: #F8F8F8;
}

.my-card {
  box-shadow: 0 2px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  border-radius: 5px; /* 5px rounded corners */
}