.blue {
    color: #478fca!important;
}
.bigger-120 {
    font-size: 120%!important;
}
.bigger-130 {
    font-size: 130%!important;
}
.green {
    color: #69aa46!important;
}
.red {
    color: #dd5a43!important;
}
.orange {
    color: #ffa500 !important;
}
.blue1{
    color: #00bcd4 !important;
}
.white {
    color: #fff;
}
.white:hover, .white:active, .white:focus {
    color: #fff !important;
}

/* Invoice */
.top_inv {text-align: center;}
.address_div {margin: 40px;position: relative;}
.address_space {margin-left: 20px;}
.client_div {float: left;margin-left: 100px;}
.company_div {float: left;margin-left: 250px;}
.invoice_div {float: left;margin-left: 350px;}
/* Invoice */