/* your styles go here */
.success {
	color: #3c763d;
	background: #dff0d8;
	border: 1px solid #3c763d;
	margin-bottom: 20px;
	text-align: center;
}
.error{
	width: 92%;
	margin: 0px auto;
	padding: 10px;
	border: 1px solid #a94442;
	color: #a94442;
	background: #f2dede;
	border-radius: 5px;
	text-align: left;
}
.table-custom td, .table-custom th{
	border:1px #eee solid;
}
/* remove border from bottom right cell */
.table-custom tr:last-child td:last-child{
	border:none;
}