@charset "UTF-8";



.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px; }

@media (min-width: 768px) {
  .container {
	width: 980px;
	margin-right: 0px;
} }

@media (min-width: 1200px) {
  .container {
    width: 1180px; } }

.row {
}

.col-sm-6 {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px; }

@media (min-width: 768px) {
  .col-sm-6 {
    float: left; }
  .col-sm-6 {
    width: 50%;
}
}

#votes {
  padding: 5em 0;
  background: rgba(0, 0, 0, 0); }



.vote {
	float: right;
	width: 100%;
	/* [disabled]border-bottom: 1px solid #e9e9e9; */
}

@media screen and (max-width: 768px) {
  .vote {
    margin-right: -30px; } }

.vote.no-border {
  border-bottom: none; }

@media screen and (max-width: 768px) {
  .vote.no-border {
    border-bottom: 1px solid #e9e9e9; } }

.vote .vote-icon, .vote .vote-text {
  float: left; }

.vote .vote-icon {
  margin-right: 30px; }

@media screen and (max-width: 768px) {
  .vote .vote-icon {
    margin-right: 10px;
    margin-top: 10px; } }


.vote .vote-text {
  width: 50%; }
@media screen and (max-width: 768px) {
  .vote .vote-text {
    width: 70%; } }

.vote__img {
	margin-top: 1em;
	margin-right: 1em;
	margin-left: 1em;
	margin-bottom: 1em;
}
