﻿html, body
{
    height: 100%;
}
body, td, div, span, li
{
    font-family: Arial, Tahoma;
    font-size: 9pt;
    padding: 0;
    margin: 0;
    text-align: left;
    vertical-align: middle;
    word-wrap: break-word;
}
li.info
{
    font-size: 8pt;
}
input, select, textarea
{
    font-family: Arial, Tahoma;
    font-size: 9pt;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box ; /* Opera/IE 8+ */
}
br.clear
{
    clear: both;
    line-height: 0;
    height: 0;
    min-height: 0;
    font-size: 1px;
}
fieldset
{
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
}
fieldset legend
{
    font-weight: bold;
}
a
{
    color: black;
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}
a:link, a:visited
{
}
table
{
    border-spacing: 0;
    border-collapse: collapse;
}
dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td
{
    margin: 0;
    padding: 0;
}
img
{
    border: 0;
}
ol, ul
{
    list-style: none;    
}
caption, th
{
    text-align: left;
}
q:before, q:after
{
    content: '';
}
.text-danger {
    color: #ff0000;
}
