label[for="et_pb_category_id"] + .et-pb-option-container > label {
    min-width: 210px;
    display: inline-block;
}
 .voting-result .admin-user_vote > a {
  margin: 1px 8px 0 0;
}
.voting-result .admin-user_vote > a:focus {
  background: rgb(250, 250, 250) none repeat scroll 0 0;
  border-color: rgb(153, 153, 153);
  color: rgb(35, 40, 45);
}

 .voting-result .admin-user_vote > a {
  background: rgb(247, 247, 247) none repeat scroll 0 0;
  border-color: rgb(204, 204, 204);
  box-shadow: 0 1px 0 rgb(204, 204, 204);
  color: rgb(85, 85, 85);
  vertical-align: top;
}
 .voting-result .admin-user_vote > a:focus,  .voting-result .admin-user_vote > a:hover {
  background: rgb(250, 250, 250) none repeat scroll 0 0;
  border-color: rgb(153, 153, 153);
  color: rgb(35, 40, 45);
}
.voting-result .admin-user_vote > a {
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  height: 28px;
  line-height: 26px;
  margin-right: 0;
  margin-top: 0;
  padding: 0 10px 1px;
  position: absolute;
  text-decoration: none;
  white-space: nowrap;
}

.dt-buttons.btn-group {
  display: inline-block;
  margin-left: 81px;
}
.voting-result .btn-group > a {
  margin: 1px 8px 0 0;
}
.voting-result .btn-group > a:focus {
  background: rgb(250, 250, 250) none repeat scroll 0 0;
  border-color: rgb(153, 153, 153);
  color: rgb(35, 40, 45);
}

.voting-result .btn-group > a {
  background: rgb(247, 247, 247) none repeat scroll 0 0;
  border-color: rgb(204, 204, 204);
  box-shadow: 0 1px 0 rgb(204, 204, 204);
  color: rgb(85, 85, 85);
  vertical-align: top;
}
.voting-result .btn-group > a:focus,  .voting-result .btn-group > a:hover {
  background: rgb(250, 250, 250) none repeat scroll 0 0;
  border-color: rgb(153, 153, 153);
  color: rgb(35, 40, 45);
}
.voting-result .btn-group > a{
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  height: 28px;
  line-height: 26px;
  margin: 0;
  padding: 0 10px 1px;
  text-decoration: none;
  white-space: nowrap;
}



.dt-buttons.btn-group {
  display: inline-block;
}
.dataTables_filter {
  display: inline-block;
}

table#voting.dataTable tbody td {
  padding: 8px 18px;
}
table#voting {
  border-bottom: 1px solid rgb(204, 204, 204);
}
table#voting.dataTable thead th {
  background-color: rgb(255, 255, 255);
  border-bottom: 1px solid rgb(204, 204, 204);
  text-align: left;
}
#voting_previous > a {
  border: 1px solid rgb(204, 204, 204);
  border-radius: 3px;
  color: rgb(35, 40, 45);
  padding: 4px 10px;
  text-decoration: none;
}
#voting_next > a {
  border: 1px solid rgb(204, 204, 204);
  border-radius: 3px;
  color: rgb(35, 40, 45);
  padding: 4px 10px;
  text-decoration: none;
}
.paginate_button.active > a {
  border: 1px solid rgb(204, 204, 204);
  border-radius: 3px;
  color: rgb(35, 40, 45);
  padding: 4px 10px;
  text-decoration: none;
}
.dataTables_wrapper #voting_paginate.dataTables_paginate .paginate_button:hover {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  color: rgb(255, 255, 255) !important;
}
.dataTables_wrapper #voting_paginate.dataTables_paginate .paginate_button {
  padding: 0.5em 6px 0.5em 0;
  border: none;
}
.admin-user_vote {
  position: relative;
  z-index: 1;
}
.people_choice .dt-buttons.btn-group {
    display: inline-block;
    float: left;
    margin-left: 244px;
    margin-top: -32px;
    margin-bottom: 10px;
}

.people_choice .dataTables_paginate {
  display: none !important;
}
.people_choice .dataTables_info {
  display: none !important;
}