@import "../../css/site.css";

body {
    padding: 8px;
    line-height: 20px;
}
body h1 {
    font-size: 2em;
    margin: 10px 0;
    padding-bottom: 4px;
    border-bottom: 1px solid gray;
}
hr {
    height: 1px;
    color: gray;
    border-bottom: 1px solid gray;
}
#mycom-articles {
    margin: 8px 0;
    list-style: circle inside;
}

nav ul {
    list-style: circle inside;
}

small {
    font-size: 0.9em;
}

section.sample {
    border-bottom: 1px solid gray;
}
section.sample h1 {
    font-size: 1.2em;
    border: 0;
}

span.download {
    font-size: 0.8em;
}
