/* submit-button */

submit-button{
	display: inline-flex;
	width: fit-content;
}
submit-button .spinner{
    width: 20px;
	height: 20px;
    display: none;
}
submit-button:disabled span{
	display: none;
	color: #CCC;
}

/* tables */

.table{
	display: table;
	width: 100%; 
	border-collapse: collapse;
	border: none;
}
.table-row{
	display: table-row;
}
.responsive-form .table-cell{
	display: table-cell;
}