body table.grid tr:nth-child(odd) {
  background: #cacaca;
}
body table.grid tr:nth-child(even) {
  background: #dddddd;
}
body#new .hide_before_customer {
  display: none;
}
body#index.login div#logo {
  background-image: url('images/SS.png');
  margin: 0 auto;
  width: 293px;
  height: 161px;
  background-repeat: no-repeat;
  background-size: contain;
}
body#time_tracking_entry tr.kmtraveled {
  display: none;
}
body#list #bulk_update {
  width: 100%;
}
body#list .iss_summary {
  width: 300px;
}
body#view #assignment {
  line-height: 30px;
}
#completed_issues_options {
  width: 500px;
  margin: 0 auto;
}
textarea[name=description] {
  width: 99%;
  height: 100px;
}
body#update textarea {
  width: 99%;
}
#send tr.buttons.internal td {
  text-align: right;
}
table.grid.internal th a,
table.grid th.internal a {
  background: #9c494b;
  color: #ffffff;
}
