﻿
   .invoice-box {
        max-width: 800px;
        margin: auto;
	    font-size: 11px !important;
        line-height: 19px !important;  
		font-family: tahoma !important;
	    overflow: hidden;
	   	color: #777;
        /* padding: 10px;
        border: 1px solid #eee;
        box-shadow: 0 0 10px rgba(0, 0, 0, .15);
        font-size: 16px;
        line-height: 24px;
        font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif;
        color: #555;*/
    }


    /*.center-screen {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}*/
table{
		overflow-x:hidden !important;
	}
