﻿.main-wrapper .section {
    margin-bottom: 0px;
}

.text-truncate {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.no-margins {
    margin:0;
    padding:0;
}
.margin-top {
    margin-top:25px !important;
    display:block;
}
body.print {
    padding:0;
}
.print .main-wrapper {
    padding-right:60px !important;
    width:100% !important;
}
.print section {
    page-break-inside: avoid;
}
.main-wrapper .time {
    position: relative;
}