.smsfp {
width: 400px;
height: 300px;
border-radius: 1em;
background: #1d2727;
padding: 10px;
box-sizing: border-box;
border: 3px solid #a99f6f;
}

.smsbalkenfp {
width: 350px;
height: 80px;
font-size: 17px;
background: #46a29f;
box-sizing: border-box;
margin: 10px;
padding: 2px;
border-radius: 1em;
color: #213c3c;
}

.smsbildfp {
width: 80px;
height: 70px;
margin: 3px;
float: left;
border-radius: 1em;
}

#talkbubble {
width: 280px; 
height: 150px;
background: #46a29f;
position: relative;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
padding: 10px;
text-align: justify;
color: #213c3c;
overflow: auto;
}

#talkbubble:before { 
content:"";
position: absolute;
right: 100%;
top: 26px;
width: 0;
height: 0;
border-top: 13px solid transparent;
border-right: 26px solid #46a29f;
border-bottom: 13px solid transparent; 
}

.smsdatumfp { 
font-size: 11px;
text-align: right; 
}