html {
    font-family: "Helvetica",  sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


@media print {
    body * {
        visibility: hidden;
    }

    #section-to-print, #section-to-print * {
        visibility: visible;
    }

    #section-to-print {
        left: 0;
        top: 0;
    }
}

h, h1, h2, h3, h4, h5
{
    font-weight: bold;
    margin: 0;
}
.text-center{
    text-align: center;
}

.text-bold{
    font-weight: bold;
}

.fs-14{
    font-size: 14px !important;
}
.fs-8{
    font-size: 8px !important;
}
.fs-10{
    font-size: 10px !important;
}

.text-left{
    text-align: left!important;
}
.text-right{
    text-align: right!important;
}
.tex-simple{
    font-weight: 400!important;
}
.mb-1{
    margin-bottom: 1rem;
}
.d-float{
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.text-intend{
    text-indent: 50px!important;
}
p{
    margin: 0;
}
.mt-1{
    margin-top: 1rem;
}