@media screen and (min-width: 0) and (max-width: 640px){
	.ms-core-form-subsection{
		.ms-table,
		.ms-tableRow,
		.ms-tableCell{
			display: block;
			.ms-floatRight{
				float: left !important;

				margin-top: 1em;
			}
		}
		.ms-aclinv-simplified-roles-container{
			padding: 0;
		}
	}
}