body {
    width: 95%;
    margin: 0px auto;
    font-family: 'Pontano Sans', sans-serif;
}

h1.title {
    font-size: 1.3em;
    font-weight: bold;
    padding-top: 1em;
    padding-bottom: 1em;
}

section.abstract {
    width: 90%;
    margin: 0px auto;
    border: 1px dotted black;
    background: AliceBlue;
    padding: 0.5em;
}

.abstract h2 {
    font-size: 1.1em;
    font-weight: bold;
    text-align: center;
}

section.section {
    padding-top: 1em;
}

.section h2 {
    font-size: 1.1em;
    font-weight: bold;
}

section.subsection {
    padding-top: 0.5em;
}

.subsection h2 {
    font-size: 1em;
    font-weight: bold;
}

p {
    padding: 0.4em;
}

figure img {
    text-align: center;
    margin: 0px auto;
    display: block;
}


figcaption {
    width: 90%;
    margin: 0px auto;
    padding-top: 0.5em;
}

figure table {
    margin: 0px auto;
    border-collapse: collapse;
    border: 1px solid black;
}

figure thead {
    font-weight: bold;
    border: 1px solid black;
    color: white;
    background-color: #222;
    border-right: 1px dotted #666;
    border-top: 3px solid #666;
    -moz-box-shadow: 0px -1px 4px #000;
    box-shadow: 0px -1px 4px #000;
}

figure th {
    text-align: center;
    padding: 0.4em;
    color: #333;
    background-color: #f9f9f9;
}

figure td {
    text-align: center;
    padding: 0.4em;
}

h3 {
    font-weight: bold;
}

ul {
    list-style: circle inside none;
}


ul.filelist {
    font-family: monospace;
    list-style: none inside none;
}

ul.filelist li {
    padding-left: 1em;
}

ul.listgroup {
    list-style: none inside none;
}

ul.listgroup > li {
    padding: 1em;
    margin: 1em;
    background: DarkSeaGreen;
    border: 1px dotted LightSteelBlue;
}

span.command {
    font-family: monospace;
    padding: 0.3em;
    background: WhiteSmoke;
    border: 1px dotted LightGrey;
}

div.command {
    font-family: monospace;
    padding: 0.4em;
    margin-top: 0.4em;
    margin-bottom: 0.4em;
    background: WhiteSmoke;
    border: 1px dotted LightGrey;
}

ul.actionlist {
    list-style-type: decimal;
    list-style-position: inside;
}

ul.actionlist li {
    padding-left: 1em;
    padding-top: 0.8em;
}

.sectionNumber {
    padding-right: 1em;
}

.figureLabel {
    padding-right: 0.5em;
    font-weight: bold;
}
