html, body, #viewDiv {
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
  }

.jumbotron {
		height: 150px;
		padding-top: 20px;
		background-color: #bdd4e7;
		background-image: -webkit-linear-gradient(bottom right, #E4EEF6 0%, #83ADE7 100%);
		background-image: -o-linear-gradient(bottom right, #E4EEF6 0%, #83ADE7 100%);
		background-image: linear-gradient(to top left, #E4EEF6 0%, #83ADE7 100%);
	}	

.log_title_row{
	color: #0760AB;
	font-weight: 600;
	font-size: 1.2em;
	padding: 6px 12px;
	border-top: 2px solid #0760AB;
	margin-bottom: 6px;
	/*background-color: #0760AB;*/
}

.log_title span {
	font-size: 1.6em;
}

 .error {
 	font-size: 1.2em;
 	font-weight: bold;
 	color: #A00;
 }

 .warning {
  	font-size: 1.2em;
 	font-weight: bold;
 	color: #e68a00;
 }

 .row{
 	margin-bottom: 24px; 
 }


.vatnverk_buttons button {
	margin: 6px;
}

 /*Add styling to table row, in scriptstatus*/

 .script_log_item {
 	color: #3452C2 !important;

 }
 
.script_log_item:hover {
 	color: #000 !important;
 	background-color: #90BDED
 }


.vatnverk_button {
	margin-top: 12px;
}

 /*END Add styling to table row, in scriptstatus*/


/* STYLING FOR WATER_CONSUMPTION.HTML */

#consumption_table {
	max-width: 600px;
}

/* STYLING FOR WATER_CONSUMPTION.HTML */