.example-document {
    /* border: 1px;
    border-color: lightgrey;
    border-style:solid; */
    /* max-width: 1424px; */
}

.document-header {
    background-color: lightgrey;
    width: 100%;
    padding:20px;
    margin-bottom:20px;
    text-align: center;
}
.document-description {
    width: 100%;
    background-color:rgb(244, 244, 244);
    padding:20px;
    margin-bottom:20px;
    margin-top:-20px;
    text-align: center;
}
.document-disclaimer {
    background-color:rgb(244, 244, 244);
    width: 100%;
    padding-left:20px;
    padding-right:20px;
    padding-bottom:20px;
    margin-bottom:20px;
    margin-top:-20px;
    text-align: center;
    font-style: italic;
    font-weight: bold;
}

.example {
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    width: calc(100% - 40px);
    border: 1px;
    border-color: lightgrey;
    border-style:solid;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 20px;
    /* padding-top: 20px; */
    border-radius: 10px;
}

.centered {
    display: grid;
    place-items: center;
}
.narrow {
    width: 60%;
    border: 1px;
    border-color: rgb(244, 244, 244);;
    border-style:solid;
    margin: 5px;
    padding: 5px;
    border-radius: 10px;
}
.example-header {
    background-color: rgb(244, 244, 244);
    padding:20px;
    padding-top: 20px;
    margin-bottom:20px;
    margin-left:-50px;
    margin-right:-50px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-align: center;
}


