body {
    /*font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif*/
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

td {
    /*vertical-align: top;*/
    vertical-align: top;
    padding-bottom: 20px;
}

.header-block {
    padding: 30px 0px 30px 10px;
    margin-block-end: .2em;
    margin-block-start: 3em;
}

input:disabled {
    font-weight: bold;
}

summary {
    font-size: 1.17em;
    font-weight: bold;
}

div[name="overview"] li {
    margin-bottom: 10px;
    margin-top: 10px;

}

.box {
    display: flex;
}

.push {
    margin-left: auto;
}

.big-button {
    border-radius: 10px;
    background-color: green;
    padding: 15px 32px;
    text-decoration: none;
    display: grid;
    place-items: center;
    color: white;
    width: 200px;
    height: 80px;
    text-align: center;
}

.big-button a {
    color: white;
    text-decoration: none;
}