.printModal {
    display: flex;
    text-align: center;
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    left: 0;
    top: 0;
    position: absolute;
    color: #fff;
    width: 100%;
    height: 100%;
    background:rgba(0, 0, 0, 0.6);


}

.printClose {
    position: absolute;
    right: 10px;
    top: 10px
}

.printClose:before {
    content: "\00D7";
    font-family: Helvetica Neue, sans-serif;
    font-weight: 100;
    line-height: 1px;
    padding-top: .5em;
    display: block;
    font-size: 2em;
    text-indent: 1px;
    overflow: hidden;
    height: 1.25em;
    width: 1.25em;
    text-align: center;
    cursor: pointer
}


