/* popup_box DIV-Styles*/
#popup_box {
    display:none; /* Hide the DIV */
    position:fixed;
    _position:absolute; /* hack for internet explorer 6 */
    height:175px;
    width:400px;
    background:#FFFFFF;
    left: 450px;
    top: 230px;
    z-index:100; /* Layering ( on-top of others), if you have lots of layers: I just maximized, you can change it yourself */
    margin-left: 15px;

    /* additional features, can be omitted */
    border:2px solid #6fa5e2;
    padding:15px;
    font-size:15px;
    -moz-box-shadow: 0 0 5px #6fa5e2;
    -webkit-box-shadow: 0 0 5px #6fa5e2;
    box-shadow: 0 0 5px #0066a7;

}

#container {
    background: #d2d2d2; /*Sample*/
    width:100%;
    height:100%;
    max-width: 960px;
}
/* Boot strap pricing */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.container {
}

.pricing-header {
  max-width: 700px;
}

.card-deck .card {
  min-width: 220px;
}

/* Boot Strap Pricing */


a{
cursor: pointer;
text-decoration:none;
}

/* This is for the positioning of the Close Link */
#popupBoxClose {
    font-size:20px;
    line-height:15px;
    right:5px;
    top:5px;
    position:absolute;
    color:#6fa5e2;
    font-weight:500;
}

#expand      {background-color: #fff;}
.description {display: none;  font-family: Trebuchet MS;font-size: 11px;text-align: left;padding-top: 0px;color: gray; padding-left: 1px;}
.entry       {margin: 0; padding: 0px;}
