﻿.test section {
	margin: auto 20px;
}

.phone .test .page-section {
	margin: auto 4px;
}

.phone .test .page-header .titlearea {
	-ms-grid-column: 1;
	margin-top: 37px;
	margin-left: 24px;
	font-size: 28pt;
	width: calc(100vw - 20px);
}

.phone .test .back-button {
	display: none;
}

.fragment {
	-ms-grid-columns: 1fr;
	-ms-grid-rows: 128px 1fr;
	display: -ms-grid;
	height: 100%;
	width: 100%;
}

.fragment section[role=main] {
	-ms-grid-row: 2;
	height: 100%;
}
    
div {
    margin: 10px;
}

html {
	overflow-y: scroll;
}