@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&amp;display=swap");

table#chart {
//  width: 100%;
  border-spacing: 0px;
  padding: 0px;
  margin: 2px auto;
  max-width: 900px;
}

colgroup {
  width: 250px;
}

table#chart th {
  padding: 5px;
  border-right: dotted 1px #A6A5C2;
  border-bottom: dotted 1px #A6A5C2;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}

table#chart th h3 {
  text-align: center;
  margin: 3px;
}

table#chart th:last-child {
  border-right: none;
}

table#chart tr:nth-child(2) th {
  width: 250px;
}

table#chart tr:nth-child(3) th {
  width: 250px;
}


table#chart td {
  padding: 10px 5px;
  text-align: center;
  border-right: dotted 1px #A6A5C2;
  border-bottom: dotted 1px #A6A5C2;
}

table#chart td:last-child {
  border-right: none;
}

table#chart .lalign {
  text-align: left;
}

table#chart th.chartimg {
  text-align: center;
  vertical-align: middle;
//  width: 350px;
}

table#chart .chartimg img {
  padding: 3px;
  border: solid 1px #000000;
}

table#chart table.minitable {
}

table#chart table.pricing table.minitable {
  margin: 0px auto;
}

table#chart table.minitable td {
  border: none;
  padding: 0px;
  text-align: left;
}

table#chart table.pricing table.minitable td img {
  margin: 0px; 
  width: 12px;
}

table#chart th h6 {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 8pt;
  color: #0A2F48;
  margin: 2px 0px;
  border-top: dotted 1px #A6A5C2;
  padding: 3px 0px 0px 0px;
}

table#chart th h6.bordernone {
  border: 0px;
}

table#chart table.pricing {
  border: none;
  border-collapse: collapse;
  border-spacing: 0px;
  margin: auto;
}

table#chart table.pricing tr th {
  border: 0px;
  padding: 2px;
  text-align: center;
  font-weight: bold;
  vertical-align: top;
}

table.pricing tr th {
  border: 0px;
  padding: 5px;
  text-align: center;
  font-weight: bold;
  vertical-align: middle;
}

table.pricing tr th:first-child {
  border: 0px;
  width: 40px;
}

table.pricing tr th:last-child {
  border: 0px;
}

table#chart table.pricing td {
  border: 0px;
  padding: 2px;
  text-align: right;
}

table#chart table.pricing tr:nth-child(even) {
  background-color: #e0f0ff;
}

table#chart table.pricing tr td:first-child {
  text-align: center;
  width: 40px;
}

table#chart table.lab {
  border: none;
  border-collapse: collapse;
  border-spacing: 0px;
  margin: auto;
}

table#chart table.lab tr:nth-child(even) {
  background-color: #ffffff;
}

table#chart table.lab tr td:first-child {
  text-align: right;
  font-weight: bold;
}

table#chart table.lab tr td:last-child {
  text-align: left;
  padding-left: 12px;
}

table#chart .mponly {
border-right: none; text-align: center;
}


/* begin tool tip styles */


div#tipWrapper {
/*  background-color: #ffffff; */
  display: inline;
}

.tip {
  position: absolute;
  z-index: 2;
  margin-left: 30px;
  margin-top: -40px;
  display: none;
  min-height:40px;
  word-wrap: break-word;
}

.tipleft {
  position: absolute;
  z-index: 2;
  margin-left: -280px;
  margin-top: -40px;
  display: none;
  min-height:40px;
  word-wrap: break-word;
}

.contents {
//  background-color: lightpink;
  padding: 6px;
  border-radius: 5px;
  border: solid 2px #A6A5C2;
background: #f9f9f9; /* Old browsers */
background: -moz-linear-gradient(top,  #f9f9f9 1%, #ffffff 34%, #ffffff 61%, #f4f4f4 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#f9f9f9), color-stop(34%,#ffffff), color-stop(61%,#ffffff), color-stop(100%,#f4f4f4)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f9f9f9 1%,#ffffff 34%,#ffffff 61%,#f4f4f4 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f9f9f9 1%,#ffffff 34%,#ffffff 61%,#f4f4f4 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f9f9f9 1%,#ffffff 34%,#ffffff 61%,#f4f4f4 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f9f9f9 1%,#ffffff 34%,#ffffff 61%,#f4f4f4 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#f4f4f4',GradientType=0 ); /* IE6-9 */
  font-size: 8pt;
  max-width: 250px;
  text-align: left;
  font-weight: normal;
  text-transform: none;
}

div.tip:after {
content: "";
position: absolute;
top: 15px;
left: -10px;
width: 0px;
height: 0px;
display: inline-block;
border-style: solid;
border-width: 15px 10px 15px 0px;
border-color: transparent #A6A5C2 transparent transparent;
-webkit-transform:rotate(360deg)
line-height: 0px;
_border-color: #000000 #000000 #A6A5C2 #000000;
_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}

div.tipleft:after {
content: "";
position: absolute;
top: 15px;
right: -10px;
width: 0px;
height: 0px;
display: inline-block;
border-style: solid;
border-width: 15px 0px 15px 10px;
border-color: transparent transparent transparent #A6A5C2;
-webkit-transform:rotate(360deg)
line-height: 0px;
_border-color: #000000 #000000 #000000 #A6A5C2;
_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}


div#tipWrapper:hover div.tip, div#tipWrapper:active div.tip, div#tipWrapper:focus div.tip {
  display: block;
}

div#tipWrapper:hover div.tipleft, div#tipWrapper:active div.tipleft, div#tipWrapper:focus div.tipLeft {
  display: block;
}

.buybtn {
width: 50px;
height: 30px;
color: #fff;
background: #f45430; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0NTQzMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkMzExMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #f45430 0%, #d31100 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f45430), color-stop(100%,#d31100)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f45430 0%,#d31100 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f45430 0%,#d31100 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f45430 0%,#d31100 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f45430 0%,#d31100 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f45430', endColorstr='#d31100',GradientType=0 ); /* IE6-8 */

 border: solid 0px #afafaf;
  border-radius: 2px;
font-weight: bold;
margin: 2px 0px;
}

.buybtn:hover {
background: #d31100; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9IiNkMzExMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZjQ1NDMwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
background: -moz-linear-gradient(top,  #d31100 25%, #f45430 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(25%,#d31100), color-stop(100%,#f45430)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #d31100 25%,#f45430 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #d31100 25%,#f45430 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #d31100 25%,#f45430 100%); /* IE10+ */
background: linear-gradient(to bottom,  #d31100 25%,#f45430 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d31100', endColorstr='#f45430',GradientType=0 ); /* IE6-8 */
text-shadow: 1px 1px 1px rgba(0,0,0,.7);
}




.buybtnall {
// width: 50px;
// height: 30px;
color: #fff;
background: #f45430; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0NTQzMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkMzExMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #f45430 0%, #d31100 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f45430), color-stop(100%,#d31100)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f45430 0%,#d31100 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f45430 0%,#d31100 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f45430 0%,#d31100 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f45430 0%,#d31100 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f45430', endColorstr='#d31100',GradientType=0 ); /* IE6-8 */

// border: solid 1px #afafaf;
border-radius: 2px;
font-weight: bold;

margin: 2px;
color: #FFFFFF;
padding: 5px 8px;
display: inline-block;
text-align: center;
vertical-align: middle;
text-decoration: none;
font-size: 10pt;
text-decoration: none;
}

a.buybtnall {
  text-decoration: none;
}

.buybtnall:link {
  color: #FFFFFF;
}

.buybtnall:hover {
background: #d31100; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9IiNkMzExMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZjQ1NDMwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
background: -moz-linear-gradient(top,  #d31100 25%, #f45430 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(25%,#d31100), color-stop(100%,#f45430)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #d31100 25%,#f45430 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #d31100 25%,#f45430 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #d31100 25%,#f45430 100%); /* IE10+ */
background: linear-gradient(to bottom,  #d31100 25%,#f45430 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d31100', endColorstr='#f45430',GradientType=0 ); /* IE6-8 */
text-shadow: 1px 1px 1px rgba(0,0,0,.7);
text-decoration: none;
}




.buyannual {
background: #f45430; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0NTQzMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkMzExMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #f45430 0%, #d31100 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f45430), color-stop(100%,#d31100)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f45430 0%,#d31100 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f45430 0%,#d31100 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f45430 0%,#d31100 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f45430 0%,#d31100 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f45430', endColorstr='#d31100',GradientType=0 ); /* IE6-8 */
}

.buyannual:hover {
background: #d31100; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9IiNkMzExMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZjQ1NDMwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
background: -moz-linear-gradient(top,  #d31100 25%, #f45430 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(25%,#d31100), color-stop(100%,#f45430)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #d31100 25%,#f45430 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #d31100 25%,#f45430 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #d31100 25%,#f45430 100%); /* IE10+ */
background: linear-gradient(to bottom,  #d31100 25%,#f45430 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d31100', endColorstr='#f45430',GradientType=0 ); /* IE6-8 */
text-shadow: 2px 2px 2px rgba(0,0,0,.7);
}

.cartform {
 margin: 8px 5px;
}

hr.order {
  border: dotted 1px #145e8f;
  border-collapse: collapse;
  width: 95%;
}

.orderlinks {
  float: right;
  text-align: right;
  padding: 2px;
  margin: 0px 0px 30px 30px;
}

.X {
  width: 30px;
  height: 15px;
  text-align: center;
  vertical-align: middle;
  color: #ffffff;
  font-weight: normal;
  background-color: #E64545;
  display: inline-block;
  margin: -12px -12px 2px 2px;
  float: right;
}

.licenseOptions {
  border: solid 1px #afafaf;
  padding: 10px; 
  margin: 5px;
}

.licenseOptions h3 {
  margin-top: 0px;
}

.ordernav {
  padding: 0px;
  vertical-align: bottom;
  margin-bottom: 0px;
  font-size: 13pt;
  font-weight: bold;
}

.ordernav div {
  vertical-align: bottom;
  display: inline-block;
  padding: 5px 10px;
  border: solid 1px #afafaf;
  margin: 0px;
  border-right: none;
}

.ordernav div:first-child {
  border-top-left-radius: 10px;
}

.ordernav div:last-child {
  border-top-right-radius: 10px;
  border-right: solid 1px #afafaf;
}

.orderWrapper {
  margin-top: -1px;
  border: solid 1px #afafaf;
  z-index: -1;
  padding: 5px;
}

.gray {
  color: #888888;
}

#precartbox {
//  width: 85%;
//  margin: auto;
  display: inline-block;
  margin: 0px 5px 10px 15px;
}

#precartbox form fieldset {
  border: solid 1px #afafaf;
  border-radius: 10px;
  background-color: #fcfcfc;
}

#precartbox form fieldset legend{
 font-size: 16pt; 
}

#precartbox form input#maintenance {
  margin: 8px 5px 0px 15px;
}

#precartbox form input#dvd {
  margin: 5px 5px 0px 15px;
}

#precartbox form input.cart {
  width: auto;
  margin: -25px 5px 2px 100px;
}

.hover { background-color: #eee; }
.hovwhite { background-color: #fff; }

#overlay {
  z-index: 1;
    position: fixed; 
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

#modal {
  z-index: 1;
    position:absolute;
//    background:url(tint20.png) 0 0 repeat;
    background:rgba(0,0,0,0.2);
    border-radius:14px;
    padding:8px;
}

#content {
    border-radius:8px;
    background:#fff;
    padding:20px;
}

#close {
    position:absolute;
//    background:url(close.png) 0 0 no-repeat;
    width:24px;
    height:27px;
    display:block;
//    text-indent:-9999px;
    top:7px;
    right:20px;
    text-align: right;
}

form.multioption {
  width: 175px; 
  margin-bottom: 25px;
}

form.multioption fieldset {
  border: solid 1px #afafaf; 
  border-radius: 8px; 
  background-color: #fdfdfd;
}


/* BEGIN ANS */


a.orderbutton {
   background: white;
   transition: background .2s;
   color: #004ff4;
   border: 1px solid #004ff4;
    font-size: 14px;
   border-radius: 4px;
  padding: 12px 16px;
   text-transform: none;
   display: inline-block;
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
   font-weight: bold;
   font-family: Inter;
   float: right;
   z-index: 100;
   margin: 12px;
   text-decoration: none;
   }

a.orderbutton:hover {
   background: #0071cf;
   transition: background .5s;
   color: white;
   }

/* END ANS */


table#chart table.mntprices {
  border: none;
  margin: 0px auto;
  width: 85%;
}

table#chart table.mntprices td {
  border: none;
  width: 50%;
  text-align: center;
}
