.dot {
	display: inline-block;
	border-radius: 50%;
	width: 50%;
	background-color: #9da5b1;
	height: 15px;
	width: 15px;
	margin: 0 2px;
}

.dot-success {
	background-color: #2eb85c;
}

.dot-warning {
	background-color: #f9b115;
}

.dot-danger {
	background-color: #e55353;
}

.dot-sm {
	height: 10px;
	width: 10px;
}

.dot-lg {
	margin: 0 4px;
	height: 20px;
	width: 20px;
}