﻿body {
    visibility: hidden;
}

.no-print {
    visibility:hidden;
    margin:0;
    padding:0;
    top:0;
    position:fixed;
}


.print {
    visibility: visible;    
    margin:0;
    padding:0;
}

.print-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 60px;
    margin-right: 60px;
}

.print-info {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-top: 40px; /* Align with the logo's top margin */
}

.print-email {
    font-size: 8pt; /* Adjust the font size as needed */
}

.print-date {
    font-size: 8pt; /* Adjust the font size as needed */
}

#footer {
    font-size: 8pt;
}

.img-container1 {
    width: 248px; /*width of your image*/
    height: 32px; /*height of your image*/
    background-image: url('/img/alma-text-logo.jpg');
    background-size: 70%; /* Scale the image to 50% */
    background-repeat: no-repeat; /* Ensure the image does not repeat */
    margin-top: 40px;
    margin-bottom: 0px;
    padding: 0;
}

h1 {
    font-size: 24pt;
}

h2 {
    font-size: 18pt;
    margin-top: 15px;
}

h3 {
    font-size: 14pt;
    margin-top: 15px;
}

h4 {
    font-size: 12pt;
}

h5 {
    font-size: 10pt;
}

h6 {
    font-size: 9pt;
}

aside h2 {
    font-size: 18pt;
}

.table_custom {
    font-size:7pt;
}


@page {
    margin: 0.5cm;
}

.row {
    margin:0;  /* Needs this to align row width with Tables. Otherwise rows are wider from tables during print*/
}