﻿body
{
}
h1
{
	font-family:'verdana';
	font-size:14pt;
}
h2
{
	font-family:'verdana';
	font-size:12pt;
}
h3
{
	font-family:'verdana';
	font-size:10pt;
}
p, th, div
{
	font-family:'verdana';
	font-size:8pt;
}
.tboxLabel
{
	font-family:'verdana';
	font-size:8pt;
}
.tboxHead
{
	font-family:'verdana';
	font-size:10pt;
	font-weight:bold;
	margin-bottom:3pt;
}
.MKErrLabel
{
	font-family:'verdana';
	font-size:9pt;
	color:Red;
}
.MKOkLabel
{
	font-family:'verdana';
	font-size:9pt;
	color:green;
}
.MKCenter {
    margin-left:200px;
    margin-top:200px
}

.commentsk
{
	font-family:'verdana';
	font-size:8pt;
	font-style:italic;
}

.contentContainer > * 
{ 
    background: #F5F5F5; 
    padding: 1em; 
} 
 
.sameRowContainer 
{ 
    display: flex; 
    flex-direction: row; 
    align-items: center; 
} 
.sameRowContainer > * 
{ 
    margin-right: 1em; 
}

.warningDialog
{
    background-color: #FF9999;
    border: 1px solid black;
    border-radius: .5em;
    display: inline-block;
    margin: 5px 0;
    padding: .5em;
}