body {
    visibility: hidden;
    background-color: white;
    font-size: 1rem;
    width: 100%;
    height: 100%;
    margin: 0;
}

/*anything with or within an element with the print class will render
and everything else will be hidden*/
.print {
    visibility: visible;
}

#printMe {
    width: 100%;
    height: 100%;
    margin: 0;
}

h1 {
    font-size: 1rem;
}

label {
    font-size: 1rem;
}

.noPrint {
    visibility: hidden;
}

hr {
    visibility: visible;
    color: #398AB9;
    border-top: 2px solid #398AB9;
}

.creditapp {
    margin: 2rem 0 0;
    width: 100%;
}

.printWidth {
    width: 100%;
}

input {
    width: 8.5rem;
}

.emailDirection {
    display: flex;
    justify-content: center;
    flex: 0 0 auto;
    align-items: center;
}