
@import "http://fonts.googleapis.com/css?family=Open+Sans:400,600,700";
* {
    box-sizing: border-box;
}
.bal {
  position: absolute;
  top: 0;
  left: 35px;
  font-size: 18px
}

.bal:after {
    border: 3px solid #2095FE;
    border-right: 3px solid transparent;
    border-top: 3px solid transparent;
    content: " ";
    height: 14px;
    left: -20px;
    position: absolute;
    top: 20px;
    -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
    width: 14px;
}
.jobb {
  position: absolute;
  top: 0;
  right: 15px;
  font-size: 18px
}
fejlec {
  color: #2095FE;
  background: #eee;
  border: 1px solid #ccc;
  border-bottom: 1px solid #bbb;
  box-shadow: 0 1px 2px rgba(1,1,1,0.2);
  height: 60px;
  text-align: center;
  font-size: 20px;
  line-height: 58px; 
  white-space: nowrap;
  
}
fejlec h2 {
  font-weight: bold;
  color: #111111;
}
.uzenet-biszbasz {
  padding-top: 10px;
  position: relative;
  border-top: 0 none;
}
.uzenet {
    border-radius: 20px 20px 20px 20px;
    margin: 0 15px 10px;
    padding: 15px 20px;
    position: relative;
}
.uzenet.neked {
    background-color: #2095FE;
    color: #fff;
    margin-left: 80px;
}
.uzenet.tolem {
    background-color: #E5E4E9;
    color: #363636;
    margin-right: 80px;
}
.uzenet.neked + .uzenet.neked,
.uzenet.tolem + .uzenet.tolem {
  margin-top: -7px;
}
.uzenet:utana {
    border-color: #2095FE;
    border-radius: 50% 50% 50% 50%;
    border-style: solid;
    border-width: 0 20px;
    bottom: 0;
    clip: rect(20px, 35px, 42px, 0px);
    content: " ";
    height: 40px;
    position: absolute;
    right: -50px;
    width: 30px;
    z-index: -1;
}
.uzenet.tolem:utana {
    border-color: #E5E4E9;
    left: -50px;
    transform: rotateY(180deg);
}