﻿.fm.flash-message {
  background-color: #04568d;
  left:0em;
  padding: 3em;
  position:fixed;
  right:0em;
  text-align:center;
  top:0em;
  z-index: 9999999;
}

.fm.message {
  color:#fff;
  font-family: Verdana, Tahoma, Arial, sans-serif;
  font-size:1.5em;
}

.fm.close {
  background-color: #f2ebee;
  bottom: 20px;
  color:white;
  cursor: pointer;
  display:block;
  padding: .5em;
  position:absolute;
  right: 20px;
}