2016-01-31 12:53:30 -05:00
|
|
|
@extends('pages/export')
|
2016-01-20 17:13:13 -05:00
|
|
|
|
2016-01-31 12:53:30 -05:00
|
|
|
@section('head')
|
2016-01-20 17:13:13 -05:00
|
|
|
<style>
|
2016-01-31 12:53:30 -05:00
|
|
|
body {
|
|
|
|
font-size: 15px;
|
|
|
|
line-height: 1;
|
|
|
|
}
|
2016-01-20 17:13:13 -05:00
|
|
|
|
2016-01-31 12:53:30 -05:00
|
|
|
h1, h2, h3, h4, h5, h6 {
|
|
|
|
line-height: 1;
|
|
|
|
}
|
2016-01-20 17:13:13 -05:00
|
|
|
|
2016-01-31 12:53:30 -05:00
|
|
|
table {
|
|
|
|
max-width: 800px !important;
|
|
|
|
font-size: 0.8em;
|
|
|
|
width: auto !important;
|
|
|
|
}
|
2016-01-20 17:13:13 -05:00
|
|
|
|
2016-01-31 12:53:30 -05:00
|
|
|
table td {
|
|
|
|
width: auto !important;
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
@stop
|