/**
 * "aside" flash messages from Python
 * Nothing to do with the Adobe technology!
 */

aside.meapp-flash {
  position: fixed;
  bottom: 10px;
  left: 10px;
  width: calc(100vw - 40px);
  background-color: rgb(212, 212, 212);
  border-radius: 3px;
  color: rgb(88, 88, 88);
  padding: 10px;
  height: 23px;
  line-height: 23px;
  vertical-align: middle;
  border: 1px solid rgb(180, 180, 180);
  overflow: auto;
  z-index: 10000;
  font-size: 20px;
}

aside.meapp-flash a.close {
  text-decoration: none;
  display: block;
  position: absolute;
  right: 10px;
  font-size: 24px;
  font-weight: bold;
}

aside.rejected {
  border: 1px solid rgb(238,211,215) !important; 
  background-color: rgb(242,222,222) !important;
  color: rgb(185,74,72) !important;
}

.rejected a.close {
  color: rgb(185,74,72) !important;
}
