﻿body
{
	background-color: #fff;
	color: #666666;
	font-family: 'Trebuchet MS';
	font-size: 12px;
}
h2
{
	color: #CC0000;
}
.menu a
{
	display: block;
	margin: 5px;
	font-size:12px;
}
table
{
	width:100%;
	margin-right: 0px;
	height: 24px;
}
.table_n
{
	width:100%;
	margin-right: 57px;
}
.itemback
{
	background-color:White;
	
}
input[type="text"]
{
	width:200px;
}
select
{
	width:200px;
	margin-left: 0px;
	}
#divlogin
{
	margin-right: auto;
	margin-left: auto;
	margin-top: 100px;
	width:500px;
	position:relative;
	top: -94px;
	left: 0px;
	height: 402px;
}
#divlogin2
{
	margin-right: auto;
	margin-left: auto;
	width:487px;
}
.inlog
{
	text-align: center;
	width: 479px;
}
#divlogin2 img
{
	width:150px;
	height:83px;
}

.btnMod {
	width: 80%;
}

/* Peter's style */
.col-md-8 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
} 

.ml-auto {
	margin-left: auto;
}
.mr-auto{
	margin-right: auto;
}

.grid_10 {
	width: 100%;
}

.PetersTable {
	width: 80%;
}