.instructions {
  padding: 20px;
  background-color: #7fb77b;
  color: white;
}

.blue-button {
  border: 1px solid black;
  background-color: #509FBC;
  color: white !important;
  padding: 10px;
}

.table-button {
  min-width: 50px;
}

.blue-button:hover {
  background-color: #97c9db;
  color: #509FBC;
}

.instruction-img {
  padding: 5px;
  width: 35px;
  height: 35px;
  display: inline-block;
}

table {
  border-bottom: none !important;
}

table th {
  text-align: center;
  padding-top: 20px;
}

td {
  vertical-align: middle !important;
  text-align: center !important;
}

tr:nth-child(even) {
  background: #CCC;
}

.vote-wrapper-yes {
  box-shadow: 1px 1px 5px;
}

.vote-wrapper-no {
  box-shadow: none;
}

.vote-box {
  width: 75px;
  margin: 0 auto;
  background-color: #e0e0e0;
  padding: 5px 5px 5px 5px;
  border-radius: 20px;
  cursor: pointer;
}

.icon-img {
  width: 45px;
  height: 45px;
  display: inline-block;
}

.icon-img:hover {
  cursor: pointer;
}

.flower-wrapper {
  display: inline-block;
  vertical-align: middle;
}

.upvotes {
  display: inline-block;
  min-width: 40px;
  text-align: center;
  padding-top: 5px;
}

.product-item-cell {
  width: 150px;
}

.vote-rank-wrapper {
  display: table;
  padding: 5px 5px 5px 5px;
  border-radius: 20px;
  cursor: pointer;
}

.table-link-cell {
  min-width: 100px;
}

.product-img img {
  border: 1px solid #e0e0e0;
}

.product-title {
  font-size: 1em;
  padding: 10px;
}

.extra-cell {
  font-size: 1.2em;
}

.table-link {
  vertical-align: middle;
}

.load-more-votes-button {
  display: inline-block;
  padding: 15px;
  text-align: center;
  background-color: #7FB77B;
  color: white;
  cursor: pointer;
}

.load-more-votes {
  display: flex;
  align-items: center;
  vertical-align: middle;
  border: 3px solid #e0e0e0;
  text-align: center;
}

.load-more-done {
  display: none !important;
}

.spinner-vote-wrapper-load {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 auto;
}

.spinner-vote-off {
  display: none;
}

.spinner-load-vote-1 {
  width: 30px;
  height: 30px;
  position: relative;
}

.spinner-load-vote-2 {
  width: 30px;
  height: 30px;
  position: relative;
}

.vote-bounce1, .vote-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #7fb77b;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}

.vote-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@media only screen and (max-width: 700px) {
  .vote-item-cell {
    min-width: 150px;
  }

  .upvotes {
    text-align: center;
    min-width: 20px;
  }

  .product-img {
    width: 150px;
  }
}

/*# sourceMappingURL=style.css.map */
