.column.import-settings{
  min-width: 260px;
  display: table-cell;
}
.column.import-settings .panel-body{
  height: 735px;
  overflow-y: scroll;
  margin-bottom: 0px;
}
.column.import-variables{
  width: 100%;
  display: table-cell;
  min-width: 595px;
  overflow-y: scroll;
}
.column.import-variables .panel-body{
  height: 735px;
  overflow-y: scroll;
  margin-bottom: 0px;
}
.box-import{
  float: left;
  width: 300px;
  margin-right: 10px;
}
.box-import-grey{
  background: #f2f4f6;
  border: solid 1px #ccc;
  padding: 10px;
  margin-bottom: -1px;
  min-height: 30px;
}
.box-import-white{
  background: #fff;
  border: solid 1px #ccc;
  padding: 10px;
  margin-bottom: 5px;
  min-height: 30px;
}
.import-variables .checkbox{
  margin: 2px auto;
}
label.variable-question{
  font-size: 16px;
  font-weight: bold;
  display: table-cell;
}
