body {
	font-family: Calibri, Lucida Sans, Lucida, Helvetica, sans-serif;
	font-size: 13pt;
	max-width: 1360px;
	margin: 0 auto;
	background: rgb( 236, 240, 241 );
	color: #222222;
}

a
{
  color: #6677FF; 
}



/*
** navigation (menu) styles 
*/

header
{
  color: white;
  background-color: black;
  background: transparent linear-gradient(to bottom, #000000, #1D0000) repeat scroll 0% 0%;
  text-align: justify;
  line-height: 0;
  padding: 2px 3px 6px 3px;
}

header.nobottompad
{
  padding-bottom: 0px;
}

/* styling all children of header */
header > * 
{
  margin: 0px;
  display: inline-block;
  line-height: 1;
}

header:after {
    content: '';
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

header h1 
{
  font-family: "Segoe UI Light","Segoe WP Light", "Segoe WPC","Segoe UI", Helvetica, Arial, "Arial Unicode MS", Sans-Serif;
  font-weight: lighter; /* 300 - lighter */
  font-size: 27pt;  
  color: #DDDDDD;
  letter-spacing: -1px;
}

#ami
{
  font-family: Verdana, "Segoe UI", Calibri, Helvetica, Arial, "Arial Unicode MS", Sans-Serif;
  font-weight: normal;
  font-size: 25pt;
}


/*header nav
{

} */  

header nav a {
  /* padding 4px 12px */
  padding: 0px 0px;
	margin: 0px 12px;  /* top/bottom  left/right */
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13pt;
	line-height: 200%;
	color: #BBBBBB;
	position: relative;
	vertical-align: 23%;
}

header nav a:hover {
	color: #FFFFFF; 
	 border-bottom: 3px solid #ec6713;

}

header nav a:focus {
  outline: none;
}

#headbar
{
  box-sizing: border-box;
  width: 100%;
  clear: both;
  background: rgb( 226, 230, 231 );/*#550000*/
  line-height: 1;
  padding-left: 33px;
  color: #888888;/*#AA4444;*/
  text-transform: uppercase;
  font-size: 12pt;
  font-weight: bold;
  /*background: transparent linear-gradient(to right, rgb( 221, 225, 226 ), #ffffff) repeat scroll 0% 0%;*/
  min-height: 8px;
}

#headbar a
{
  color: #777777;/*#AA4444;*/
  text-decoration: none;
}

#headbar a:hover
{
  color: #ec6713;
}

#container
{
  padding-left: 10px;
  padding-right: 15px;
  padding-top: 25px;
  background: white;

}

#content
{
  overflow: auto;
}


aside.sidebar
{
  box-sizing: border-box;
  width: 200px;
  float: right;  
  vertical-align: top;
}

@media screen and (max-width: 565px) {
    aside.sidebar {
        display: none;
    }
}


.tagbox
{
  font-size: 11pt;
  color: #222222;
  padding: 8px;
  border: 1px solid #eee;
  border-top: 3px solid #88AAFF;
  box-shadow: 0 8px 7px -5px #bbb;
  margin-bottom: 30px;
  background: #ffffff;
}


.tagbox ul
{
  padding-left: 11pt;
}


.tagbox h6
{
  text-transform: uppercase;
}

.extrabottom
{
  margin-bottom: 50pt;
}

.left
{
  text-align: left;
  padding-left: 15px;
}

.right
{
  text-align: right;
}

/*
** original

header nav a {

	padding: 4px 12px;  
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13pt;
	line-height: 200%;
	color: #BBBBBB;
	border-radius: 5px;
}

header nav a:hover {
	color: #FFFFFF;
	background: #4F0C00;
}
*/



/*
a:hover:after  {
    content: "";
    border-bottom: 3px solid #ec6713;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 3px;
}
*/

/*
** Big splash gallery BEGIN
*/

#gallery
{
  position: relative;
  height: 555px;
  overflow: hidden; 
}


#curtain
{
 position: absolute; /* must have absolte positioning to appear on top on other elements */
 pointer-events: none; 
 z-index: 5;
 width: 100%;
 max-width: 1360px;
}

#curtain img
{
 width: 100%;
}

#backpic
{
 position: absolute;
 z-index: -1;
 width: 100%; 
 text-align: center;
}

/* this is needed for centered image display, but left-align does not look bad at all too */
#backpic img
{
 position: relative;
 width: 1360px;
 margin-left: -1360px; 
 left: 680px;
}

#big2column 
{
  cursor: default;
  margin-top: 60px;
  border: 0px solid red;
  display: block;
}



#letters 
{
  display: block;
  margin-left: 4%; /* was 40px / 4% */
  max-width: 34%;
  font-size: 8vw;
  color: #ffffff;
  float: left;
}

@media screen and (min-width: 1340px) {
    #letters {
        font-size: 80pt;
    }
}

/* Opera hack (opera 12 does not handle vw fonts */
doesnotexist:-o-prefocus, #letters {
  font-size: 48pt;
}

#detail 
{ 
  display: block;
  padding: 15px;
  font-size: 14pt;
  color: #ffffff;
  max-width: 55%;
  min-width: 240px;
	background: rgba( 0, 0, 0, 0.5 );
	/*border: 2px solid rgba( 255, 255, 255, 0.2 );*/
  border-radius: 20px;
  margin-right: 3%; /* was 20px */
  margin-top: 9%;
  float: right;
}

/* media command below handles re-arrangement of main poster
** when screen width drops below 480px
** so #detail box is UNDER #letters and entire #big2column wrapper
** is moved slightly higher to make room 
*/

@media screen and (max-width: 480px) {
    #big2column {
        margin-top: 30px;
    }
    
    #detail {
    max-width: 84%;
    } 
}



#validate
{
  display: none;
}

#trade
{
  display: none;
}

#download
{
  position: absolute;
  display: block;
  left: 4%; /* was 40px */
  bottom: 15px;
  background: rgba( 0, 0, 16, 0.5 ); 
  border-radius: 36px;
}

#download a
{
	padding: 5px 14px;  /* top/bottom  left/right */
	text-decoration: none;
	font-weight: bold;
	font-size: 14pt;
	line-height: 200%;
	color: #eeeeee;
  background: rgb( 0, 128, 0 );
  border: 2px solid rgb( 0, 192, 0 );
  border-radius: 5px;
}

#download a:hover
{
  background: rgb( 0, 192, 0 );
	color: #ffffff;
  border: 2px solid rgb( 0, 255, 0 );
}

#download #forwindows
{
  font-size: 12pt;
  color: #6677FF; 
  text-align: center; 
  padding: 4px;
}

#glow1, #glow2, #glow3
{
  transition: all 300ms ease; /*cubic-bezier(0.42, 0, 0.58, 1); */
}

#glow1:hover
{
  text-shadow: 0 0 10px rgba(255,255,255,1) , 0 0 20px rgba(255,255,255,1) , 0 0 30px rgba(255,255,255,1) , 0 0 40px #ff00de , 0 0 70px #ff00de , 0 0 80px #ff00de , 0 0 100px #ff00de ;
}

#glow2:hover
{
  text-shadow: 0 0 10px rgba(255,255,255,1) , 0 0 20px rgba(255,255,255,1) , 0 0 30px rgba(255,255,255,1) , 0 0 40px #00ffff , 0 0 70px #00ffff , 0 0 80px #00ffff , 0 0 100px #00ffff ;
/*   text-shadow: 0 0 8px rgba(255,255,255,1) , 0 0 16px rgba(255,255,255,1) , 0 0 24px rgba(255,255,255,1)  */  
}

#glow3:hover
{
  text-shadow: 0 0 10px rgba(255,255,255,1) , 0 0 20px rgba(255,255,255,1) , 0 0 30px rgba(255,255,255,1) , 0 0 40px #ffff00 , 0 0 70px #ffff00 , 0 0 80px #ffff00 , 0 0 100px #ffff00 ;
/*   text-shadow: 0 0 8px rgba(255,255,255,1) , 0 0 16px rgba(255,255,255,1) , 0 0 24px rgba(255,255,255,1)  */  
}


/*
** Big splash gallery END
*/


h4
{
  color: #6677ee;
  font-family: "Segoe UI Light", "Segoe UI", "Segoe WP Light", "Segoe WPC", Helvetica, Arial, "Arial Unicode MS", Sans-Serif;
  font-weight: lighter;

/*  font-family: Gabriola;*/
  font-size: 35pt;
  text-align: center;
  padding: 45px;
  line-height: 1;
  margin: 0;
}

h5
{
  color: #6677FF; 
  font-family: "Segoe UI Light", "Segoe UI", "Segoe WP Light", "Segoe WPC", Helvetica, Arial, "Arial Unicode MS", Sans-Serif;
  font-weight: lighter;
  font-size: 20pt;
  margin-bottom: 10pt;
  margin-top: 0;
}


.darkbackonly
{
  background-color: #111111;
}

.darkback
{
  background-color: #111111;
  color: #DDDDDD;
}

.whiteback
{
  background-color: #FFFFFF;
}

.blueback
{
  background-color: #334488;
  color: #FFFFFF;
}

.center
{
  text-align: center;
}

.spacing
{
  display: block;
  width: 100%;
  height: 40px;
}

.picturedesc
{
  padding: 20px;
  color: #999999;
  max-width: 660px;
  margin: 0 auto;  
}

.threecolumn
{
  padding-bottom: 20px;
  max-width: 1050px;
  margin: 0 auto;
}

h6
{
	font-family: Calibri, Lucida Sans, Lucida, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
  margin: 0;
}
	
code
{
  display: block;
  font-family: Consolas, Courier, Monospace;
  font-size: 10pt;
  background: #ffffff;
  border: 1px solid #aaaaaa;
  padding: 5px;
  margin-top: 8px;
  margin-bottom: 8px;
}	

code b
{
  color: #000088;
}

code i
{
  color: #008800;
}

	
	
.cell3
{
   display: inline-block;
   box-sizing: border-box; /* width includes padding */
   padding: 0 15px;
   margin: 0;
   vertical-align: top;
   width: 33.3%;
}

@media screen and (max-width: 900px) {
    .cell3 {
        width: auto;
        padding: 0px 25px 25px 25px;
    }
}

.cell3 p
{
  clear: both;
  /*text-align: justify;*/
}


@media screen and (max-width: 730px) {
    .cell {
        width: auto;
        padding: 0 25px;
    }
}

.twocolumn
{
  padding-bottom: 20px;
  max-width: 1050px;
  margin: 0 auto;
}



.cell2
{
   display: inline-block;
   box-sizing: border-box; /* width includes padding */
   padding: 0 15px;
   margin: 0;
   vertical-align: top;
   width: 50%;
}

@media screen and (max-width: 730px) {
    .cell2 {
        width: auto;
        padding: 0px 25px 25px 25px;
    }
}

.cell2 p
{
  clear: both;
  /*text-align: justify;*/
}

.cell2 img
{
  width: 100%;
}

.width50
{
  width: 50% !important;
}

.cell1
{
   display: inline-block;
   box-sizing: border-box; /* width includes padding */
   padding: 0 15px;
   margin: 0;
   vertical-align: top;
   width: 100%;
}

.productdesc
{
  padding-bottom: 20px;
  max-width: 1050px;
  margin: 0;
  clear: both;
}

.productdesc .image
{
  float: left;
  margin-top: 8px;
}

.productdesc .image img
{
  width: 240px;
  border: 1px solid #eee;
}

.productdesc div
{
   padding: 0 15px;
   vertical-align: top;
}

.productdesc ul
{
  clear: both;
}







.gray
{
  color: #AAAAAA;
}


#bigscreen
{
  position: relative;
}

#gallery_pic1
{
 width: 70%;
}

#pic1_chart
{
  position: absolute; 
  left:	26.75%	; top:	10.49%	; width:	29.51%	; height:	30.64%	;
}

#pic1_optimize
{
  position: absolute; 
  left:	26.75%	; top:	41.24%	; width:	24.61%	; height:	36.41%;
}

#pic1_explore
{
  position: absolute; 
  left:	56.61%	; top:	10.60%	; width:	23.49%	; height:	30.75%;
}

#pic1_symbols
{
  position: absolute; 
  left:	18.31%	; top:	10.49%	; width:	8.32%	; height:	37.46%	;
}

#pic1_interpret
{
  position: absolute; 
  left:	18.31%	; top:	49.84%	; width:	8.32%	; height:	26.34%	;
}

#pic1_gradient
{
  position: absolute; 
  left:	51.36%	; top:	41.24%	; width:	20.48%	; height:	26.76%	;
}

#pic1_realtime
{
  position: absolute; 
  left:	51.36%	; top:	68.31%	; width:	20.48%	; height:	9.13%	;
}

#pic1_info
{
  position: absolute; 
  left:	72.02%	; top:	41.34%	; width:	8.15%	; height:	36.20%	;
}



.divglow:hover
{
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,1); 
}



.tooltip span
{
   display: none;
   pointer-events: none; 
}

.tooltip:hover span {
      display: inline;
			border-radius: 8px 8px;
			box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.3);
			position: absolute; left: -6em; top: 90%; z-index: 99;
			margin-left: 0; width: 18em;
			padding: 0.8em 1em;
			background: rgba( 0, 0, 0, 0.7 );
			color: white;
			text-align: left;
		}

.tooltip:hover span:before
{
    border:solid;
    border-color:rgba( 0, 0, 0, 0.7 ) transparent;
    border-width:0 11px 11px 11px ;
    top:0%;
    margin-top:-11px;
    content:"";
    display:block;
    left:7em;
    position:absolute;
    z-index:99
   }

/*
.divglow:hover:after
{
  background:#111;
   background:rgba(0,0,0,.8);
   border-radius:5px;
   top:90%;
   text-align: left;
   color:#fff;
   content:attr(data-info);
   display:block;
   left:30%;
   width:15em;
   padding:5px 15px;
   position:absolute;
   z-index:98;
   white-space: pre-wrap; 
  }
  
.divglow:hover:before{
    border:solid;
    border-color:#111 transparent;
    border-width:0 8px 8px 8px ;
    top:90%;
    margin-top:-7px;
    content:"";
    display:block;
    left:50%;
    position:absolute;
    z-index:99
   }
}

*/

.price
{
  font-family: "Segoe UI Light","Segoe WP Light", "Segoe WPC","Segoe UI", Helvetica, Arial, "Arial Unicode MS", Sans-Serif;
  font-weight: lighter; /* 300 / lighter */
  font-size: 42pt; 
  color: green;
  line-height: 0.6;
}

.price:before
{
  content: "$";
  vertical-align: top; 
  font-size: 20pt; 
  color: green;
}


a.buynow1
{ 
	padding: 4px 8px;  /* top/bottom  left/right */
	text-decoration: none;
	color: #ffffff;
  background: green;
  line-height: 2.5;
  border: 2px solid rgb( 192, 216, 192 );
  border-radius: 5px;
  font-size: 12pt;
  white-space: nowrap;
}

a.buynow1.right
{
  float: right;
 	line-height: 1;
}

a.buynow1:hover
{
  background: rgb( 0, 160, 0 );
  border: 2px solid rgb( 0, 216, 0 );
}


a.buynow
{ 
	padding: 5px 8px;  /* top/bottom  left/right */
	text-decoration: none;
	color: green;/*#ffffff;*/
  line-height: 2.5;
  border: 1px solid rgb( 100, 160, 100 );
  border-radius: 0px;
  font-size: 12pt;
  white-space: nowrap;
  transition: all 200ms ease; 
}

/* Opera hack (opera 12 does not handle transitions too good */
doesnotexist:-o-prefocus, a.buynow {
  transition: none;
}

a.buynow.right
{
  float: right;
 	line-height: 1.1;
}

a.buynow:hover
{
  color: white;
  background: rgb( 0, 160, 0 );
}

a.download1
{ 
	padding: 5px 8px;  /* top/bottom  left/right */
	text-decoration: none;
	color: #ffffff;
  line-height: 2.5;
  background: rgb( 0, 140, 255 );
  border: 1px solid rgb( 192, 192, 255 );
  border-radius: 5px;
  font-size: 12pt;
  white-space: nowrap;
}

a.download1:hover
{
  background: rgb( 0, 180, 255 );
  border: 1px solid rgb( 216, 216, 255 );
}

a.download
{ 
	padding: 5px 8px;  /* top/bottom  left/right */
	text-decoration: none;
	color: rgb( 0, 140, 255 );
  line-height: 2.5;
  border: 1px solid rgb( 0, 140, 255 );
  font-size: 12pt;
  white-space: nowrap;
  transition: all 200ms ease; 
}

/* Opera hack (opera 12 does not handle transitions too good */
doesnotexist:-o-prefocus, a.download {
  transition: none;
}


a.download:hover
{
  background: rgb( 0, 140, 255 );
  color: white;
}


a.learnmore1
{ 
	padding: 5px 8px;  /* top/bottom  left/right */
	text-decoration: none;
	color: #ffffff;
  line-height: 2.5;
  background: rgb( 192, 140, 0 );
  border: 1px solid rgb( 200, 192, 192 );
  border-radius: 5px;
  font-size: 12pt;
  white-space: nowrap;
}

a.learnmore1:hover
{
  background: rgb( 220, 160, 0 );
  border: 1px solid rgb( 226, 216, 216 );
}

a.learnmore
{ 
	padding: 5px 8px;  /* top/bottom  left/right */
	text-decoration: none;
	color: rgb( 180, 120, 0 );
  line-height: 2.5;
  border: 1px solid rgb( 192, 140, 0 );
 /* border-radius: 5px; */
  font-size: 12pt;
  white-space: nowrap;
  transition: all 200ms ease; 
}

/* Opera hack (opera 12 does not handle transitions too good */
doesnotexist:-o-prefocus, a.learnmore {
  transition: none;
}


a.learnmore:hover
{
  color: white;
  background: rgb( 192, 140, 0 );
}




.downloadinfo
{
  font-style: italic;
  font-size: 12pt;
}

.important
{
  color: rgb( 100, 0, 0 );
  font-size: 12pt;
  padding: 8px 4px 10px 16px !important;
  vertical-align: top;
  max-width: 1050px;
  margin: 0px 15px 15px 15px;
  border: 1px solid rgb( 255, 230, 230 );
  border-radius: 9px;
  background: rgb( 255, 245, 245 );
}

.palered
{
 color: rgb( 255, 210, 210 )
}


#orderbanner
{
  display: flex;
  align-items: center; 
  position: relative;
  height: 555px;
  margin: 0;
  overflow: hidden; 
  width: 100%;
  max-width: 1360px;

  background-image: url('../img/present.jpg');
  background-repeat: no-repeat;
  background-position: center top; 
}


#orderbanner h4
{
  font-size: 50pt;
  color: black;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 1);
  padding: 35px 10px;
}

#orderbanner h5
{ 
  color: rgb( 80, 80, 255 );
  text-align: center;
  text-shadow: 0px 0px 15px rgba(255, 255, 255, 1), 0px 0px 10px rgba(255, 255, 255, 1), 0px 0px 5px rgba(255, 255, 255, 1);

}

#orderbanner h6
{ 
  font-family: "Segoe UI Light", "Segoe UI", "Segoe WP Light", "Segoe WPC", Helvetica, Arial, "Arial Unicode MS", Sans-Serif;
  font-weight: lighter;
  font-size: 30pt;
  color: rgb( 128, 0, 0 );
  text-align: center;
}

#orderbanner h6:before
{
  content: "$";
  vertical-align: 50%;
  font-size: 15pt; 
}

#blackfriday {
    background: black;
    text-align: center;
    padding: 8px 3px 3px 3px;
}

#blackfriday h5 {
        color: white;
        text-shadow: 0px 0px 15px rgba(255, 200, 200, 1), 0px 0px 10px rgba(255, 200, 200, 1), 0px 0px 5px rgba(255, 200, 200, 1);
 }

.blackfridayoffer {
    display: inline-block;
    vertical-align: top;
    background: black;
    color: white;
    padding: 3px 10px;
    margin-left: 10px;
    text-shadow: 0px 0px 15px rgba(255, 200, 200, 1), 0px 0px 10px rgba(255, 200, 200, 1), 0px 0px 5px rgba(255, 200, 200, 1);
}

.tiles
{
  display: table;
  border-spacing: 10px;
  border-collapse: separate;
  width: 100%;
  margin: 0;
}

.tiles a
{
  display: table-cell;
  box-sizing: border-box;
  border: 1px solid rgb( 70, 70, 130 );
  text-align: center;
  text-decoration: none;
  color:  rgb( 70, 70, 130 );
  padding: 10px 10px 0 10px;
  transition: all 300ms ease; 
}

.tiles a:hover
{
  background:  rgb( 70, 70, 130 );
  color: white;
}

.tiles2 a
{
    width: 50%;
}

.tiles3 a
{
    width: 33%;
}

.tiles4 a
{
    width: 25%;
}

.tiles5 a
{
    width: 20%;
}


.errordesc
{
   max-width: 700px;
   padding: 10px 20px 100px 20px;
   margin: 0 auto;
}

.errordesc h1
{
    font-size: 150pt;
    color: #AAAAAA;
    margin: 0;
 }

.text3d
{
  border: 0;
  padding-bottom: 20pt;
  font-size: 50pt;
  font-family: 'Segoe UI';
  font-weight: bold;
  color: white;
  text-shadow: 0 1px 0 #ccc,
               0 2px 0 #c9c9c9,
               0 3px 0 #bbb,
               0 4px 0 #b9b9b9,
               0 5px 0 #aaa,
               0 6px 1px rgba(0,0,0,.1),
               0 0 5px rgba(0,0,0,.1),
               0 1px 3px rgba(0,0,0,.3),
               0 3px 5px rgba(0,0,0,.2),
               0 5px 10px rgba(0,0,0,.25),
               0 10px 10px rgba(0,0,0,.2),
               0 20px 20px rgba(0,0,0,.15);
}

footer
{
  clear: both;
  font-size: 11pt;
  color: #DDDDDD;
  background-color: #222233;
  border: 0;
}

footer nav
{
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 1px;
  padding-bottom: 1px;
  max-width: 960px;
  margin: 0 auto;
  border: 0;

}

footer nav ul {
    list-style: none; /*remove bullets*/
    display: table;
    table-layout: fixed; /* this causes equal spreading of cells by 25%, table-layout: auto mode adjusts to content  */
    width: 100%;
    padding: 0;
}

footer nav ul li {    
    display: table-cell;

    font-weight: bold;
    line-height: 2;
}

footer nav ul li ul li {
    font-weight: normal;
    display: list-item;
    line-height: 1.3;
}

footer #bottom
{
  padding-top: 20px; 
  padding-bottom: 1px;
  text-align: center;
  background-color: black;

}

.tiny
{
 font-size: 10pt;
}

footer a, footer nav a
{
  color: #CCCCFF;
  text-decoration: none;
}

footer a:visited, footer nav a:visited
{
  color: #CCCCFF;
}

footer a:hover, footer nav a:hover
{
  color: #FFFFFF;
  border-bottom: 1px solid #ec6713;
}

/*
* AI Assistant styles
*/
.userQ
{
    color: darkblue;
    font-style: italic;
}

#userInput {
    border: 2px solid #3F7F93;
    background-color: #ffEE00;
    line-height: 150%;
    padding: 10px 10px;
    box-sizing: border-box;
    width: 100%;
    font-family: Calibri, Lucida Sans, Lucida, Helvetica, sans-serif;
    font-style: italic;
    font-size: 12pt;
}

#userInput:active, #userInput:focus
{
        outline: 1px solid #48788B;
}

#agentResponse 
{
    overflow: auto;
    -webkit-transition: all 0.35s ease-in;
    max-height: 400px;
    background-color: #eeeeee;
    color: #333333;
    padding: 1em;
}

.moreinfo 
{
    border: 1px solid #aaaaaa;
    margin-bottom: 1em;
}

.moreinfo button {
        background-color: #eee;
        color: #444;
        cursor: pointer;
        padding: 5px 16px;
        width: 100%;
        text-align: left;
        border: none;
        outline: none;
        transition: 0.4s;
}

.active, .moreinfo button:hover {
    background-color: #ccc;
}

    .moreinfo button:after {
        content: '\002B'; /* Unicode character for "plus" sign (+) */
        float: right;
    }

.active:after {
    content: "\2212" !important; /* Unicode character for "minus" sign (-) */
}

.moreinfo div {
    padding: 0 16px;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    max-height: 0;
}