body {
  /*background-image: url('/resources/images/background.jpg');*/
  /*background-size: cover;*/
}

#dashboard-wrapper .well {
  border: none;
}

.icon-rss{
  vertical-align: middle;
  margin-left: 14px;
}

.dashboard-header {
  margin-bottom: 16px;
  margin-top: 8px;
  height: 32px;
}

.dashboard-header h1{
  margin-top: 0px;
  display: inline-block;
  padding-top: 3px;
}

p, p > li {
  font-size: 110%;
}

.overflow {
  overflow: auto;
}

#dashboard .footer{
  margin-bottom: 2em;
}

#dashboard .tso-logo-container {
  text-align: center;
}

.table .newsWidgetDate{
  width: 120px;
}

.table .newsWidgetNewsTitle{
  font-weight: bold;
}

.table .releaseNotesWidgetDate{
  width: 120px;
}

.table .releaseNotesWidgetReleaseNotesTitle{
  font-weight: bold;
}

.widgetReleaseNotes table {
  background-color: #F0F0F2;
  border: 1px solid #A2A2A2;
  width: 100%;
}

.widgetReleaseNotes table.dashboard-no-release-notes {
  background-color: transparent;
  border: none;
}

.widgetReleaseNotes table td {
  border-bottom: 1px solid #A2A2A2;
  margin: 3px;
  padding: 3px 20px;
}

.widgetReleaseNotes table.dashboard-no-release-notes td {
  border-bottom: none;
}

.widgetReleaseNotes table td.releaseNotesWidgetDate {
  width: 140px;
}

.widgetReleaseNotes table td label {
  color: #555555;
  font-size: 13px;
  font-weight: normal;
  margin-right: 5px;
}

.dashboard .widgetReleaseNotes {
  width: 974px;
}

.dashboard .widgetReleaseNotesContent {
  padding: 0px;
  margin: 0px;
  width: auto;
  height: 406px;
  background-color: white;
  position: relative;
}

.dashboard .widgetReleaseNotesContent {
  height: auto;
}

.release-notes-uc .detail-container {
  padding: 10px !important;
}
.release-notes-uc .detail-container .release-notes-content {
  background-color: #ffffff;
  padding: 10px;
}
.release-notes-uc .detail-container .release-notes-content strong {
  font-weight: bold;
}
.release-notes-uc .detail-container .release-notes-content em {
  font-style: italic;
}
.release-notes-uc .detail-container .release-notes-content u {
  text-decoration: underline;
}
.release-notes-uc .detail-container .release-notes-content ol,
.release-notes-uc .detail-container .release-notes-content ul {
  margin-left: 40px;
}
.release-notes-uc .detail-container .release-notes-content ol {
  list-style-type: decimal;
}
.release-notes-uc .detail-container .release-notes-content ul {
  list-style-type: disc;
}
