
.section-packages .shell {max-width: 1100px; }
.stacktable { width: 100%; margin-bottom: 50px; text-align: left; table-layout: fixed; text-align: center; font-size: 13px; line-height: 1.2; color: #666;}
.stacktable p {margin-bottom: 10px;}

.stacktable tbody {background-color:#e8e8e8; }

.stacktable th { padding: 20px 10px; vertical-align: top;}
.stacktable th strong {display: block; font-weight: bold;margin-bottom: 5px; font-size: 17px; color: #1aa190; }
.stacktable th p { font-weight: 400; }

.stacktable tr:first-child { background-color: #fff; }

.stacktable td, .stacktable th { padding: 10px; border-bottom: 1px solid #fff; border-right: 1px solid #fff; }
.stacktable td:first-child { background-color: #1aa190; color: #fff; }
.stacktable td:first-child h4{ color:#fff; }

.stacktable td:nth-child(3), .stacktable th:nth-child(3)
{
  background-color:#f6f6f6;
}
.stacktable .button-row td { text-align: center;}

.stacktable h4 {color: #144a73; font-size: 17px; font-weight: bold; margin-bottom: 5px; line-height: 1.2; font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";}
	
.stacktable h5 {color:#1BA090; font-size: 32px; font-weight: bold; margin-bottom: 5px; line-height: 1.2; font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";}
	
.stacktable h2 {color: #144a73; font-size: 17px; font-weight:normal; margin-bottom: 5px; line-height: 1.2; font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";}
	
.stacktable h6 {color: #222; font-size: 15px; font-weight:700; margin-bottom: 5px; line-height: 1.5; font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";}
	

.stacktable .plan-details {display: none;}
	
.stacktable .show-hide:hover .plan-details {display: block;}
	
/* RESPONSIVE EXAMPLE */

.stacktable.large-only { display: table; }
.stacktable.small-only { display: none; }

@media (max-width: 800px) {
  .stacktable.large-only { display: none; }
  .stacktable.small-only { display: table; }
  .stacktable th {padding-top: 30px; }
}
/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
	margin-bottom: 10px;
	color: #144a73;
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    background-color: #144a73;
    color: #fff;
    text-align: center;
    padding: 5px;
    border-radius: 6px;

    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    width: 150px;
    bottom: 100%;
    left: 50%; 
    margin-left: -75px; /* Use half of the width (120/2 = 60), to center the tooltip */

    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 0.3s;
}

/* Tooltip arrow */
.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}
