.uw-buttons-widget-main,
.uw-buttons-widget-main > .uw-button-background  a {
  width: 100%;
  height: 100%;
}

.uw-buttons-widget-main > .uw-button-background {
  height: 100%;
}

.uw-buttons-widget-main > .uw-button-background.extra-padding a{
  padding-top: 30px;
  padding-bottom: 30px;
}

.uw-buttons-widget-main > .uw-button-background > .uw-button-background-highlight {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.uw-buttons-widget-main .uw-buttons-widget-height-helper,
.uw-buttons-widget-main a {
  display: block;
  width: 100%;
}

.uw-buttons-widget-main a > small:before{
  content: "\A";
  white-space: pre;
}

.uw-buttons-widget-main > .uw-button-red-gold {
  background: linear-gradient(#b70101, #880000);
}

.uw-buttons-widget-main > .uw-button-red-gold  a {
  color: #f7f5e8!important;
}

.uw-buttons-widget-main > .uw-button-white-red {
  background: linear-gradient(#ffffff, #eeeeee);
}

.uw-buttons-widget-main > .uw-button-white-red a {
  color: #b70101!important;
}

.uw-buttons-widget-main > .uw-button-gold-red {
  background: linear-gradient(#f7f5e8, #e7d9c1);
}

.uw-buttons-widget-main > .uw-button-gold-red a {
  color: #b70101!important;
}

.uw-buttons-widget-main > .uw-button-gray-red {
  background: linear-gradient(#eeeeee, #dddddd);
}

.uw-buttons-widget-main > .uw-button-gray-red a {
  color: #b70101;
}

.uw-buttons-widget-main > .uw-button-image {
   background-position: center center;
   background-size: cover;   
}

.uw-buttons-widget-main > .uw-button-image a {
  color: white;
  text-shadow: 0px 0px 3px black;
}

.uw-buttons-widget-main > .uw-button-background a {
  background-color: transparent;
  white-space: normal;
  margin: auto 0px;
}

.uw-buttons-widget-main > .uw-button-background > .uw-button-background-highlight:hover,
.uw-buttons-widget-main > .uw-button-background > .uw-button-background-highlight:focus {
  background-color: rgba(255, 255, 255, 0.15);
}

.uw-buttons-widget-main > .uw-button-background > .uw-button-background-highlight:active {
  background-color: rgba(255, 255, 255, 0.06);
}

.uw-buttons-widget-main > .uw-button-image > .uw-button-background-highlight{
  background: linear-gradient( rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.60) );
}

