body {
  background-image: url(/images/Page-BgTexture.jpg);
  font-family: Arial, Helvetica, Sans-Serif, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  color: #dcffdc;
  margin: 0 auto;
  padding: 0;
  background-color: #a4d6a3;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: top center;
}

.main {
  display: flex;
  flex-direction: column;
  max-width: 990px;
  margin: auto;
  padding: 30px;
}
.main .header {
  position: relative;
  height: 175px;
  background-image: url(/images/Header.png);
}
.main .header .header-android {
  position: absolute;
  right: 0;
  bottom: 0;
}
.main .content {
  display: flex;
  background-color: #E3FDE3;
}
.main .content a {
  color: #4C7F4B;
}
.main .content .left, .main .content .right {
  width: 200px;
}
.main .content .middle {
  flex-grow: 1;
  margin: 20px;
  color: #474747;
}
.main .content .middle h3 {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  color: #4F4F4F;
}
.main .content .middle p {
  text-align: justify;
}
.main .content .middle ul {
  line-height: 1.4em;
}
.main .content .middle .feature-panel {
  display: flex;
  flex-direction: row;
}
.main .content .middle .feature-panel .left {
  flex-grow: 1;
}
.main .content .box {
  display: flex;
  flex-direction: column;
  padding: 7px;
  margin: 5px;
  border: 1px solid #B0E2B8;
  color: #474747;
  background-color: white;
}
.main .content .box .box-header, .main .content .box .box-content {
  padding: 5px;
  font-size: 12px;
}
.main .content .box .box-header {
  height: 20px;
  line-height: 20px;
  color: white;
  background-color: #4C7F4B;
  border: 1px solid #4C7F4B;
  font-weight: bold;
  white-space: nowrap;
  margin-bottom: 2px;
}
.main .content .box .box-content {
  background-color: #E3FDE3;
  border: 1px solid #B0E2B8;
}
.main .content .box ul {
  padding-left: 10px;
}
.main .content .box ul li {
  list-style-type: none;
  background-image: url(/images/BlockContentBullets.png);
  background-repeat: no-repeat;
  padding: 0px 0 0px 13px;
  margin: 0.5em 0 0.5em 0;
}
.main .gutter-top, .main .gutter-bottom {
  height: 10px;
  width: 100%;
  padding: 10px 0 10px 0;
  background-color: #387334;
}
.main .gutter-top {
  border-radius: 10px 10px 0 0;
}
.main .gutter-bottom {
  border-radius: 0 0 10px 10px;
}

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