html, body 
{
    height: 100%;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, 
p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn,
em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, 
var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, 
tbody, tfoot, thead, tr, th, td 
{
    border: 0 none;
    font-family: sans-serif;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0 none;
    padding: 0;
}
ul
{
	list-style-position: inside;
}
h1 
{
    font-size: 2.1em;
    font-weight: normal;
    line-height: 1.1em;
    margin: 20px 0 15px;
}
h2 
{
    font-size: 1.7em;
    font-style: normal;
    font-weight: normal;
    line-height: 1.1em;
    margin: 15px 0 10px;
}
h3 
{
    font-size: 1.5em;
    font-weight: normal;
    line-height: 1.1em;
    margin: 10px 0 5px;
}
h4 
{
    font-size: 1.3em;
    font-weight: normal;
    left: 0;
    line-height: 1.1em;
    margin: 10px 0 5px;
}
h5 
{
    font-size: 1.2em;
    font-style: normal;
    font-weight: normal;
    line-height: 1.1em;
    margin: 8px 0 5px;
}
.btn 
{
	background-color:#2a6699;
	border-radius:6px 6px 6px 6px;
	font-weight:bold;
	font-weight:600;
	padding-top:10px;
	padding-bottom:10px;
	padding-left: 1em;
	padding-right: 1em;
	border: 0px;
	color: #fff;
	min-width: 40px;
}
.btn:disabled,
.btn.disabled 
{
	/*border: 1px solid #999999;*/
	background-color: #cccccc;
	color: #666666;
}

html,
body {
    text-overflow: ellipsis;
    /*white-space: nowrap;*/
    margin: 0;
    padding: 0;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
	/*height: calc(var(--vh, 1vh) * 100);*/
}

.w100 {width: 100%}

.margin10 {margin: 10px}
.marginleft10 {margin-left: 10px}
.marginright10 {margin-right: 10px}
.margintop10 {margin-top: 10px}
.marginbottom10 {margin-bottom: 10px}

.margin5 {margin: 5px}
.marginleft5 {margin-left: 5px}
.marginright5 {margin-right: 5px}
.margintop5 {margin-top: 5px}
.marginbottom5 {margin-bottom: 5px}

.padding10 {padding: 10px}
.paddingleft10 {padding-left: 10px}
.paddingright10 {padding-right: 10px}
.paddingtop10 {padding-top: 10px}
.paddingbottom10 {padding-bottom: 10px}

.margin1em {margin: 1em;}
.padding05em {padding: 0.5em;}

.floatright {float: right;}

.hidden {display: none;}

a {text-decoration: none; color: black;}
