﻿.print-panel {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    background-color: white;
}

.print-header-bar {
    color: #000;
    background-color: antiquewhite;
    font-family: Quicksand;
    font-size: 13px;
    font-weight: 600;
    text-align: left;
    word-wrap: break-word
}

.print-header-bar-right {
    color: #505050;
    background-color: antiquewhite;
    font-family: Quicksand;
    font-size: 13px;
    font-weight: 700;
    word-wrap: break-word;
    text-align: right;
}

.printMe {
    display: block;
}
