* {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
    font-family: arial, helvetica, sans-serif !important;
}
a,
a:visited {
    text-decoration: underline;
}
a[href]:after {
    content: " (" attr(href) ")";
}
abbr[title]:after {
    content: " (" attr(title) ")";
}
.ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
    content: "";
}
pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
}
thead {
    display: table-header-group;
}
tr,
img {
    page-break-inside: avoid;
}
img {
    max-width: 100% !important;
}
@page {
    margin: 0.5cm;
}
p,
h2,
h3 {
    orphans: 3;
    widows: 3;
}
h2,
h3 {
    page-break-after: avoid;
}
b, strong {
    font-weight: 700;
}

.printable {
    display: inherit !important;
}
.hidden-print {
    display: none !important;
}

#logo img{
    height: 30px;
}

h1 {
    font-size: 1.5em;
}

address {
    padding-bottom: 10px;
}

.seller-information,
.buyer-information {
    width: 50% !important;
    float: left;
    font-size: .7em;
}

.row {
    clear: both;
}

.invoice-information {
    font-size: .9em;
    padding-top: 20px;
}

.table {
    font-size: .7em;
    width: 90%;
}

.table th {
    text-align: left;
    font-weight: 700;
}

.payment-information {
    font-size: .7em;
}

.seller-information img,
.buyer-information img {
    max-width: 80% !important;
}

.print-font-large {
    font-size: 1.3em;
    font-weight: 500;
}

.btn {
    width: 25px !important;
    height: 25px !important;
    padding: 10px;
    font-size: 25px;
    line-height: 25px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border: solid 1px #ddd;
    display: inline-block;
}

.btn-success .fa-check {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.btn .fa-check:before {
    content: "  ";
}

.btn-success .fa-check:before {
    content: "X";
}

.btn .fa-check {
    padding-left: 4px;
}
h1 small {
    font-weight: normal;
    font-size: .5em;
}

.sortable-element {
    margin: 20px 0;
}
