/* 
* Modify  This file as needed to ensure the Bold RO widget looks nice.
*
* Place the below include statment before the end </head> tag in the theme.liquid file.
* {{ 'bold-ro.css' | asset_url | stylesheet_tag }}
*/

.button {
  font-size:14px;
  color: #fff;
  background-color: #ff5700;
  border: 1px solid #ff5700;
  width: 275px;
  display:block;
  padding: 0.875rem 1.75rem;
  font-size: 1.125rem;
  padding-right: 0.3125rem;
  padding-left: 0.3125rem;
  margin-bottom:15px;
}

.bold-ro__choices-save {
    font-size:14px;
  color: #fff;
  background-color: #ff5700;
  border: 1px solid #ff5700;
  width: 275px;
  display:block;
  padding: 0.875rem 1.75rem;
  font-size: 1.125rem;
  padding-right: 0.3125rem;
  padding-left: 0.3125rem;
  float:right;
}