/* 480 to 767 px */


.HALF, .THIRD, .THIRDx2, .QUARTER, .QUARTERx3, .FIFTH {
	width:100% !important;
    float: none !important;
    page-break-after: 0 !important;
}

#MAIN table tr {
  /*! max-width: 100%; */
  display: flex;
  flex-direction: column;
}
#MAIN table tr td {
  padding: 4px 0;
}
#MAIN table {
  margin-bottom: 20px;
}
span.MiddleLine {
    display: none;
}