<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.quick_buy_button {
  border: none !important;
  border-radius: 3px !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  text-shadow: none !important;
  box-shadow: none !important;
  padding: 13px 14px 12px !important;
  color: #fff !important;
  background: #00aeef!important;
  cursor: pointer !important;
  position: relative;
margin-right:20px;
float:right;
} 

.quick_buy_button:hover {
background: #007fc4 !important;
}</pre></body></html>