﻿#states-map-product-info {
    max-width: 100%;
    text-align: center;
}

    #states-map-product-info svg {
        max-width: 100%;
    }

path {
    stroke: white;
    fill: #999 !important;
    transition: fill .2s ease;
}

    path:hover {
        fill: #7fc241 !important;
    }

.selected path {
    fill: #7fc241 !important;
}

.center-content {
    margin: 0 auto;
    text-align: center;
}

#state-select {
    margin: 0 10px 20px 0;
    font-size: 18px;
    min-width: unset;
    padding: 10px;
}

#product-type-list {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
}

#state-name-product-list h2 {
    text-align: center;
    font-size: 36px;
    margin: 20px 0;
    display: none;
}

.state-product-type {
    border: 1px solid gray;
    width: 330px;
    text-align: center;
    margin: 10px;
}

    .state-product-type h5 {
        font-size: 24px;
        line-height: 24px;
        margin: 20px 0px;
    }

    .state-product-type div {
        padding: 10px 0 30px 0;
    }
