/* CQT
a {
  color: #1c6615;
}

.header {
  font-size: 0.875em; 
} 
*/

.fixed-row-bottom { 
  position: fixed;
  bottom: 0;
  width:100%;
}

#loading-image {
	z-index: 100;
}

#loading {
	position: fixed;
	/*display: block;*/
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0.7;
	background-color: #fff;
	z-index: 99;


	display:flex;
	justify-content:center;
	align-items:center;
}