body
{
	font-family: sans-serif;
	font-size: large;
}

.smalltext
{
	font-size: x-small;
}

.fill
{
	box-sizing: border-box;
	display: block;
	width: 100%;
}

.fillabs
{
	box-sizing: border-box;
	display: block;
	width: 99%;
	position: absolute;
	left: 1px;
	top: 11px;
}

.fill_0_0_lower
{
	box-sizing: border-box;
	display: block;
	width: 99%;
	position: absolute;
	z-index: 0;
	left: 1px;
	top: 11px;
}

.fill_0_0_higher
{
	box-sizing: border-box;
	display: block;
	width: 94%;
	position: absolute;
	z-index: 100;
	left: 1px;
	top: 11px;
}

tr.datatable
{
	height: 30px;
	position: relative;
	background-color: #ccccff;
}

td.headertext
{
	width: 150px;
}

td.headerinput
{
	width: 200px;
}

td.headerbutton
{
	width: 100px;
}

td.description
{
	width: 35%;
	min-width: 300px;
	max-width: 500px;
	position: relative;
}

td.username
{
	width: 20%;
	min-width: 50px;
	max-width: 200px;
	position: relative;
}

td.password
{
	width: 20%;
	min-width: 50px;
	max-width: 200px;
	position: relative;
}

td.commands
{
	width: 25%;
	min-width: 50px;
	max-width: 100px;
	position: relative;
}

table.datatable
{
	width: 100%;
	max-width: 1000px;
}

a:link
{
	color: black;
}

a:visited
{
	color: black;
}

a:hover
{
	color: red;
}

a:active
{
	color: red;
}

/* vim: sw=4 ts=4
*/