
.field-name { 
    text-align: left; 
}

.contents ul {
    list-style: none;
}

 
/* Document title */
.title {
    text-align: center;
    font-variant: small-caps;
}

.subtitle {
    text-align: center;
    font-variant: small-caps;
}

/* Figure properties */

.figure {
    width: 100%;
    text-align: center;
    margin: 1.5em auto;
}

.figure img {
    background-color: white;
    padding: 1px;
    border: solid black 1px;
}

.figure .caption {
    font-size: small;
    font-weight: bold;
    margin: 0 auto;
}

/* Illustration figure*/

.illustration {
    width: auto;
    float: right;
}

/* General admonition */

.admonition {
    float: right;
    padding: 0.5em;
    border: solid black 1px;
    margin: 1em;
    font-size: 80%;
    max-width: 30%;
}

.admonition-title {
    text-align: center;
    font-weight: bold;
    font-size: 120%;
    font-variant: small-caps;
}


