#pemberitahuan {
     width:50px;
     height:50px;
     position:fixed;
     bottom:70px;
     left:10px;
     cursor:pointer;
     z-index:999;
     background: url(../../../images/frontend/2/pemberitahuan.png) center center no-repeat;
     border:none;
}
#pemberitahuanCaption {
     position:fixed;
     bottom:120px;
     left:30px;
     z-index:998;
     display: none;
}
.caption {
     background: white;
     padding: 7px;
     font-size: 12px;
     border-radius: 15px;
     box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
     text-align: center;
}
.captionPemberitahuan:after {
     content: '';
	position: absolute;
	bottom: 0;
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-top-color: white;
	border-bottom: 0;
	border-left: 0;
	margin-left: -10px;
	margin-bottom: -20px;
}
@media (max-width: 740px){
     .caption {
          width: 40%;
     }
     .captionPemberitahuan:after {left: 30%;}
}
@media (min-width: 741px){
     .captionPemberitahuan:after {left: 10%;}
}
