﻿@charset "UTF-8";

@media only screen and (min-width: 600px) {
	.table-row {
		display: table;
		width: 100%;
		table-layout: fixed;
		margin: 12px 0 0 0;
	}

	.table-cell {
		display: table-cell;
		font-size: 14px;
	}

	.table-row p {
		padding-right: 12px;
	}
}