body {
    background-color: #FFFFFF;
    margin-left:0px;
    margin-right:0px;
}

h1#header{
    width: 100%;
	height: 65px;
	margin-top: -9px;
	background-image: linear-gradient(#072B3F, #0A405F);
}
img.title{
	margin-top: 7px;
	margin-left: 16px;
}
div.icon{
	margin-top:3.2em;
}
a{
	color:#555555;
	font-weight:bold;
	text-decoration: none;
}
a, img {
    border:none;
    outline:none
}
h2 {
	margin-top:1.1em;
    color: #555555;
    text-align: center;
    margin-left:auto;
    margin-right:auto;
    font-size: 3.2em;
    font-weight: lighter;
    font-family:Helvetica, Arial;
}
h3 {
	margin-top:.8em;
	color: #555555;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	font-size: 1.55em;
	font-weight: lighter;
    font-family: Helvetica, Arial;
	width:46em;
}

img.icon{
	width: 80px;
	text-align: center;
}
p.name{
	width:80px;
	margin-left:auto;
	margin-right:auto;
	font-size:1em;
	margin-bottom:0em;
	color: #555555;
	font-weight: lighter;
        font-family: Helvetica, Arial;
}
p.version {
    margin-top:0em;
    font-size:1em;
    color: #757575;
    text-align:center;
    font-weight: lighter;
    font-family: Helvetica, Arial;
}
div.message{
	margin-top:50px;
}
td{
	width:120px;
	text-align:center;
}
table.icon{
	margin-left:auto;
	margin-right:auto;

}

.issues {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.issues img {
	vertical-align: text-bottom;
}

.issue {
	color: #555555;
	font-size: 2em;
	font-weight: lighter;
    font-family: Helvetica, Arial;
	margin-left: 5px;
}

.hiddenRow {
    display: none;
}

.row {
	margin-bottom: 10px;
}

h1.all-good {
    border-bottom-color: #1AA951;
}
