body {
	font-family: Verdana, Vera, sans-serif;
}

h4 {
    margin-top: 0;
    margin-bottom: 0.2em;
}

img.pdfReport {
	display: inline;
	margin-bottom: 35px;
}

div.pagebreaker {
	page-break-after: always;
}

div.messages {
	page-break-after: always;
}

h1, /* hide main header (either "energycontrol.at" or "Verbrauch anzeigen */
#column-1, #column-3, .modal, .ui-datepicker,
#reading-list-form fieldset legend,
img,
.hidden-print, .hidden-print-inline
{
	display: none;
}

#column-2 {
	margin-left: 0;
	margin-right: 0;
}

table {
	border-collapse: collapse;
    border-spacing: 0;
}

td, th {
border: 1px solid gray;
padding-top: 3px;
padding-bottom: 3px;
padding-right: 10px;
vertical-align: middle;
}

th {
/* text-align: center; */
vertical-align: bottom;
background-color: #ddd;
}

#reading-list-form tbody.row .row-upper-part td {
	border-top: 2px solid gray;
}

#reading-list-form tbody.row .row-lower-part td {
	border-bottom: 2px solid gray;
}


/* CSS below is needed to make sure the border goes through
   without it, the border is just below the table-cells without rowspan */
#reading-list-form tbody.row .row-upper-part td.meter-point-name {
	border-bottom: 2px solid gray;
}

#reading-list-form tbody.row .row-upper-part td.meter-dataset {
	border-bottom: 2px solid gray;
}

#reading-list-form tbody.row .row-upper-part td.meter-dataset-full {
	border-bottom: 2px solid gray;
}

#reading-list-form tbody.row .row-upper-part td.warning {
	border-bottom: 2px solid gray;
}

#reading-list-form tbody.row .row-upper-part td.unit {
	border-bottom: 2px solid gray;
}

input.meterDataset {
	font-size:2em;
}

input.userInput {
	font-size: 2em;
	width: 112px;
}

#reading-list-form tbody.object-header th {
	padding-top: 1em;
	text-align: left;
}

.numeric {
	text-align: right;
}
