﻿body {
}


.no-print {
    display : none;
}

.col-sm-6 {
    width : 50%;
    float : left;
}

.col-sm-10 {
    width: 83.33333333%;
    float : left;
}

.col-sm-2 {
    width: 16.66666667%;
    float : left;
}

label {
    padding-left : 0;
}

#span-titre {
    display : none;
}

#span-id-commande:before {
    content : "Facture";
}

p {
    margin-top : 6px;
}

.labelprint {
    width : auto;
}

h1 {
    text-align : center;
}

.print {
    display : block;
}

@page {
    size: auto;   /* auto is the initial value */
    margin: 0;  /* this affects the margin in the printer settings */    
}