.plan-card {
    border: 3px solid #00e0aa;
    border-radius: 2rem 5rem;
    text-align:center;
    margin-bottom: 20px;
    padding: 1rem;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}
.plan-card-a {
    border: 3px solid #00e0aa;
}
.plan-card-b {
    border: 3px solid #0097e2 !important;
}

.signup-button{
	cursor:pointer;
	text-align:center;
	border: none;
	margin: 1em 0;
	display: inline-block;
	color: #FFF;
	background: #00E0AA;
	font-weight: 700;

}
.signup-button {
	font-size: 1.1rem;
	padding: 0.8em 1em;
	border-radius: 0.3rem 1rem;  	
}

.signup-button:hover {
  opacity: 0.8;
  color: #FFF;
}
.plan-card-b .signup-button, .color-b .signup-button {
    background-color: #0097e2 !important;
}


.plan-title {
    font-size: 1.8em;
    font-weight: 700;
    line-height: 1.4;
    margin: 1em 0;
    min-height: 2.5em;
}
    .plan-card-a .plan-title {
        color: #00e0aa !important;
    }
    .plan-card-b .plan-title {
        color: #0097e2 !important;   
    }
.plan-detail-cell {
    font-weight: bold;
    font-size: 1.1em;
    min-height: 4em;
    margin: 1em 0;
}
.plan-feature-cell {
    text-align: left;
    min-height: 4em;
    margin: 1em 0;
}
.plan-item-cell {
    text-align: center;
    color: #009AFF;
    font-size: 0.9em;
    margin-top: 0.5em;
}

.plan-item-circle-label {
    text-align:left;
    font-size: 0.9em;
	margin-top: 0.5em;
    border-bottom: dotted 1px #DDD;
}

.not-available .plan-item-cell, .not-available .plan-item-circle-label {
	color: #AAA !important;
}
.not-available {
	color: #AAA !important;
}
.plan-data-content {
    text-align: center;
    min-height: 2em;
    line-height: 1.4em;
    border-bottom: dotted 1px #DDD;
    padding: 0.5em 0;
    margin: 0.5em 0;
}
.plan-data-circle {
    text-align:center;
    min-height: 2em;
    line-height: 1.4em;
    border-bottom: dotted 1px #DDD;
    padding: 0.5em 0;
}
.signup-button-cell {
    padding: 1em 0;
}
.plan-subtext {
    color: #888;
	font-size:0.9em;
}
.plan-section-title {
	background: #DDD;
	padding: 1em 0;
	font-weight:bold;
	margin-top: 1em;
}
.plan-item-subsection {
	margin: 1em 0;
}
.plan-item-subsection-title {
    background-color: #EEE;
    text-align:center;
	font-weight: bold;
	font-size: 0.9em;
	margin: 1em 0 1.5em 0;
	padding: 0.9em 0;	
}
.plan-item-subsection .plan-item-circle-label, .plan-item-subsection .plan-data-circle {
    margin-bottom: 0.9em;
}

.pricelist tbody {
    border: none;
}

.pricelist {
    margin-top: 0.5em;
}

.pricelist th, .pricelist td {
    font-size: 1.2em !important;
    max-width: 300px;
    border: 1px solid #DDD;
    font-weight:normal;
    background: white;
}

.pricelist th {
    text-align: right;
    max-width: 300px;
}
.pricelist th span {
display:block;
font-size: 1rem;
color: #999;
}
.pricelist td .sub {
color: #999;
font-size: 1rem;
display:block;
}
.pricelist td {
    text-align: center;
}
.pricelist-plan-name b{
    font-weight:bold;
    font-size: 1.6em;
    display:block;
}
.pricelist-plan-name .pricelist-detail{
    font-weight:bold;
    margin: 0.5em;
    color: #555;
    border-radius: 1em;
    font-size: 1rem;
    display:block;
}

.pricelist-corner-cell {
    border-top: none !important;
    border-left: none !important;
}
.color-a.pricelist-plan-name {
    color: #00e0aa !important;

}
.color-b.pricelist-plan-name {
    color: #0097e2 !important;   
}

.plan-table-section-header {
text-align: center !important;
background: #777 !important;
color: #FFF;
line-height: 1.4em;
}
.plan-table-section-subtitle {
text-align: left !important;
background: #CCC !important;
}
.cir {
    background: #333;
    border-radius: 50%;
    width: 0.7em; 
    height: 0.7em;
    display:block;
    margin: 0 auto;
}

.plan-card-a .cell-section-header {
background: #00e0aa; 
}
.plan-card-b .cell-section-header {
background: #0097e2;
}
.cell-section-header {
font-weight:bold;
font-size: 1.2em;
padding: 0.5em;
margin: 0.5em 0;
color: #FFF;
}

.cell-section-subtitle {
    background: #EEE;
    font-weight: bold;
    font-size: 1.1em;
    padding: 0.2em;
}

.plan-table-border-toponly {
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
    background: #FFF;
}







/* Small only */
@media screen and (max-width: 39.9375em) {
    .plan-detail-cell { min-height: 4em;}
    .plan-feature-cell { min-height: 4em;}
}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .plan-detail-cell { min-height: 7em;}
    .plan-feature-cell { min-height: 9em;}

}

/* Large and up */
@media screen and (min-width: 64em) {
    .plan-detail-cell { min-height: 6em;}
    .plan-feature-cell { min-height: 8em;}    
}
