@import url(fontiran.css);
body {
    font-family: IRANSans !important;
    background-color: white;
}
.site-header{
 display: none;
}


.footer{
 display: none;
}
.btn
{
  display: none;
}

.invoice h4
{
  width: 100%;
text-align: center;
}
.invoice .left
{
  float: left;
  direction: ltr;
}
.invoce .right
{
  float: right;
}
.invoice-img
{
    width: 100px;
    position: absolute;
    top: 0px;
}