html, body {margin: 0; height: 100%;}

@media only screen and (max-width: 600px) {
  body, html {
     overflow: auto;
  }
}

.title {
	height: 33px !important;
	display: block;
	vertical-align: center;
	text-align: center;
	padding-top: 15px;

	font-family: "SF UI Text Light", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, Verdana, sans-serif;
	font-size: 21px;
	font-stretch: 100%;
	font-style: normal;
	font-variant-caps: normal;
	font-variant-east-asian: normal;
	font-variant-ligatures:normal;
	font-variant-numeric:normal;
	font-weight:300;
	vertical-align: center;
	width: auto;
    display: block;
    font-size: 16px;

}

.price {
	vertical-align: center;
	text-align: center;
	padding-top: 15px;

	font-family: "SF UI Text Light", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, Verdana, sans-serif;
	font-size: 21px;
	font-stretch: 100%;
	font-style: normal;
	font-variant-caps: normal;
	font-variant-east-asian: normal;
	font-variant-ligatures:normal;
	font-variant-numeric:normal;
	font-weight:400;
	vertical-align: center;
	width: auto;
    display: block;
    font-size: 20px;

}

.priceTimeframe {
	vertical-align: center;
	text-align: center;
	padding-top: 15px;

-webkit-font-smoothing: antialiased;
box-sizing: border-box;
color: rgb(51, 51, 51);
display: inline;
font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 16px;
font-weight: 600;
height: auto;
line-height: 24px;	
}

.firstPriceBlock {
	border-left: 1px solid #f2f2f2;
}

.priceBlock {
	height: 315px;
	width: 200px;
	display: inline-block;
-webkit-font-smoothing: antialiased;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
box-sizing: border-box;
}

.price {
	display: block;
}

.productName {
	font-family: "SF UI Text Light", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, Verdana, sans-serif;
	font-size: 21px;
	font-stretch: 100%;
	padding-bottom: 2px;
	font-style: normal;
	font-variant-caps: normal;
	font-variant-east-asian: normal;
	font-variant-ligatures:normal;
	font-variant-numeric:normal;
	font-weight:300;
	vertical-align: center;
	width: auto;
    display: block;
    font-size: 16px;
}

.productNameCentered {
	font-family: "SF UI Text Light", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, Verdana, sans-serif;
	font-size: 21px;
	font-stretch: 100%;
	padding-bottom: 0px;
	font-style: normal;
	font-variant-caps: normal;
	font-variant-east-asian: normal;
	font-variant-ligatures:normal;
	font-variant-numeric:normal;
	font-weight:300;
	vertical-align: center;
	width: auto;
    display: block;
    font-size: 16px;
   	text-align: center;
}

.vertical-center {
  min-height: 100%;  /* Fallback for vh unit */
  min-height: 100vh; /* You might also want to use
                        'height' property instead.
                        
                        Note that for percentage values of
                        'height' or 'min-height' properties,
                        the 'height' of the parent element
                        should be specified explicitly.
  
                        In this case the parent of '.vertical-center'
                        is the <body> element */

  /* Make it a flex container */
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; 
  
  /* Align the bootstrap's container vertically */
    -webkit-box-align : center;
  -webkit-align-items : center;
       -moz-box-align : center;
       -ms-flex-align : center;
          align-items : center;
  
  /* In legacy web browsers such as Firefox 9
     we need to specify the width of the flex container */
  width: 100%;

  /* Also 'margin: 0 auto' doesn't have any effect on flex items in such web browsers
     hence the bootstrap's container won't be aligned to the center anymore.
  
     Therefore, we should use the following declarations to get it centered again */
         -webkit-box-pack : center;
            -moz-box-pack : center;
            -ms-flex-pack : center;
  -webkit-justify-content : center;
          justify-content : center;
}

.appIcon {
	padding-top: 15px;
    margin-left: auto;
    margin-right: auto;
    display: block;
   	cursor: pointer;
}

.purchaseButton:hover {
	text-decoration: none;
	color: white;
}

.purchaseButton {
	text-align: center;
	vertical-align: center;
	display: block;
	margin-top: 20px;
	padding: 5px 7px 5px 7px;
    margin-left: auto;
    margin-right: auto;
    width: 90px;

	color: white;
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	-webkit-user-select: none;
	background-attachment: scroll;
	background-clip: border-box;
	background-color: rgb(57, 136, 230);
	background-image: none;
	background-origin: padding-box;
	background-size: auto;
	border-bottom-color: rgb(57, 136, 230);
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-image-outset: 0px;
	border-image-repeat: stretch;
	border-image-slice: 100%;
	border-image-source: none;
	border-image-width: 1;
	border-left-color: rgb(57, 136, 230);
	border-left-style: solid;
	border-left-width: 2px;
	border-right-color: rgb(57, 136, 230);
	border-right-style: solid;
	border-right-width: 2px;
	border-top-color: rgb(57, 136, 230);
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	border-top-style: solid;
	border-top-width: 2px;
	box-sizing: border-box;
	color: rgb(255, 255, 255);
	cursor: pointer;
	font-family: Raleway, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

@media only screen and (max-device-width: 768px)
{
  .firstPriceBlock {
	border-top: 1px solid #f2f2f2;
  }

  .priceBlock {
    border-top: 0px solid #f2f2f2;
    border-left: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
  }
}

.discount {
	text-align: center;
-webkit-font-smoothing: antialiased;
box-sizing: border-box;
color: rgb(51, 51, 51);
font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
font-weight: 300;
height: auto;
}

.card {
	background-color: transparent !important;
	border-style: none !important;
}

a.discountLink {
	color: black;
	text-decoration: underline;
}

a.discountLink: visited {
	color: black;
}

.advanced {
    font-size: 12px;
    text-align: center;
	color: gray;
	vertical-align: text-bottom;
}

.advanced a, .advanced a:hover, .advanced a:visited {
	color: gray;
	text-decoration: underline;
}

/*extra*/
footer.py-5.bg-dark {
    position: relative;
}

.advanced.justify-content-right {
    position: absolute;
    top: -30px;
    right: 25px;
}
