.ws-button {
    clear: both;
}
.ws-button i {
    vertical-align: text-bottom;
}

.fullwidth-button {
    width: 100%
}
/* .ws-button.right-iconposition i {
    padding-left: 12px
}
.ws-button.left-iconposition i {
    padding-right: 12px
}
.button.left-button {
    float:left;
}
*/
.button.right-button {
	clear:both;
    float:right;
}
.button.center-button {
    /* display: table; */
    /* padding: 10px 22px 12px; */
    margin-left: auto;
    margin-right: auto;
}
