﻿#currentSessionTabPane,
#sessionModalBodyRow {
  background-color: #e4e3e1;
}
#sessionModalBodyRow {
  padding: 15px 0;
}
#sessionInfo {
  background-color: #fff;
  margin-top: -15px;
  padding-top: 15px;
  margin-bottom: -15px;
  padding-bottom: 15px;
  min-height: 350px;
}
#xsPanelFakeMargin {
  height: 30px;
}
.tab-pane {
  padding: 15px;
  border: 1px solid #ddd;
  border-top: none;
}
.dl-horizontal.dl-compressed dt {
  width: 70px;
}
.dl-horizontal.dl-compressed dd {
  margin-left: 90px;
}
.truncate {
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
button.toolong {
  white-space: normal;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
/*# sourceMappingURL=Index.css.map */