#site-message {
  padding: 0.5em;
  background: white;
  display: block;
  width: 100%;
  background: #f1b433;
  z-index: 9000;
  /*
  img {
  	display: block;
  	margin: 0 auto;
  }
  */
  /*
  h1 {
  	color: rgb(0, 113, 187);
  	text-align: center;	
  	font-size: 2.2em;
  	margin-top: 0.5em;
  }
  p {
  	color: rgb(155, 155, 155);
  	text-align: center;
  }
  */ }
  #site-message * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  #site-message img {
    margin-top: -5px !important;
    margin-right: 10px;
    padding: 0;
    height: 22px; }
  #site-message h1 {
    color: white;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    margin: 0; }
