.menu {
  background-color: #410128;
  padding: 10px;
  text-align: center;
}

.menu h2 {
  color:#FFCE12;
}

.music-top-choose {
  display:inline-block;
  margin : 10px auto;
  padding: 2px 25px;
  font-size:35px;
  color:#FFCE12;
}

.music-year-choose {
  display:inline-block;
  margin: 5px;
  border: 1px solid #FFCE12;
  border-radius: 25px;
  color:#FFCE12;
}

.music-year-choose a {
  width:90%;
  color:#FFCE12;
  font-size:20px;
}
.music-year-choose a:hover {
  color:#e21e85;
  cursor: pointer;
}



.voteButton {
  border-color: #f1c40f;
  border-radius: 10px;
  color: #fff;
  background-image: -webkit-linear-gradient(45deg, #A24662 50%, transparent 50%);
  background-image: linear-gradient(45deg, #A24662 50%, transparent 50%);
  background-position: 100%;
  background-size: 400%;
  -webkit-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out;
}
.voteButton:hover {
  background-position: 0;
}

.totalpoll-choice-container {
  padding-left: 10px;
  padding-right: 2px;
  text-align: left;
  font-size: 150%;
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.totalpoll-choice-container:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.totalpoll-choice-container {
  -moz-box-shadow:    inset 0 0 10px #000000;
  -webkit-box-shadow: inset 0 0 10px #000000;
  box-shadow:         inset 0 0 10px #000000;
}

.totalpoll-choice-label {
  line-height: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #FFCE12;
  text-shadow: 1px 1px 2px #AEA52B
  
}

.voteButtonDiv {
 text-align: right;
  
}
