﻿BODY
{
FONT-FAMILY: Open Sans;
font-size: 14px;
font-weight: normal;
COLOR: black;
}

INPUT, TEXTAREA
{
font-size: 1em;
}

P
{
font-size: 1em;
margin-top:0em;
margin-bottom:0.5em;
}

H1
{
font-size: 2em;
font-weight: bold;
margin-top:0em;
margin-bottom:0em;
}

H2
{
font-size: 1.4em;
font-weight: bold;
margin-top:0em;
margin-bottom:0.5em;
}

H3
{
font-size: 1.2em;
font-weight: bold;
margin-top:0em;
margin-bottom:0.5em;
}

hr
{ 
    display: block;
    margin-top: 0em;
    margin-bottom: 1em;
    margin-left: auto;
    margin-right: auto;
    border-style: solid;
    border-width: 1px;
    border-color: black
}

.roundbutton
{
font-size: 1.0em;
font-weight: bold;
border-color: white;
color:white;
border-width: 0.1em;
padding: 0.3em;
background-color: #106A01;
border-radius: 0.5em;
cursor: pointer;
}
.roundbutton:hover
{
opacity: 0.7;
border-width:0.2em;
padding: 0.2em;
}

.menu
{
width:100%;
font-size: 1.5em;
font-weight: bold;
cursor: pointer;
padding-top:0.2em;
padding-bottom:0.2em;
}
.menu:hover
{
background-color:silver;
cursor: hand
}

.ui-tooltip
{
	font-size:14pt;
	background: #404040;
	color: yellow;
	border-width: 0px;
	border-color: white;
	border-radius: 12px;
    white-space: pre-line;
    box-shadow: none;
    max-width:600px;
}
</style>
