body {
    margin: 0px;
    padding: 0px;
    height: 100%;
    width: 100%;
    text-align: center;
}

.h1 {
    font-size: 40px
}

.center {
    margin: auto;
    width: 100%;
    padding: 10px;
    text-align: center;
}

div.centered {
    text-align: center;
}

div.centered table {
    margin: 0 auto;
    text-align: left;
}

th,
td {
    padding: 5px;
    border: none;
}

.buttonRippler {
    position: relative;
    background-color: #04AA6D;
    border: none;
    font-size: 28px;
    color: #FFFFFF;
    padding: 20px;
    width: 200px;
    text-align: center;
    transition-duration: 0.4s;
    text-decoration: none;
    overflow: hidden;
    cursor: pointer;
    border-radius: 32px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    transition-duration: 0.2s;
}

.buttonRippler:hover {
    background-color: #2222AA;
    /* Green */
    color: white;
}

.buttonRippler:after {
    content: "";
    background: #f1f1f1;
    display: block;
    position: absolute;
    padding-top: 300%;
    padding-left: 350%;
    margin-left: -20px !important;
    margin-top: -120%;
    opacity: 0;
    transition: all 0.8s
}

.buttonRippler:active:after {
    padding: 0;
    margin: 0;
    opacity: 1;
    transition: 0s
}

#answer {
    font-size: 50px;
    margin: 25px;
}

.scrollable {
    overflow-x: scroll;
    overflow-y: scroll;
    /* max-height: 100px; */
    /* max-width: 1200px; */
}

@media screen and (min-width: 601px) {
    div.shrinkableLarge {
        font-size: 45px;
    }
}

@media screen and (max-width: 600px) {
    div.shrinkableLarge {
        font-size: 30px;
    }
}

@media screen and (min-width: 601px) {
    div.shrinkableMedium {
        font-size: 25px;
    }
}

@media screen and (max-width: 600px) {
    div.shrinkableMedium {
        font-size: 20px;
    }
}

@media screen and (max-width: 600px) {
    div.shrinkableSm {
        font-size: 8px;
    }
}

@media screen and (min-width:601px) and (max-width: 700px) {
    div.shrinkableSm {
        font-size: 10px;
    }
}

@media screen and (min-width:701px) and (max-width: 800px) {
    div.shrinkableSm {
        font-size: 12px;
    }
}

@media screen and (min-width:801px) {
    div.shrinkableSm {
        font-size: 18px;
    }
}

@media screen and (max-width: 600px) {
    div.shrinkable {
        font-size: 12px;
    }
}

@media screen and (min-width:601px) and (max-width: 700px) {
    div.shrinkable {
        font-size: 14px;
    }
}

@media screen and (min-width:701px) and (max-width: 800px) {
    div.shrinkable {
        font-size: 16px;
    }
}

@media screen and (min-width:801px) {
    div.shrinkable {
        font-size: 25px;
    }
}

.vincentBack {
    background-image: url('../img/road_with_cypress_and_star.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.customerBtn {
    background-color: aqua;
    border-radius: 20px;
}

.invoicePrice {
    width: 100px;
    border-radius: 15px;
    margin: 10px;
    text-align: center;
}

.input {
    width: 100%;
}

.invoiceForm td {
    padding: 5px;
    border: none;
}

.nb table td {
    padding: 5px;
    border: none;
}