#app-navbar {
/*  TIPS: generator for å lage gradient bakgrunner for css: https://cssgradient.io/
	*******************************************************************************
	background: white;
	background: linear-gradient(353deg, rgba(227,183,58,1) 0%, rgba(115,214,255,1) 85%);
	background: linear-gradient(149deg, rgba(214,236,250,1) 0%, rgba(103,142,237,1) 50%, rgba(255,228,168,1) 100%);
	background: linear-gradient(170deg, rgba(214,236,250,1) 48%, rgba(255,228,168,1) 100%);
	background: linear-gradient(170deg, rgba(214,236,250,1) 25%, rgba(91,171,221,1) 100%); */
	background: #3399ff;
}

body {
  background: #ddd;
}

input.numbers { 
	text-align: right; 
}	  
div.numbers { 
	text-align: right; 
}	  
div.rope-repeat { 
  background-image: url("pics/rope_transparent_10.png");
  background-repeat: repeat-x
}	  
div.ordersummary { 
	background-color: #cbf086; 
}	  
div#prepay_text { 
	background-color: yellow; 
}	  
span.ordernumber { 
	color: green;
	font-weight: bold;
}	  
span.greytext { 
	color: grey;
}	  
.bluelink { 
	color: blue;
	cursor: pointer;
}
.grey-btn {
	background-color: #b0b0b0;
}

