@charset "utf-8";
/* CSS Document */

#lname { display: none; } 

.thankyou {
	color: #1860b0;
}

.warning {
	color: #e20101;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}