div.system-snapshot-wrap h2 {
	margin: 0 0 1em;
}

div.system-snapshot-wrap p {
	margin: 0 0 1em;
}

div.system-snapshot-wrap p input.snapshot-highlight {
	margin: 0 0 0 10px;
}

div.system-snapshot-wrap textarea#system-snapshot-textarea {
    background: #ebebeb;
    display: block;
    font-family: Menlo,Monaco,monospace;
    height: 600px;
    overflow: auto;
    white-space: pre;
    width: 1500px;
    max-width: 95%;
    color: #000;
    padding: 10px 0 10px 10px;
}


/* footer admin text */
span#footer-thankyou {
    background: url( ../../lib/img/reaktivlogo.png ) no-repeat center left;
    color: #333;
    padding: 0 0 0 20px;
}

/* footer admin text retina */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {

    span#footer-thankyou {
        background: url( ../../lib/img/reaktivlogo@2x.png ) no-repeat center left;
        background-size: 16px 16px;
    }

}
