#vote {
  overflow: hidden;
  margin: 10px 0; }
  #vote .vote-content {
    background-color: #595959; }
    #vote .vote-content h3 {
      color: #ffcb00; }
    #vote .vote-content .hands {
      cursor: pointer;
      border-left: 1px solid #ffffff;
      padding: 10px 0px 10px 15px; }

@media (max-width: 992px) {
  .vote-content .col-md-10 {
    border-bottom: solid 1px white;
    text-align: center; } }
