/*!
Custom 
*/

/* Uppercase All TH for Product Variant Names */
th {
    text-transform: uppercase;
} 

/* Center All Text in Specifications Table */
td,th {
    text-align: left;
} 

.mb-0 {
    margin-bottom: -20px;
    text-align: center;
}

/* Remove Description Header from Prod Page */
.woocommerce-Tabs-panel--description h2 {
    font-size: 16px;
    display: none;
}

.signup-form-container {
    position: relative;
    background: #dcdcdc;
    padding-bottom: 30px;
}

.signup-form-container .merged-form-elements {
    padding-bottom: 1rem;
    width: 80%;
    display: inline-block;
}

.brushhound .top-accent-link {
    padding: 100px;
}