/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");

.woocommerce form.checkout .col2-set p.form-row label {
    display: inherit;
    color: #000000;
}
.woocommerce form.checkout .col2-set .form-row-wide {
    padding-top: 10px;
}
#print-button {
  font-family: Arial;
  color: #ffffff;
  font-size: 13px;
  background: #000000;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

#print-button:hover {
  background: #707070;
  text-decoration: none;
}
