﻿@charset "utf-8";
/* CSS Document */




td.TdView {
		display: block;
		width: auto;
		border: none;
		margin-bottom: 10px;
	}

	@media only screen and (min-width: 420px) {
		td.TdView {
			display: table-cell;
			border: none;
			margin-bottom: 0px;
			width: 50%;
			border: 0;
		}
	}

	@media only screen and (min-width: 1024px) {
		td.TdView {
			display: table-cell;
			border: none;
			margin-bottom: 0px;
			width: 50%;
			border: 0;
		}
	}

	@media only screen and (min-width: 768px) {
		td.TdView {
			display: table-cell;
			border: none;
			margin-bottom: 0px;
			width: 50%;
			border: 0;
		}
	}

	table.TableView {
		width: 100%;
		background: #f5f5f5;
	}

	@media only screen and (min-width: 420px) {
		table.TableView {
			width: 100%;
			border-collapse: separate;
			border-spacing: 10px;
			margin-left: -10px;
		}
	}

	@media only screen and (min-width: 1024px) {
		table.TableView {
			width: 100%;
			border-collapse: separate;
			border-spacing: 10px;
			margin-left: -10px;
		}
	}

	@media only screen and (min-width: 768px) {
		table.TableView {
			width: 100%;
			border-collapse: separate;
			border-spacing: 10px;
			margin-left: -10px;
		}
	}