@charset "utf-8";

body.dev div.container {
	border: red solid 3px;
}

.LocalTest {
	background: #00ff00;
	text-align: center;
}

.PaypalTest {
	background: #ff0000;
	color: #ffffff;
	padding: 2px 0;
	text-align: center;
}

.checkItem .form-check-label {
  font-size: 15px;
}