@type: gap;
@color: #333;
@size: 1px;
@width: 100%;
@m-top: 0px;
@m-btm: 0px;

.iw-so-divider {
	border-top-style: @type;
	border-top-width: @size;
	border-top-color: @color;
	width: @width;
	margin-left: auto;
	margin-right: auto;
}
.iw-so-divider-top {
	height: @m-top;
}
.iw-so-divider-bottom {
	height: @m-btm;
}
