#notification-container {

}

#notification-container .notification-modal {
  background: #2686DF; /* The background color of the .notification-arrow should be changed to match. */
  padding: 9px;
  border-radius: 3px;
  max-width: 302px;
  margin: 14px auto 0px;
  position: relative;
  font-size: 16px;
}

#notification-container .notification-modal.notification-shadow {
  box-shadow: 0px 7px 7px rgba(0, 0, 0, 0.3);
}

#notification-container .notification-arrow,
#notification-container .notification-modal.notification-border:before {
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 16px solid #2686DF; /* The background color of the .notification-modal should be changed to match. */
  position: absolute;
  top: -14px;
  left: 50%;
  margin-left: -16px;
  z-index: 1;
}

#notification-container .notification-modal.notification-border {
  border: 1px solid #A5A5A5; /* Must be the same border color as .notification-modal.border:before */
}

#notification-container .notification-modal.notification-border:before  {
  content: " ";
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-bottom: 18px solid #A5A5A5; /* Must be the same border color as .notification-modal.border */
  top: -15px;
  left: 16px;
  z-index: -2;
}

#notification-container .notification-icn:before {
  content: '\f0f3';
  font-family: 'FontAwesome';
  font-size: 34px;
  float: left;
  padding-right: 12px;
  color: #666;
}

.test-content {
  width: 768px;
  margin: 0px auto;
}
