/* Put your custom css here */

.qr-txt {
	color: #ff0000;
	font-size: 16px;
	font-weight: bold;
}
.qr-txt a{
	color: #ff0000;
}

.success-notification{	
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;	
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}