@media print and (orientation: portrait) 
{
    /* portrait styles */
    width: 2480px;
    height: 3508px;
    margin: 4.826mm 11.176mm 4.826mm 11.176mm;
}

.img
{

}

@media print
{
    .img
    {
        display: none !important;
    }
}

.inlinestyle
{
    display: inline;
}

.leftdiv
{
    float: left;
    width: 20%;
    text-align: right;
    display: block;
}

.centerdiv
{
    float: left;
    width: 47%;
    height: auto;
    padding: 3px;
}

.rightdiv
{
    float: right;
    width: 33%;
    height: auto;
    padding: 3px;
    text-align: left;
    margin-top: 20px;
}

.text-left
{
    text-align: left;
}

.text-center
{
    text-align: center;
}

.pull-right
{
    float: right;
}

.pull-left
{
    float: left;
}

.title
{
    font-size: 30px;
    color: #790301;
    font-weight: 700;
}

.title1
{
    font-size: 18px;
    color: #7d2528;
}

.title2
{
    font-size: 14px;
    font-weight: 700;
    color: #f30b13;
}

.info
{
    color: #024770;
    font-size: 14px;
}

.row
{
    margin-left: 0px;
    margin-right: 0px;
}

* 
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body 
{
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}

html 
{
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

html 
{
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

.row:after, .row:before 
{
    display: table;
    content: " ";
}

:after, :before 
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.row:after 
{
    clear: both;
}

.fontstyle
{
    font-weight: 700;
}

td
{
    padding: 10px 0;
}