.pretty-alert-widget table {
	border-collapse: separate;
	border: solid;
	border-width: 1px;
	border-radius: 10px;
	padding: 19px;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
	color: #696462;
}

.pretty-alert-widget table tbody td:first-child {
	width: 50px;
	font-size: 30px;
	line-height: 27px;
}

.pretty-alert-widget .table-danger,
.pretty-alert-widget .table-success,
.pretty-alert-widget .table-info,
.pretty-alert-widget .table-warning {
	border-width: 1px;
	border-radius: 10px;
	background-color: white;
}

.pretty-alert-widget .table-danger {
	border-color: #e30102;
}

.pretty-alert-widget .table-success {
	border-color: #2cb839;
}

.pretty-alert-widget .table-info {
	border-color: #337ab7;
}

.pretty-alert-widget .table-warning {
	border-color: #8a6d3b;
}

.pretty-alert-widget .table-danger td:first-child {
	color: #e30102;
}

.pretty-alert-widget .table-success td:first-child {
	color: #2cb839;
}

.pretty-alert-widget .table-info td:first-child {
	color: #337ab7;
}

.pretty-alert-widget .table-warning td:first-child {
	color: #8a6d3b;
}
