﻿h1 {
	color:#1E356D;
	font-family:Arial;
	font-size:1.2em;
	font-weight:bold;
	margin-bottom:0.3em;
	margin-top:0.3em;
}

.orders {
	padding:5px;
}
.orders .intro {
	margin-top:0.2em;
}
.orders .items {
	background-color:#E0E0E0;
	border:1px solid #C0C0C0;
	width:98%;
}
.orders .items td {
	background-color:#F3F3F3;
	padding:6px;
	vertical-align:top;
}
.orders .control {
	padding:0px;
	vertical-align:top;
	width:10px;
}
.orders .item {
	width:80%;	
}
.orders .item .title {
	color:#444444;
	font-size:1em;
	font-weight:bolder;
}
.orders .price {
	font-family:Arial;
	font-size:1.3em;
	width:20%;
}	
.orders .item .description p, .orders .item .description ul {
	margin-bottom:0pt;
	margin-top:0.3em;
	padding:0pt;
}
.orders .item .description {
	color:#555555;
}


.exposedPassword {
	background-color:#EFBBB0;
}

.weakPassword {
	background-color:Yellow;
}

.strongPassword {
	background-color:#BEEFB0;
}
