@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;
}

body {
  font-family: Arial, sans-serif;
}

.navbar-nav>li {
  vertical-align: middle;
}

.checkItem .form-check-label {
  font-size: 14px;
}