.row {
  width: 1024px;
}

div#content {
  padding: 20px;
  background: none repeat scroll 0 0 white;
  margin: 0 auto;
  text-align: left;
  border: 1px solid #dbdbdb;
  box-shadow: 0 1px 3px #dddddd;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

h1 {
  font-weight: 500;
  font-size: 28px;
  margin-bottom: 14px;
  border-left: 0px solid;
  color: #424242;
  font-family: Lato, helvetica, arial, sans-serif;
  line-height: 24px;
  border-left: 0px solid;
  text-align: center;
}
h2 {
  font-weight: 300;
  font-size: 18pt;
  color: #424242;
  font-family: Lato, helvetica, arial, sans-serif;
  text-align: left;
  padding-bottom: 5px;
  margin-top: 23px;
  margin-bottom: 5px !important;
}
h3 {
  font-weight: 450;
  font-size: 12pt;
  width: 100%;
  color: #424242;
  font-family: Lato, helvetica, arial, sans-serif;
  margin-bottom: 1px;
  margin-top: 24px;
}
h4 {
  font-weight: normal;
  font-size: 12pt;
  color: #424242;
  font-family: Lato, helvetica, arial, sans-serif;
  margin-bottom: 5px;
  margin-top: 5px;
}
a {
  color: #1e5e81;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: #f35828;
  text-decoration: underline;
}

.panel.callout {
  background-color: #f35828;
}
.wj--login-label {
  color: #ffffff;
  font-weight: bold;
}
.panel.callout .button {
  color: #f35828;
}
input[type='button'],
input[type='submit'],
input[type='reset'],
button,
.button {
  color: #ffffff;
  background: #1e5e81;
  box-shadow: 0 3px 0 #1e5e81;
  font-size: 16px !important;
  border-radius: 3px;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  padding: 10px 20px 11px;
  text-align: center;
  transition: background-color 0.15s ease-in-out;
  border: none;
  color: #ffffff !important;
}
input[type='button']:hover,
input[type='submit']:hover,
input[type='reset']:hover,
button:hover,
.button:hover {
  background: #1d6f9b;
  box-shadow: 0 3px 0 #1d6f9b;
  cursor: pointer;
  text-decoration: none !important;
  font-size: 16px;
}
.button.disabled,
.button[disabled],
.button.disabled:hover,
.button[disabled]:hover {
  background: #727272;
  box-shadow: none;
}

.print-only {
  display: none;
}

.clear {
  clear: both;
}

.ceuManualSessions {
  text-decoration: underline;
  color: #f15d48;
}

.ceuManualSessions:hover {
  color: #1e5e81;
}
