/* CSS Document */

.comment-empty  { width:24px; height:24px; background:url(../images/comments_24.png) no-repeat; color:#F00; font-size:11px; 
		display:block; }
.comment-alert { width:24px; height:24px; background:url(../images/comments_alert_24.png); color:#fff; display:block; }

#comment-wrapper{
	width : 95%;
	margin:30px 30px;	
}
.bubble {
  position: relative;
  background-color:#E1F5FB;
  margin: 0;
  padding:10px;
  text-align:left;
  width:95%;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  -webkit-box-shadow: 0px 0 3px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 0 3px rgba(0,0,0,0.25);
  box-shadow: 0px 0 3px rgba(0,0,0,0.25); 
  font-size:14px;
}
.bubble:after {
  position: absolute;
  display: block;
  content: "";  
  border-color: #E1F5FB transparent transparent transparent;
  border-style: solid;
  border-width: 10px;
  height:0;
  width:0;
  position:absolute;
  bottom:-19px;
  left:30px;
}
.bubble.lawan { background-color:#F9FCBA; }
.bubble.lawan:after { left:95%; border-color: #F9FCBA transparent transparent transparent; }
p.komentator { margin:10px 0; font-size:12px; margin-bottom:30px; }
p.komentator.right { text-align:right; margin-right:30px; }

