.spreaker-download-button {
  padding: 12px 24px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: #273043;
  border: 1px solid #1b2437;
  background: -moz-linear-gradient(top,#454e61 0%, #273043 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#454e61), color-stop(100%,#273043));
  background: -webkit-linear-gradient(top,#454e61 0%,#273043 100%);
  background: -o-linear-gradient(top,#454e61 0%,#273043 100%);
  background: -ms-linear-gradient(top,#454e61 0%,#273043 100%);
  background: linear-gradient(to bottom,#454e61 0%,#273043 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#454e61', endColorstr='#273043',GradientType=0 );
  color:#ffffff !important;
  font-weight:bold;
}
.spreaker-download-button:hover {
  background: #ffc20f;
  border: 1px solid #f3b603;
  background: -moz-linear-gradient(top,#ffe02d 0%, #ffc20f 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffe02d), color-stop(100%,#ffc20f));
  background: -webkit-linear-gradient(top,#ffe02d 0%,#ffc20f 100%);
  background: -o-linear-gradient(top,#ffe02d 0%,#ffc20f 100%);
  background: -ms-linear-gradient(top,#ffe02d 0%,#ffc20f 100%);
  background: linear-gradient(to bottom,#ffe02d 0%,#ffc20f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe02d', endColorstr='#ffc20f',GradientType=0 );
  color:#273043 !important;
}
