
/***** SEARCH button  *****/
input#search-votes-button{
    height: 34px;
    width: 160px;
    border: 0;
    background-image: url("/img/search.png");
    background-repeat: no-repeat;
    background-color: #4285F4;
    background-position: center; 
    text-align: center;
    font-size: 14px;
  }

  input#search-votes-button:hover{
    background-color: #3B78E7;
  }

  /* remove focus when writing */
  input#search-votes-button:focus {
      outline-width: 0px;
  }


/***** GO CODE button  *****/
input#go-vote-code-button{
    height: 22px;
    width: 40px;
    border: 0;
    background-color: #4285F4;
    background-position: center; 
    font-family: verdana;
    text-align: center;
    font-size: 12px;
    color: #FFFFFF;
  }

  input#go-vote-code-button:hover{
    background-color: #3B78E7;
  }

  /* remove focus when writing */
  input#go-vote-code-button:focus {
      outline-width: 0px;
  }


/***** SEE FULL VOTE button  *****/
input#see-full-vote-button{
    height: 34px;
    width: 160px;
    border: 0;
    color: #FFFFFF;
    background-color: #4285F4;
    text-align: center;
    font-size: 14px;
  }

  input#see-full-vote-button:hover{
    background-color: #3B78E7;
  }


/* legend of colors */
table.legend_colors_table {
    border: none;
    border-spacing: 5px;
    width: 60%;
	font-size: 12px;
    text-align: center;
}

table.legend_colors_table td {
    padding: 5px;
}
