.form-condensed .control-group, .form-condensed .form-group {
    margin-top: 0;
    margin-bottom: 5px;
}
.table.compact th,.table.compact td{
    padding: 1px 2px;
}
.compact .control-group,.compact .form-group{
       margin-bottom: 1px;
}
.form-compact {
  font-size: 0.8em;
}

.form-compact .form-control {
  padding: 1px 2px;
  height: 24px;
  font-size:1em;
}
.form-compact label {
  margin-bottom: 1px;
}
.form-compact .form-group
{
  margin-bottom:0px;
}