@charset "utf-8";
/* CSS Document */

.roleLabel {
  padding: .25em .25em;
  background-color: #3fbcf1;
  border-top: 2px solid #0074cc;
}

.balloon1-top {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;

  background: #e6f8ff;
  border-radius: 15px;
}

.balloon1-top:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 10%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #e6f8ff;
}

.balloon1-top p {
  margin: 0;
  padding: 0;
}





