@page {
    size: auto;   /* auto is the initial value */
    margin: 20mm;
}

.page{
    background: white;
    display: block;
    margin: 20px auto 20px auto;
    box-shadow: 0 0 0.5cm rgba(0, 0, 0, 0.5);
    width: 794px;
    min-height: 1122px;
    /* padding: 60px 0px; */
    font-family: 'roboto', arial, sans-serif;
}
@media print {
    .page {
		size: auto;
        box-shadow: 0 0 0cm rgba(0, 0, 0, 0.5);
    }
    .noprint{
        display: none;
    }
}
.page__header{
    padding: 40px 40px 30px 40px;
}
.page__heading{
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    color: #6a6b6b;
}
.logo-print{
    display: block;
    width: 524px;
    height: 74px;
    margin: 0px 0px 20px 0px;
}
.map{
    width: 640px;
    height: 330px;
    display: block;
    margin: 0 0 30px 40px;
}
.program-events{
    list-style: none;
    border-style: solid;
    border-width: 1px 0px 0px 0px;
    border-color: #e6e6e6;
}
.program-event{
    padding: 15px 40px;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #e6e6e6;
}
.program-event__time{
    width: 100%;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.3;
    padding: 0px 0px 3px 0px;
}
.program-event__heading{
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.3;
    padding: 0px 0px 4px 0px;
}
.program-event__text{
    font-size: 12px;
    font-weight: 100;
    line-height: 1.3;
}
.back-to{
    font-family: 'roboto', arial, sans-serif;
}
.inner{
    width: 794px;
    margin: 20px auto 0 auto;
}