﻿section {
  text-align: left;
}
.MainAndPlan div {
  display: inline-block;
}
.MainAndPlan .bullets {
  margin-left: 30px;
}
.MainAndPlan .bullets ul {
  text-align: left;
}
.MainAndPlan .bullets ul li {
  font-size: 90%;
  line-height: 30px;
}
.MainAndPlan .sampleplan {
  width: 100%;
  text-align: center;
}
.MainAndPlan .sampleplan p {
  text-align: center;
  margin-top: 10px;
}
.MainAndPlan .sampleplan p a {
  color: Gray;
}
.video .player {
  display: inline-block;
  text-align: center;
  width: 100%;
}
.video .player #myvideo {
  margin: 0 10px 10px;
  width: 90%;
  max-width: 468px;
}
.video .player p {
  text-align: center;
}
.video .player p a {
  font-size: 90%;
  font-weight: bold;
  color: Black;
}
#dlgBigPreview {
  display: none;
  width: 800px;
  position: relative;
  z-index: 99;
  border: none;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
}
.dialog {
  background-color: #1F1F1F;
  background-image: -moz-linear-gradient(top, #1f1f1f, #101010);
  background-image: -webkit-linear-gradient(#1f1f1f, #101010);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#1F1F1F', endColorstr='#101010')";
  background-image: -ms-linear-gradient(#1f1f1f, #101010);
  background-image: -o-linear-gradient(#1f1f1f, #101010);
  background-image: linear-gradient(#1f1f1f, #101010);
  border-radius: 8px;
  box-shadow: 4px 4px 5px #000;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
}
.dialog .close {
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
}
.dialog h2 {
  color: White;
  text-align: center;
  font-size: 24px;
  line-height: 50px;
}
@media (min-width: 700px) {
  .MainAndPlan .bullets {
    width: 60%;
  }
  .MainAndPlan .sampleplan {
    width: 30%;
  }
}
/*# sourceMappingURL=features_main.css.map */