/* Welcome to Compass. Use this file to write IE specific override styles.
 * Import this file using the following HTML or equivalent:
 * <!--[if IE]>
 *   <link href="/stylesheets/ie.css" media="screen, projection" rel="stylesheet" type="text/css" />
 * <![endif]--> */
/* line 6, ../sass/ie.scss */
.message_of_the_day {
  padding: 1.5em;
  width: 50%;
  float: right;
  margin-left: 3em;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
  margin-bottom: 1.3em;
  position: relative;
  background: #f4f4ea;
}
