body {
	margin: 0;
	padding: 10px 20px;
	font: 16px/1.5 Helvetica, Sans-Serif;
}

h1 {
	margin: 0;
	font-size: 24px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
}

.breadcrumb {
	font-size: 12px;
	border-top: solid 1px #666;
	margin: 1em -20px;
	padding: 1em 20px 0 20px;
}

.breadcrumb > * {
	white-space: nowrap;
}

.footer {
	font-size: 10px;
}


noscript p {
    color: #c00;
    font-weight: bold;
}

#results table {
    background: white;
    border: solid 1px black;
    font-size: 12px;
}
    #results th, #results td {
        padding: 2px 4px;
    }
    #results th {
        background: #ccc;
        text-align: left;
    }
    #results td {
        border-left: solid 1px #ccc;
        border-top: solid 1px #ccc;
    }
        #results td:first-child {
            border-left: none;
        }
        #results tr:first-child td {
            border-top: none;
        }
        #results td.device, #results td.os {
            white-space: nowrap;
        }
    #results .No {
        color: #c00;
    }
    #results .Yes {
        color: #0c0;
    }
    #results tr:hover td {
        background: #bef;
    }
