.img-rounded{
	border-radius:4px;
}
.img-circle {
	border-radius:50%;
}
.img-bordered{
	padding: 3px;
    border: 1px solid #e0e0e0;
}
.img-bordered-primary{
	border-color:$color-primary;
}
.img-bordered-orange{
	border-color:$brand-warning;
}

.img-bordered-green{
	border-color:$brand-success;
}