
.text1
{
    font-size: 16px;
    color: rgb(0, 0, 0, 1);
    fill: rgb(0, 0, 0, 1);
}


.text2
{
    font-size: 15px;
    color: rgb(131, 131, 131);
    fill: rgb(131, 131, 131);
}


.text3
{
    font-size: 13px;
    color: rgb(0, 0, 0);
    fill: rgb(0, 0, 0);
}

.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}


.grid-cell-centered
{
    text-align: center;
}


@media print {
	header, footer, .no-print { display:none }
    .container-md {max-width: none; width: 950px;height:720px;margin-left:0px}
    @page {  margin: 0; size: 794px 1122.5px landscape !important; } body { margin: 0px; }
}

