﻿#InstrumentDetails table,
#InstrumentDetails tbody {
    display: block;
    width: 100%;
}

#InstrumentDetails tr:first-child {
    display: none;
}

#InstrumentDetails tr {
    display: inline-flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    vertical-align: top;
    width: 265px;
    min-height: 552px;
    margin: 10px;
    padding: 40px 20px 15px;
    border: 1px solid #ddd;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,.12);
    text-align: center;
}

#InstrumentDetails td {
    display: block;
    width: 100% !important;
    border: 0 !important;
    padding: 0 !important;
    color: #00002f;
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.15;
}

#InstrumentDetails td:first-child {
    margin-top: 30px;
}

#InstrumentDetails input[type="button"],
#InstrumentDetails input[type="submit"],
#InstrumentDetails button,
#InstrumentDetails .btn {
    background: #171047 !important;
    color: #ffc400 !important;
    border: 0 !important;
    border-radius: 8px;
    padding: 10px 24px;
    font-size: 18px;
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
}
#InstrumentDetails td br {
    display: block;
    margin-bottom: 6px;
}

#InstrumentDetails .plan-instrument,
#InstrumentDetails .plan-description {
    display: block;
}

#InstrumentDetails .plan-instrument {
    margin-bottom: 8px;
}

#InstrumentDetails .plan-description {
    line-height: 1.15;
}

#InstrumentDetails .plan-instrument {
    font-size: 26px;
    margin-bottom: 10px;
}

#InstrumentDetails .plan-description {
    font-size: 20px;
}

#InstrumentDetails td:first-child {
    font-size: 28px; /* price */
    margin-bottom: 10px;
}

/*optional recommended tag*/
#InstrumentDetails tr.recommended-plan {
    border: 2px solid #171047;
    position: relative;
}

#InstrumentDetails tr.recommended-plan::before {
    content: "Recommended";
    position: absolute;
    top: 12px;
    left: 12px;
    background: #ffc400;
    color: #171047;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 10px;
    border-radius: 20px;
    letter-spacing: 0.5px;
}

#InstrumentDetails tr.recommended-plan::before {
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 20px;
}

#InstrumentDetails tr.recommended-plan {
    z-index: 2;
}
#InstrumentDetails td.payment-cell {
	font-size: 40px;
}
#InstrumentDetails td.payment-cell:after {
	content: "/mo.";
}
#InstrumentDetails td.instrument-description {
	font-size: 24px;
}
#InstrumentDetails p.instrument-description-below-bar {
	font-size: 18px;
	font-weight: normal;
}
.InstrumentSelHeading {
	font-size: 20px;
	font-weight: 900;
}