.shape-chooser-items{
	width: 100%;
	clear: both;
}
.shape-chooser-item{
	display: inline-block;
    width: calc(50% - 20px);
    margin: 5px;
    padding: 3px;
    border: 1px solid #ccc;
    text-align: center;
    cursor: pointer;
}
.shape-chooser-item.active{
	border: 1px solid #1979c3;
}