                body {
                    font-size: 14px;
                    font-family: Arial, Verdana, Helvetica, sans-serif;
                }
                th {
                    font-size: 14px;
                }
                td {
                    font-size: 13px;
                    padding: 3px
                }

                h1 {
                    font-size: 20px;
                }
                .main_wrapper{
                    padding: 20px;
                    max-width: 700px;
                    margin: auto;
                }
                .cen {
                text-align: center;
                vertical-align:middle
                }
                .lef {
                text-align: left;
                vertical-align:middle
                }

                .bor{
                border:1px;
                border-style:solid;
                border-color:grey;
                height: 30px;}

                .bor2{
                border:2px;
                border-style:double;
                border-color:#000000;}

                p {
                  font-size:14px;
                  font-weight:bold;
                }
                .trr {  
                vertical-align:top;
                text-decoration: underline;}

                .14 {font-size:14px;}
                .12 {font-size:12px;}

                .fon {background-color: #f5f4f4}

                input.button,
                .back_btn {
                    cursor: pointer;
                    height: 42px;
                    line-height: 40px;
                    padding: 0 10px;
                    box-shadow: 0 1px 1px rgba(0,0,0,0.2);
                    background: #ff8001;
                    border: 1px solid #f06b10;
                    border-radius: 2px;
                    font-size: 18px;
                    color: white;
                    text-align: center;
                    width: 155px;
                    font-weight: bold;
                    margin-top: 25px;
                    outline: none;
                }

                @CHARSET "UTF-8";

                @media screen {
                    input,.noprint {
                        display: inline;
                        height: auto;
                    }
                }

                @media print {
                    input,.noprint {
                        display: none;
                    /*  height: auto;*/
                    }
                    .printable{
                        display: inline;
                    }
                }

                .nobr {
                    white-space: nowrap;
                }

                .treeDocumentListViewTable {
                    padding-left: 20px;
                    padding-bottom: 2px;
                }

                .treeDocumentListViewContent {
                    padding-left: 40px;
                    font-family: Verdana, Arial, Helvetica, sans-serif;
                    font-size: 8pt;
                    color: #000000;
                }

                .treeDocumentListViewContent a {
                    font-size: 8pt;
                    color: #0000FF;
                }

                .treeDocumentListViewTable th {
                    font-weight: bold;
                    padding-left: 0px;
                    padding-top: 1px;
                    font-size: 10pt;
                }

                .treeDocumentListTable {
                    padding-bottom: 2px;
                }

                .treeDocumentListTable th {
                    font-weight: bold;
                    padding-left: 10px;
                    padding-top: 1px;
                    font-size: 10pt;
                }

                .treeDocumentListTable td {
                    padding-left: 10px;
                    padding-right: 2px;
                    padding-top: 1px;
                    padding-bottom: 1px;
                }
                .reportMiddleFont,.reportMiddleFont td,.reportMiddleFont li {
                    font-size: 8pt !important;
                }
                
                .capitalize{
                    display: inline-block;
                }
                .capitalize::first-letter{
                    text-transform: uppercase;
                }
