 body {
            background: rgb(228, 228, 228);
            /*            background: #CBDEE9;*/
            font-family: 'Roboto', sans-serif;
        }
        
        page {
            background: white;
            display: block;
            margin: 0 auto;
            margin-bottom: 0.5cm;
            box-shadow: 0 0 0.2cm rgba(0, 0, 0, 0.4);
        }
        
        page[size="A4"] {
            width: 21cm;
            height: 26cm;
            padding: 15px 25px;
            box-sizing: border-box;
        }
        
        @media print {
            body,
            page {
                margin: 0;
                box-shadow: 0;
            }
        }
        
        p {
            margin: 6px 0;
        }
        
        h2 {
            margin: 10px 0;
        }
        
        header {
            overflow: hidden;
    padding: 2px 0px;
    border: 4px double #dadada;
    border-width: 3px 0;
        }
        
        .header-left {
            float: left;
        }
         .header-left p  {
            font-size: 15px;
        }
        
        .header-left p a {
            color: #4285f4;
            text-decoration: none;
        }
        
        .header-left h2 {
            letter-spacing: 1px;
            color: #003876;
            font-size: 20px;
        }
        
        .header-right {
            float: right;
            text-align: right;
        }
        
        .header-right p {
            font-size: 14px;
        }
        
        .header-right p b {
            color: #444
        }
        
        section {
            overflow: hidden;
            padding: 10px 0px;
        }
        
        .section-left {
            width: 50%;
            float: left;
        }
        
        .section-right {
            /*
width: 50%;
*/
            float: right;
        }
        
        .section-left p b {
            color: #444
        }
        
        .section-right p b {
            color: #444
        }
        
        .text-small {
            text-align: center;
            margin: 0;
        }
        
        .content-text {
            padding: 10px 0;
        }
        
        .content-text p {
            text-align: center;
            margin: 0;
            font-size: 13px;
            line-height: 18px;
        }
        
        .box {
            overflow: hidden;
            padding: 10px 25px;
            border: 0px solid #dadada;
            border-width: 0px 0;
            background: #f8f8f8;
            box-sizing: border-box;
        }
        
        .box > p {
            text-align: center;
        }
        
        .box-left {
            float: left;
            width: 50%;
        }
        
        .box-left p {
                line-height: 18px;
    font-size: 13px;
        }
        
        .box-right {
            float: left;
            width: 100%;
            text-align: center;
            color: #333;
        }
        
        .box-right p {
            font-size: 14px;
            text-align: center;
        }
        
        table,
        th,
        td {
            border: 1px solid #a2a2a2;
        }
        
        .table-view h3 {
            text-align: center;
            letter-spacing: 1px;
            color: #444;
            font-size: 16px
        }
        
        table {
            border-spacing: 3px;
        }
        
        td {
            padding: 12px 5px;
            padding: 0px 5px;
            height: 38px;
            font-size: 13px;
        }
        
        footer {
            overflow: hidden;
            padding: 10px 0;
        }
        
        .footer-left {
            float: left;
            width: 50%;
        }
        
        .footer-left {
            color: #333;
        }
        
        .footer-left p {
    font-size: 13px;
    line-height: 16px;
}
        
        .footer-right {
            float: left;
            width: 50%;
            margin-top: 25px;
            text-align: right;
        }
        
        input {
            padding: 0;
            height: 30px;
            width: 55%;
            border: 0;
            font-size: 16px;
            color: #555;
            padding-left: 1px;
            border: 1px solid #ccc;
            outline: 0;
        }
        .dollar{
		    font-size: 15px;
		    margin-left: 10px;
		    color: #333;
		}
        .btn-submit {
            padding: 10px 35px;
            font-size: 16px;
            border: 0;
            background: mediumseagreen;
            color: #fff;
            letter-spacing: 1px;
            font-family: 'Roboto', sans-serif;
            border-radius: 3px;
            box-shadow: 0 1px 3px #bbbbbb;
            cursor: pointer;
        }
        
        .btn-cancel {
            padding: 10px 35px;
            font-size: 16px;
            border: 0;
            margin-left: 5px;
            background: #c4c2c2;
            color: #333;
            letter-spacing: 1px;
            font-family: 'Roboto', sans-serif;
            border-radius: 3px;
            cursor: pointer;
            /*box-shadow: 0 1px 3px #bbbbbb;*/
        }
        
        .tnk-u {
            text-align: center;
            color: #555;
            letter-spacing: 1px;
			font-size:13px;
        }