﻿/* DEFAULTS
Whitesmoke: #F5F5F5

----------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap');
@import url('https://www.w3schools.com/w3css/4/w3.css');
@import url('https://fonts.googleapis.com/icon?family=Material+Icons');
/* 
	body serves as default font setting, don't repeat unless overriding
	Roboto Font
	Normal font weight is 400
	semi-bold is 500
*/
body {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 12pt;
	color: dimgray;
}
p
{
	line-height: 1.60;
}
a
{
	color: dimgray;
	text-decoration: none;
}
a:hover
{
	color: #6699FF;
}
a:active
{
	color: steelblue;
}
table
{
	border-style: none;
	border-width: 0px;
	border-spacing: 0;
	font-size: 12pt;
	padding: 5px;
	table-layout: fixed;
	text-align: left;
	vertical-align: middle;
	width: 100%;
}
ul 
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
li
{
	padding: 5px;
	cursor: pointer;
}
li:hover
{
	background-color: lightsteelblue;
}
h1 {
	font-size: 16pt;
	font-weight: 500;
	color: #004d99;
}
h2
{
	font-size: 14pt;
	font-weight: 500;
}
strong
{
	font-weight: 500;
	font-style: normal;
	font-variant: normal;
	color: black;
}

/* Common Display Styles
----------------------------------------------------------*/

.Card
{
	padding: 16px;
	color: dimgray;
}
.Instruction
{
	padding: 16px;
	color: black;
}
.Data
{
	font-weight: 500;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 2px;
	font-variant: normal;
	color: black;
}
.DataID {
	font-weight: 600;
	color: black;
	font-size: 24pt;
}
.DataLabel {
	font-weight: 400;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 2px;
	font-variant: normal;
	color: dimgray;
	font-size: 10pt;
}
.Legal
{
	font-size: 10pt;
	font-weight: 500;
	padding: 6px;
	background-color: #FFCC66;
}
.Small
{
	font-size: 10pt;
	font-weight: 500;
	padding: 6px;
}
