

body {
	color: #405050;
	font-family: "Roboto Light" sans;
    margin: 30px auto;
    margin-top: 0;
    padding: 30px;
}

@media (min-width: 600px) {
    width: 100%;
}

@media (min-width: 600px) {
    body {
        max-width: 750px;
    }
}

li {
    margin-bottom: 10px
}

h1 {
	color: #008080;
	text-align: center;
}

h2 {
	color: #008080;
	margin: 30px 0 5px 0;
}

h3 {
	margin: 15px 0 3px 0;
}

p {
	margin-top: 3px;
}

p:first-child {
		text-indent: 0px;
}

a[href] {
	color: #1CBA11;
	font-weight: bold;
	text-decoration: none;
}


#index {
	border: 1px solid #AAA;
	background-color: #F8F8F8;
	padding: 10px;
	list-style: decimal inside;
	display: table;
	
	font-weight: bold;
	white-space: nowrap;
}

#index li {
	padding: 4px 8px 0 5px;
	margin: 0 10px 0 10px;
}

#index li:nth-of-type(1) {
	margin-top: 7px;
}

.errorstatus {
	color: red;
}

tt {
    background-color: white;
}

.descriptive-list {
}
.descriptive-list li {
    font-size: large;
/* font-weight: 800; */
}

.descriptive-list li > div {
    font-size: smaller;
    color: #608080;
    font-weight: normal;
    margin-left: 20px;
    margin-bottom: 10px
}

.screenshot {
    text-align: center;
    margin: 10px;
}

.screenshot img {
    width: 100%;
    min-width: 250px;
}
