bumper 1

/* Bump Border and Background */ .orderFormBump { border: 2px solid #109966 !important; background-color: #E5FFF6 !important; border-radius: 5px !important; } /* Bump Title Background */ .orderFormBump > div > div:nth-of-type(1) { background-color: #0E8357 !important;16DB93 } /* Bump Title Text Color */ .orderFormBump > div > div:nth-of-type(1) > label:nth-of-type(2) > b { color: #fefefe !important; } /* Underlined Text Color */ .orderFormBump > div > div:nth-of-type(2) > p > font > u > font { color: #0C6D48 !important; } /* Remove Flashing Arrow */ .orderFormBump img[data-cf-id=’flashing-arrow’] { display: none !important; } /* Additional Bump Text Box */ .orderFormBump:after { content: ‘I Want this awesome thing for $29!’; color: #109966; background: #fefefe; font-size: 20px; padding: 10px 20px; display: block; width: 100%; text-align: center; font-weight: bold; }