/*
$white: #ffffff;
$ultraLightGrey: #f7f7f7;
$lightGrey: #dddddd;
$grey: #cccccc;
$midGrey: #bbbbbb;
$darkGrey: #888888;
$ultraDarkGrey: #333333;
$black: #000000;
$red: #ff0000;
$blue: #003a6b;

$whiteAlpha95: rgba(255,255,255,.95);
$whiteAlpha90: rgba(255,255,255,.90);

$blueAlpha95: rgba(0,58,107,.95);
$blueAlpha90: rgba(0,58,107,.90);

$darkGreyAlpha95: rgba(136,136,136,.95);
$darkGreyAlpha90: rgba(136,136,136,.90);
*/
img {
  display: block;
  align-self: center;
  justify-self: center;
  width: 100%;
  height: auto;
  margin-bottom: 1rem; }

.titleContainer {
  text-align: center;
  font-size: 2rem; }

.std .container {
  margin: 2rem auto;
  padding: 2rem;
  background: rgba(255, 255, 255, 0.9); }

.std2cols .container {
  margin: 2rem auto;
  padding: 1rem; }

.std2cols .colDx {
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  padding: 1rem; }

.std .container p {
  align-self: center;
  justify-self: left;
  margin-bottom: 0; }

.std .container table td {
  border: 1px solid #888888; }

.smallText {
  font-size: 1rem;
  line-height: 1.35rem;
  text-align: left !important; }

.centerImg {
  margin: 0 auto; }

.textAlignCenter {
  text-align: center;
  text-align: -webkit-center;
  text-align: -moz-center;
  justify-content: center; }

#imgOne img, #imgOne p, #imgTwo img, #imgTwo p {
  width: 100% !important;
  height: auto; }

/*# sourceMappingURL=std.css.map */
