﻿.main-content {
  padding: 20px;
  font-size: 14px;
}
h1 {
  font-size: 23px;
}
h2 {
  font-size: 19px;
}
h3 {
  font-size: 15px;
}
h1,
h2,
h3 {
  font-weight: 500;
  margin: 20px 0 10px;
}
h1:first-of-type {
  margin-top: 0;
}
a,
a:active,
a:hover,
a:focus,
a:visited {
  color: #0073aa;
  outline: 0;
  text-decoration: none;
}
a:hover {
  color: #00a0d2;
}
label {
  font-weight: 600;
}
.cnl-list {
  display: table;
}
.cnl-list .cnl-item {
  display: table-row;
}
.cnl-list .cnl-field {
  display: table-cell;
  padding: 2px 0;
}
.cnl-list .cnl-name {
  padding-left: 15px;
  vertical-align: middle;
}
.cnl-list .cnl-btns {
  padding-left: 10px;
  vertical-align: top;
  white-space: nowrap;
}
.cnl-list .cnl-btns input,
.cnl-list .cnl-btns a {
  margin-right: 5px;
}
.cnl-list .popover {
  font-size: 12px;
  line-height: normal;
}
.cnl-list-msg {
  margin-left: 15px;
}
.form-group.period {
  max-width: 300px;
}
.popovers-container {
  position: relative;
}
#lblGenStarted {
  display: block;
  margin-top: 5px;
}