#uno p {
    position: absolute;
    width: 25%;
    height: 28%;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;    padding: 2 0 2 0;
}

#l1 {
z-index: 3;
background-color: yellow;
top: 25%;
left: 16%;
}

#l2 {
z-index: 1;
background-color: blue;
left: 12%;
color: white;
}

#l3 {
z-index: 2;
background-color: green;
top: 15%;
left: 20%
}

#dos p {
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;    position: absolute;
    width: 75%;
    top: 60%;
    text-align: right;
    background-image: url("chat/tobias.jpg");
    padding: 1.5%;
    border: 0.7vw solid rgb(255, 0, 0);
    padding-bottom: 2.5%;
}

#dos p > span {
    background-color: #ffffffe6;
    padding: 2 0 2 0;

}

#fargoverstrykning {
    background-color: yellow;
    letter-spacing: 15px;
}

#overstrykning {
    text-decoration: line-through;
}

#tres p {
    text-indent: 5%;
    position: absolute;
    top: 100%;
    padding: 0 5 0 10;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
