body {
    font-family: Roboto, Arial, sans-serif;
    font-size: 13px;
    width: 320px;
    margin: 0 auto;
    background: #fff;
    color: #222;
}

.text-center { text-align: center !important; }
.text-right { text-align: right !important; }
.text-left { text-align: left !important; }
.font-bold { font-weight: bold; }

.border-top-bottom {
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
}

.desc { font-size: 10px; }
.desc-9 { font-size: 10px; }

hr {
    margin: 8px 0;
    border: none;
    border-top: 1px dashed #bbb;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 2px;
}

th, td {
    padding: 2px 4px;
    font-size: 10px;
    vertical-align: top;
}

th {
    font-weight: bold;
    background: #f8f8f8;
}

ul {
    margin: 0;
    padding-left: 16px;
}

tr {
    page-break-inside: avoid;
}
.totales-small {
    font-size: 10px;
}
.son-small {
    font-size: 9px;
}

@media print {
    body {
        width: 58mm;
        margin: 0;
    }
}

::-webkit-input-placeholder { color: #aaa; }
::-moz-placeholder { color: #aaa; }
:-ms-input-placeholder { color: #aaa; }
::placeholder { color: #aaa; }