.fire {
  text-shadow:0 0 4px white, 0 -2px 4px #FFFF33, 2px -4px 6px #FFDD33, -2px -6px 11px #FF8800, 2px -10px 18px #FF2200;
  color: #400;
}

.float-right {
  float: right;
}
.eev1-important {
  color: #c00;
  font-weight: bold;
}

.eev1-medium {
  color: #2f3c8d;
  font-style: italic;
}

.eev1-danger {
  color: red;
  font-weight: bold;
  background: yellow;
  font-variant: small-caps;
}

.eev1-references-title {
  margin-top: 18px;
  border-top: 1px dotted #7C96C5;
  color: #7C96C5;
  text-align: center;
  font-weight: bold;
}

.eev1-references {
  color: #555;
  font-size: 0.8em;
}

.eev1-button {
  display: inline-block;
  background: #CA0000;
  background: -webkit-gradient(linear, left top, left bottom, from(#CA0000), to(#E92727));
  background-image: -moz-linear-gradient(top, #CA0000, #E92727);
  color: white;
  font-weight: bold;
  height: 34px;
  line-height: 34px;
  padding: 0 10px;
  border: 1px solid #680000;
  box-shadow: 0 0 15px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 0 15px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.5);
}

.eev1-button a, a .eev1-button {
  color: white;
  text-decoration: none;
}

.prisma-order {
  display: inline-block;
  background: #f66903;
  background: -webkit-gradient(linear, left top, left bottom, from(#F66903), to(#fd8a36));
  background-image: -moz-linear-gradient(top, #F66903, #fd8a36);
  color: white;
  font-weight: bold;
  height: 34px;
  line-height: 34px;
  padding: 0 10px;
  border: 1px solid #808080;
  box-shadow: 0 0 15px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 0 15px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.5);
}

.prisma-order a, a .prisma-order {
  color: white;
  text-decoration: none;
}

.geobio-medium {
  color: #465560;
  font-style: italic;
}

.geobio-important {
  color: #8b7458;
  border-bottom: 1px dotted #8b7458;
  font-weight: bold;
}


