#app-root .row {
	display: block;
	padding: 0px;
	/*margin: 30px 0px;*/
	margin: 15px 0px;
}

#app-root h1.row, #app-root h2.row {
	margin: 25px 0px;
}

#app-root div.row.commands-section {
    margin: 25px 0 30px;
}

#app-root div.row.p1 {
    margin: 30px 0 30px;
}

#app-root div.row.p1 + div.row.commands-section {
    margin-top: 30px;
}

#app-root .row .cell-label {
	white-space: pre;

	display: inline-block;
	/*width: to be calculated by JS*/
	margin-right: 56px;
	margin-top: 10px;
	float: left;
}

#app-root .row .cell-label-gdpr-options {
	display: inline-block;
	/*width: to be calculated by JS*/
	margin-right: 56px;
	margin-top: 10px;
	float: left;
}

#app-root .row .gdpr-attach-label {
	display: block;
}

#app-root .row .cell-input {
	display: inline-block;
    width: 356px;
}

#app-root .bottom-label {
	display: inline-block;
    width: 553px;
}

#app-root .bottom-label:focus  {
    outline:none;
}

#app-root .row .cell-panel {
	width: 424px;
}
#app-root .row .cell-radio {
	width: 314px;
}

#app-root .row .cell-delimiter {
	margin: 0 20px;
}

@media only screen and (min-width: 43em) and (max-width: 59.93em) {

	#app-root .row {
		display: table;
	}

	#app-root .row .cell-label,
	#app-root .row .cell-input,
	#app-root .row .cell-panel,
	#app-root .row .cell-delimiter {
		display: table-cell;
		vertical-align: middle;
	}

	#app-root .row .cell-label,
	#app-root .row .cell-input-gdpr-option,
	#app-root .row .gdpr-attach-label,
	#app-root .row .cell-input {
		width: 100%;
	}

    #app-root .bottom-label {
        width: 99%;
    }


}

@media only screen and (min-width: 60em) {
    #app-root .gdpr-main-text-box {
        display: flex;
    }
}

@media only screen and (max-width: 42.983em) {

	#app-root h1.row, #app-root h2.row {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	#app-root .row .cell-label {
		margin-top: 0;
	}

	#app-root .row .cell-label,
	#app-root .row .cell-input,
	#app-root .row .cell-delimiter {
		width: 100%;
	}

	#app-root .bottom-label {
        width: 99%;
    }

	#app-root .row .cell-panel {
		width: 90%;
	}

}
