/* line 1, ../../app/assets/stylesheets/top.css.scss */
select#year, select.ui-datepicker-year {
  width: 65px;
}

/* line 4, ../../app/assets/stylesheets/top.css.scss */
select#month, select#day, select.ui-datepicker-month {
  width: 49px;
}

/* line 7, ../../app/assets/stylesheets/top.css.scss */
select#year, select#month, select#day, select.ui-datepicker-year, select.ui-datepicker-month {
  -webkit-appearance: none;
  -webkit-border-radius: 2px;
  background: #ffffff;
  border: solid 1px;
  font-size: 16px;
  font-family: Times;
}

/* line 33, ../../app/assets/stylesheets/top.css.scss */
.arrow {
  position: relative;
}

/* line 36, ../../app/assets/stylesheets/top.css.scss */
.arrow:after {
  content: '▼';
  position: absolute;
  right: 3px;
  top: 2px;
  padding-top: 0px;
  padding-left: 1px;
  font-family: Times;
  font-size: 14px;
  line-height: 16px;
  color: #111111;
  background: #ffffff;
}

/* line 70, ../../app/assets/stylesheets/top.css.scss */
div.new_msg_div {
  padding-top: 5px;
  padding-left: 32px;
  padding-bottom: 5px;
  font-size: 18px;
}
/* line 75, ../../app/assets/stylesheets/top.css.scss */
div.new_msg_div a:link {
  color: blue;
  text-decoration: none;
}
/* line 79, ../../app/assets/stylesheets/top.css.scss */
div.new_msg_div a:visited {
  color: blue;
  text-decoration: none;
}
