label{
  display: block;
}
form#views-exposed-form-best-practices-default div {
    display: inline-block;
    margin-bottom: 15px;
}
/*#edit-submit-best-practices{
  box-shadow: none;
  border-radius: 0;
  padding: 3px 15px;
  min-width: 100px;
  background: #313071;
}*/
.views-field-counter{
  min-width: 60px;
}
thead{
  background: #313071;
  color: #fff;
}
tbody tr:nth-child(odd){
  background-color: #f3f3f3;
}
select {
    height: 40px;
    border-radius: 5px;
}