@charset "UTF-8";

h1
{
	font-weight: normal;
}

a
{
	color: #000000;	
}

p.tab
{
	margin-left:40px;
}

#overlay 
{
    position: fixed; 
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

#popup
{
    position:absolute;
    background:rgba(0,0,0,0.2);
    border-radius:14px;
    padding:8px;
}

#message
{
    border-radius:8px;
    background:#fff;
    padding:20px;
}

#close 
{
	height:20px; 
	width:40px;
	margin: 0 auto;
    text-align:center; 
    position:relative;
    display:block;
}

#header
{
	background-color: black;
	font-family: Helvetica, Arial, sans-serif;
	color: white;
	text-align: center;
	padding: 5px;
}

#subheader
{
	background-color: white;
	font-family: Helvetica, Arial, sans-serif;
	color: black;
	text-align: center;
}

.subheaders
{
	display: inline;
}

#cherokeeVerb
{
	padding-top: 0.5cm;
	text-align: center;
	font-size: 200%;
}

#verb
{
	font-family: "DejaVu Sans Mono", "DejaVu Sans Mono Book", "DevaVu Sans Mono Bold", sans-serif;
	font-weight: normal;
	text-align: center;
	font-size: 150%;
}

#topsel
{
	font-weight: bold;
	font-size: 150%;
}

div.column
{
	width: 32%;
	display: inline-block;
	vertical-align: top;
	text-align: left;
    padding-top: 5px;
    margin-left: auto;
    margin-right: auto;
}

div.row
{
	width: 100%;
	text-align: center;
	display: inline-block;
}


div.input
{
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0.5cm;
	border: 2px solid grey;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

div.n1
{
	display: inline;
}

div.n2
{
	display: inline;
}

div.n2sg
{
	display: inline;
}

div.n3
{
	display: inline;
}

div.inf
{
	display: inline;
}

div.imp
{
	display: inline;
}

div.futimp
{
	display: inline;
}

div.fut
{
	display: inline;
}

div.immpast
{
	display: inline;
}

div.hab
{
	display: inline;
}

div.reppast
{
	display: inline;
}

div.distpast
{
	display: inline;
}

div.pres
{
	display: inline;
}

#notice
{
	font-size: 65%
}

body
{
	text-align: center;
}
