﻿.disclaimer {
    font-size: 10px;
}

.red {
    background-color: red;
    color: white;
    font-weight: bold;
}

.dark {
    background-color: #707173;
    color: white;
    font-weight: bold;
}

h3 {
    color: red;
}

h3, h4, h5 {
    font-weight: bold;
}

ol li a {
    color: black;
}

.toTop {
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    /* background-color: red; Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    width: 50px;
    height: 50px;
}

summary:hover {
    cursor: pointer;
    border: 3px solid red;
}


.summary {
    background-color: lightgrey;
    font-size: large;
    padding: 10px 0px;

    list-style: none;
}


.inputLabel {
    display: inline-block;
    width: 200px;
    text-align: right;
}

.calcBtn {
    text-align: center;
    margin: auto;
    display: flex
}
