/**
 * @file
 * BML default Styling for analytics forms, etc.
 */

.bml-analytics-form table.custom-helper-table,  
.bml-analytics-form table.custom-helper-table tr,
.bml-analytics-form table.custom-helper-table td {
  border: none;
  vertical-align: top;
}

.bml-analytics-form .form-header {
  display: table;
}

.bml-analytics-form .form-header .form-item {
  padding-right: 20px;
  display: table-cell;
  vertical-align: middle;
}

.bml-analytics-form .form-header .form-type-checkbox {
  padding-right: 10px;
  display: table-cell;
  vertical-align: middle;
  padding-top: 15px;
}

.bml-analytics-form tr.definitive_increase {
  background: green !important;
}

.bml-analytics-form tr.possible_increase {
  background: lightgreen !important;
}

.bml-analytics-form tr.definitive_decrease {
  background: red !important;
}

.bml-analytics-form tr.possible_decrease {
  background: pink !important;
}

table.conclusions th, table.conclusions td {
  width: 16%;
}