﻿body
{
	font-family: 'segoe ui' , arial, sans-serif;
	font-size: 12px;
}
h1
{
	font-size: 18px;
	margin: 0;
}
ul li
{
	font-size: 14px;
}
.container
{
	width: 100%;
	margin-top: 20px;
}
.table td
{
	text-align: left;
}
.table td span
{
	font-weight: bold;
}
.heading
{
	font-size: 16px;
	color: Blue;
}
.divMessage
{
	width: 650px;
	text-align: left;
	margin-top: 5px;
}
.loading
{
	width: 200px;
	text-align: center;
	vertical-align: middle;
	margin-top: 240px;
	background-color: #fff;
	border: solid 1px black;
	padding: 20px;
}
