.pimage
{
    position: relative;
    height: 50px;
    width: 50px;
    font-size: 40px;
    background-color: lightblue;
    border-radius: 50%;
    padding: 10px;
    text-align: center;
}

.commentbox
{
    position: relative;
    width: 100%;
    border: 0.5px solid black;
}

#pleftside
{
    padding: 10px;
}

#pleftside img
{
    padding: 10px;
    float: left;
}

#prightside #header
{
    position: relative;
    padding: 10px;
    left: 10px;
    width: calc(100% - 20px);
    font-size: 12px;
}
#prightside #content
{
    position: relative;
    width: calc(100% - 20px);
    left: 10px;
    padding: 10px;
}
#comment
{
    padding: 10px;
    margin: 10px;
}

#content iframe
{
    position: relative;
    left: calc(50% - 338px);
}