@import url(https://fonts.googleapis.com/css?family=Oxygen);
/*================================
    GENERAL STYLES
    ============================  */

/* GOOGLE FREE FONTS */

/* BODY STYLE - JUST FOR GOOD LOOK */
body {
    margin-top: 70px;
    background-color: #fafafa;
    font-family: 'Oxygen', sans-serif;
    min-height: 700px;
    line-height: 25px;
}
/* PRICING TABLE STYLE */
.pricing-table-container .panel {
    border: 0px solid transparent;
}

.pricing-table-container .price-main {
    padding-top: 20px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 40px;
}

.pricing-table-container small {
    font-size: 12px!important;
}

.pricing-table-container .price-Unit {
    display: block;
}

.pricing-table-container .plan-ul {
    padding: 0 0 15px 0;
    margin: 30px 0px;
    list-style: none;
}

    .pricing-table-container .plan-ul li {
        padding: 15px 0px;
        font-size: 16px;
        border-bottom: 1px dotted #e1e1e1;
    }

.pricing-table-container label {
    margin: 10px;
}

/* Main marketing message and sign up button */
.jumbotron {
  text-align: center;
  background-color: #F2F2F2;
 padding-top: 12px ;

}
.jumbotron .btn {
  padding: 14px 24px;
  font-size: 21px;
}
.jumbotron .h1, .jumbotron h1 {
    font-size: 45px;
}

.has-success .control-label {
  color: #000000;

}

.redcolor {
  color: red;
}

.inline-ul {
  float: left;
  padding-top: 8;
}

.clearboth {
  clear: both;
}
body {
  padding-top: 30px;
  padding-bottom: 30px;
}

.theme-dropdown .dropdown-menu {
  position: static;
  display: block;
  margin-bottom: 20px;
}

.theme-showcase > p > .btn {
  margin: 5px 0;
}

.theme-showcase .navbar .container {
  width: auto;
}

/*# sourceMappingURL=app.f8191790449f3f85b60f.css.map*/