.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.valign-middle {
    vertical-align: middle;
}

.margin-auto {
    margin-left: auto;
    margin-right: auto;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex-column {
    -ms-flex-direction: column;
    flex-direction: column;
}


.flex-center {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.margin-h-auto {
    margin-left: auto;
    margin-right: auto;
}

.one-half, .one-half-md {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.one-third, .one-third-md {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%
}

.one-sixth, .one-sixth-md {
    -ms-flex: 0 0 16.66%;
    flex: 0 0 16.66%;
    max-width: 16.66%
}

.two-thirds, .two-thirds-md {
    -ms-flex: 0 0 66.66%;
    flex: 0 0 66.66%;
    max-width: 66.66%;
}

.one-quarter, .one-quarter-md {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

@media screen and (max-width: 900px),
    screen and (max-device-width: 900px) and (-webkit-min-device-pixel-ratio: 2),
    screen and (max-device-width: 900px) and (min-device-pixel-ratio: 2) {
    .one-half-md,
    .one-third-md, 
    .one-sixth-md,
    .two-thirds-md,
    .one-quarter-md {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.f-left {
    float: left;
}

.container {
    width: 1140px;
    max-width: 100%;
    padding: 20px;
    margin: 0 auto;
    font-family: Arial, Helvetica, sans-serif;
}

div.flower-container {
    padding: 0 20px;
}
div.flower-card {
    padding-top: 20px; 
    margin-bottom: 20px;
    background: #dddddd;
    border-radius: 10px;
    border: 1px solid #666666;
}

div.seed-card {
    padding: 20px; 
    margin-bottom: 20px;
    background: #f8f8f8;
    border-radius: 10px;
    border: 1px solid #666666;
}

a.text-link {
    color: #007bff !important;
}

a.text-link:hover {
    color: #000000 !important;
    cursor: pointer;
}