﻿body 
{
	font-size: 12px;
	font-family: "Segoe UI",Arial,sans-serif;
	background-color: lightgray;
	text-align: center;
	margin: 20px;
}
div.main
{
	background-color: White;
	border: solid 3px darkgray;
	text-align: left;
	padding: 20px;
	display: inline-block;
}
#pnlUpdate
{
	width: 310px;
}
#pnlUpdated
{
	width: 310px;
}

.SubHead
{
	font-weight: bold;
}
.alert
{
	font-weight: bold;
	color: #F44336;
}

.message
{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}
.message .sub
{
	font-size: 14px;
	font-weight: normal;
}

.version
{
	margin: 40px;
}
.version .SubHead
{
	display: inline-block;
	width: 160px;
}

.cmd
{
	text-align: center;
	padding-bottom: 5px;
}
.cmd .sub
{
	margin-top: 6px;
}