/* 
#ambiance-notification {
  display: block;
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 9999;
}

Built in custom styling for the notifications.
.ambiance-title {
  font-weight: bolder;
}
.ambiance-link a{
  font-weight: bold;
  text-decoration:none;
}

.ambiance {
  float: right;
  clear: both;
  border: 3px solid transparent;
}

.ambiance:hover {
  border: 3px solid #DDDDDD;
}

.ambiance-default, .ambiance-success, .ambiance-error {
  border-radius: 5px;
  -moz-border-radius: 5px; Firefox 3.6 and earlier.
  padding: 10px;
  margin: 10px;
}
 */
.ambiance-default {
  background: #D9EDF7;
  color: #3A87AD;
}

.ambiance-close {
  color: #3A87AD;
}

/* .ambiance-success {
  background: #468847;
  color: #DFF0D8;
}

.ambiance-error {
  background: #B94A48;
  color: #F2DEDE;
}

Close button attributes -- based off Twitter Bootstrap alert close item.
.ambiance-close {
  display: block;
  position: relative;
  top: -2px;
  right: 0px;
  color: #FFFFFF;
  float: right;
  font-size: 18px;
  font-weight: bold;
  filter: alpha(opacity=20);
  text-decoration: none;
  position: relative;
  line-height: 14px;
  margin-left: 5px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.ambiance-close:hover {
  color: #BBBBBB;
  cursor: pointer;
} */
