/* CSS Document */
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}
.dashboard-section {
  font-size: 15px;
  line-height: 19px;
  padding: 10px;
}
.dashboard-section div {
  margin: 0 0 15px 0;
}
#loginannouncement {
  font-size: 13px;
  color: #333;
  line-height: 1.5;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}
#loginannouncement a {
  color: #0050C7;
  font-weight: 400;
  text-decoration: none;
}
#loginannouncement a:hover {
  text-decoration: underline;
}
h2.loginheader {
  margin: 0 0 8px 0;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  text-transform: uppercase;
}
ul#announcements {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 85%;
}
ul#announcements li {
  border-bottom: 1px dotted #333;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
ul#announcements li:last-child {
  border-bottom: none;
}
p.questions {
  font-size: 10px;
  text-align: left;
}
li#attention {
  background: pink;
  padding: 15px;
  font-size: 12px;
  line-height: 1.5;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  border-radius: 2px;
  box-shadow: 1px 1px #EEE;
}