.dashboard {
  font-family: 'Open Sans', sans-serif;
}

#dshSlogans {
  width: 1146px;
  height: 164px;
  overflow: hidden;
  background: url(../img/dashboard_slogan.png);
  margin: 12px;
  position: relative;
}

#dshSlogans .slogan {
  width: 1146px;
  height: 164px;
  position: absolute;
  text-align: center;
  display: none;
}

#dshSlogans .slogan .text {
  font-family: 'Roboto Slab', serif;
  font-weight: 100;
  font-size: 30px;
  display: inline-block;
  margin-top: 60px;
  line-height: 40px;
  position: relative;
}

#dshSlogans .slogan .author {
  font-family: 'Herr Von Muellerhoff', cursive;
  font-size: 30px;
  position: absolute;
  bottom: -35px;
  right: -60px;
}


#dshIntro {
  margin: 0 20px 30px 20px;
  position: relative;
  min-height: 280px;
}

#dshIntro .welcome {
  font-size: 30px;
  margin: 20px 0 10px 0;
  font-weight: 300;
}

#dshIntro .introText {
  max-width: 650px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  margin-top: 15px;
}

#dshIntro .introText p {
  margin-bottom: 20px;
}

#dshIntro .introText strong {
  font-weight: 300;
  color: #d0511a;
}

#dshIntro .welcomeImage {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
}

#dshAlerts {
  margin: 0 20px;
}

#dshAlerts .notification{
  width: auto;
}

#dshQuickMenu {
  margin: 0 20px;
}

#dshQuickMenu .heading {
  font-size: 18px;
  font-weight: 300;
}

#dshWindows {
  margin: 20px;
}

#dshWindows .panel {
  border: 1px solid #cbcbcb;
  border-radius: 2px;
  background: #f4f4f4;
  font-size: 13px;
}

#dshWindows .panel .heading {
  padding: 7px 14px;
  border-bottom: 1px solid #cbcbcb;
  font-weight: 600;

  background: #ededed; /* Old browsers */
  background: -moz-linear-gradient(top, #ededed 1%, #dddddd 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ededed), color-stop(100%,#dddddd)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ededed 1%,#dddddd 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ededed 1%,#dddddd 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ededed 1%,#dddddd 100%); /* IE10+ */
  background: linear-gradient(to bottom, #ededed 1%,#dddddd 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */

}

#dshWindows .panel .body {
  padding: 7px 14px;
  font-weight: 300;
  min-height: 155px;
}

#dshWindows > .row-fluid {
  margin-bottom: 24px;
}

#dshWindows .panel td {
  padding-right: 8px;
  vertical-align: top;
}

#dshWindows .latestArticles .item {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}