:root {
    --wcpf-bg-color: #53e703;
    --wcpf-bg-hover: #42b902;
}

.wcpf-flex-container {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -10px 10px -10px;
}

.wcpf-flex-item {
    max-width: 100%;
    flex-grow: 1;
    margin: 0px 10px 0px 10px;
    flex-basis: calc(850px * 999 - 100% * 999);
}

.wcpf-button {
    border: 2px solid var(--wcpf-bg-color);
    border-radius: 32px;
    font-size: .8em;
    line-height: 2.4em;
    padding: 0 .75em;
    letter-spacing: .02em;
    text-transform: uppercase;
    font-weight: bolder;
    background-color: transparent !important;
    box-shadow: 0 7.77778px 19.4444px rgba(0,0,0,0.224609);
    min-width: 200px;
}

.wcpf-button:hover {
    background-color: var(--wcpf-bg-hover) !important;
    color: #fff !important;
}

.wcpf-link-button {
    display: inline-block;
    text-transform: uppercase;
    font-size: .97em;
    letter-spacing: .03em;
    font-weight: bolder;
    text-align: center;
    color: currentColor;
    margin-top: 15px;
    line-height: 2.4em;
    padding: 0 1.2em;
    transition: transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s;
    background-color: transparent !important;
    border: 2px solid var(--wcpf-bg-color);
    border-radius: 32px;
}

.wcpf-link-button:hover {
    background-color: var(--wcpf-bg-hover) !important;
    color: #fff !important;
}

.wcpf-info {
    overflow: hidden;
    color: #000000;
    background-color: lightgrey;

}

.wcpf-info img {
    height: 20px;
    width: 20px;
}

.wcpf-info-text {
    display: block;
    float: left;
    padding: 10px;
}

.wcpf-info-value {
    display: block;
    float: right;
}

#type_certificate_search_results tr:hover {
    background-color: #ccc;
}

.wcpf-manufacturer-logo-overlay {
    height: 50px;
    background: #fff;
    position: absolute;
    bottom: 0px;
    width: 100%;
}
.wcpf-manufacturer-logo-overlay:hover {
    opacity: 0;
    transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -webkit-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
}

.box-image .wcpf-manufacturer-logo-overlay .wcpf-manufacturer-logo {
    margin: auto;
    width: 100px;
    height: 40px;
}

.wcpf-model-title {
    font-size: 150%;
    margin-bottom: 10px;
}