.round {
	border-radius: 6px !important;
	}
.round-top-right {
	border-top-right-radius: 6px !important;
	}
.round-right {
	border-top-right-radius: 6px !important;
	border-bottom-right-radius: 6px !important;
	}
.round-bottom-right {
	border-bottom-right-radius: 6px !important;
	}
.round-bottom {
	border-bottom-left-radius: 6px !important;
	border-bottom-right-radius: 6px !important;
	}
.round-bottom-left {
	border-bottom-left-radius: 6px !important;
	}
.round-left {
	border-top-left-radius: 6px !important;
	border-bottom-left-radius: 6px !important;
	}
.round-top-left {
	border-top-left-radius: 6px !important;
	}
.round-top {
	border-top-left-radius: 6px !important;
	border-top-right-radius: 6px !important;
	}
