
.oldal_leiras{
    padding: 20px;
    border-radius: 20px;
    background-color: #ccffcc;
    box-shadow: 10px 10px 5px #888888;
    z-index: 1;
}
.ean{
    font-family: monospace;
}
.price{
    text-decoration: none;
    color:#ff0000;
    background-color: #FFFFCC;
    padding: 2px;
    box-shadow:3px 3px 3px #888888;
    border-radius: 3px;
}
body{
    background: none rgb(184, 184, 184);
    line-height: 1.5em;
}
.right{
    float: right;
}
.fb-like-box{
    float: right;
    box-shadow: 10px 10px 5px #888888;
    border-radius: 20px;
    padding: 15px;
    z-index: 5;
    background-color: #ccffcc;
}