#control {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 40px;
}
#control input.btn{
  margin-top: 20px;
}
#control input.btn.btn-warning {
  margin-right: 5px;
}

.container {
  padding-top: 20px;
}

nav.col-md-2 {
  padding-bottom: 30px;
}
table {
  table-layout: fixed;
  width: 100%;
  word-wrap: break-word;
}

.table-hover tbody tr:hover .viewThisResult {
  display: inline;
}

.table-hover tbody tr .viewThisResult {
  display: none;
}

div.form-group span.help-block {
  display: none;
}

div.has-error span.help-block {
  display: inline;
}
