@CHARSET "UTF-8";

table {
	width: 100%;
	border-collapse: collapse;
}

th, td {
	border-top: 0 !important;
	border-bottom: 1px solid #ddd;
	/*border: 1px solid #000;
	padding: 8px;*/
	text-align: left;
	vertical-align: middle !important;
}

th {
	width: 100%;
	/*background-color: #f2f2f2;*/
}

h1 {
	text-align: center;
}

.col1 {
	width: 30%;
}

.col2, .col3 {
	width: 35%;
}

.fontBlue {
	color: blue;
	font-style: italic;
}

.title {
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
}

.col-title {
	font-weight: bold;
	text-align: center;
}

ol {
	padding-left: 0;
}

ol li {
	margin-left: 0;
	padding-left: 0;
	list-style-position: inside;
}

img.center{
	display: block;
	margin: 0 auto;
}

.deployNote {
	color: red;
	font-size: 24px;
	text-align: center;
}