body{
  background-color: #eee;
    background-image:url('/images/bg.jpg')
}
header{
  margin-bottom: 10px
}
.wrapper{
  max-width:800px;
  margin:auto;
  padding:10px;
  padding-top:30px;
}
.rotary-button{
  border:none;
  font-family:"Open Sans","HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
  padding-top: .4rem;
  padding-right: 8px;
  padding-bottom: .4rem;
  padding-left: 8px;
  font-size: .8rem;
  font-weight: 600;
  color: #00246C;
  -webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
  background: #FEBD11;
background: -moz-linear-gradient(top,#FEBD11 0%,#fea600 100%);
background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#FEBD11),color-stop(100%,#fea600));
background: -webkit-linear-gradient(top,#FEBD11 0%,#fea600 100%);
background: -o-linear-gradient(top,#FEBD11 0%,#fea600 100%);
background: -ms-linear-gradient(top,#FEBD11 0%,#fea600 100%);
background: linear-gradient(to bottom,#FEBD11 0%,#fea600 100%);
font-size: 13px;
letter-spacing: -.5px;
}
.rotary-button:hover{
  color:#000;
  opacity:.8
}
.rotary-button:active,.rotary-button:focus{
  color:#000;
}
