.guide-section {
    margin-bottom: 10px;
}

.guide-label {
    font-weight: bold;
    font-size: 14pt;
    line-height: 1.2em;
}

.guide-option {
    display: block;
    font-size: 12pt;
    line-height: 1.2em;
    cursor: pointer;
    margin-left: 12px;
}

.guide-option.selected {
    font-weight: bold;
    color: #003e69;
    margin-left: 0;
}

.guide-option.selected:before {
    content: "• ";
}

div.product-container {
    margin-top: 30px;
}

div.product-guide div.products .card {
    text-align: center;
    border: 0;
}
div.product-guide div.products .image-container {
    height: 140px;
    line-height: 140px;
}
div.product-guide div.products .image-container img {
    vertical-align: middle;
    max-height: 140px;
    width: auto;
}
div.product-guide div.products img.card-img-top {
    height: 180px;
    width: auto;
}

a.product-link {
    color: black;
    font-weight: 700;
    font-size: 14pt;
}