@import url(layout.css);
@import url(layout-detail.css);
@import url(chrome.css);


/* ---------- Boxes ---------- */

#header .image {
    height: 80px;
}

#header h1 {
    margin-left: 1em;
}

#main-content {
    margin-bottom: 2em;
    margin-top: 2em;
}

/* ---------- Chrome ---------- */

#header .image {
    background-image: url('../images/procata-logo.gif');
    background-position: center left;
    background-repeat: no-repeat;
    text-align: center;
}

/* ---------- Typeography ---------- */

#header a {
    text-decoration: none;
    font-weight: 600;
}

#header h1 {
    line-height: 80px;
}

#footer {
	text-align: center;
}

/* ----------  ---------- */

.gfox, .gscraper {
	text-align: center;
}

#test_results {
	padding-top: 2em;
	padding-bottom: 2em;
	margin-top: 2em;
	margin-bottom: 2em;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

#test_results table {
    width: 100%;
}

th {
    text-align: left;
}

.intro {
    margin-bottom: 2em;
    padding-bottom: 2em;
    border-bottom: 1px solid black;
}

.steps {
    margin-top: 2em;
    margin-bottom: 2em;
}

.step {
    margin-top: 1em;
    margin-bottom: 1em;
}

.step .label {
    font-weight: bold;
}

.step .instruction {
    margin-left: 1em;
    margin-right: 1em;
    margin-top: .5em;
    margin-bottom: .5em;
}

.pass {
    color: green;
}

.fail {
    color: red;
}

