/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

a.button.product_type_simple[aria-label^="Read more"] { background: #c00; }
#site-content h5.course-enrolled { display: inline-block; }
#site-content h5.course-enrolled a { display: inline-block; background: #c00; color: #fff; padding: 10px 15px; border-radius: 5px; text-decoration: none; }
#site-content h5.course-enrolled a:hover{ background: #294960; }
.woocommerce .single-product div.product form.cart { display: block; margin: 35px 0; }
.woocommerce .single-product div.product form.cart table { width: 100%; }
.woocommerce .single-product div.product form.cart table [name] { width: 85%; padding: 15px 20px; border: 1px solid #dfdfdf; border-radius: 5px; margin: 0 auto 10px; }
.woocommerce .single-product div.product form.cart table td[colspan="2"] [name] { width: 92%;  }