﻿@media not screen and (max-width: 50rem) {
	.imgMainL {
		visibility: visible;
		height: 100%;
	}

	.imgMainS {
		display: none;
		visibility: hidden;
		height: 0px;
	}
}

@media screen and (max-width: 50rem) {
	.imgMainL {
		display: none;
		visibility: hidden;
		height: 0px;
	}

	.imgMainS {
		visibility: visible;
		height: 100%;
	}

	.Title {
		display: flex;
		flex-direction: column;
		align-content: center;
		padding-left: 0px;
		padding-right: 0px;
		width: 100%;
	}

	.Summary {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.Detail {
		display: flex;
		justify-content: center;
		padding-left: 0px;
		padding-right: 0px;
		width: 100%;
	}

	.Totals {
		display: flex;
		justify-content: center;
		align-items: center;
		padding-left: 0px;
		padding-right: 0px;
		width: 100%;
	}

	.Rowst {
		padding-bottom: 0px;
		padding-top: 0px;
	}
}