#makechart select {
max-width: 12em;
}
.report_heading_id {
background-color: #F3F3F3;
border: 1px solid #DDD;
border-radius: 5px;
display: inline-block;
font-size: 1.2rem;
font-weight: normal;
margin-left: .5em;
white-space: nowrap;
.report_heading_id .report_label {
padding: .5em;
padding-right: 0;
.report_heading_id .report_number {
font-weight: bold;
padding-left: 0;
[% END # /IF ( enter_params ) %]
[% IF ( execute ) %]
<h1>[% name | html %] <span id="report_id">([% id | html %])</span></h1>
<h1>[% name | html %] <span class="report_heading_id"><span class="report_label">Report number:</span> <span class="report_number">[% id | html %]</span></span></h1>
[% IF ( notes ) %]
<p><span class="label">Notes:</span> [% notes | html %]</p>
[% END %]
-