#reviewcontainer
{
    width: 100%;
    border: 2px solid white;
    display: flex;
}

#reviewcontent
{
    width: 556px;
    height: 620px;
    padding: 10px;
    border-right: 2px solid white;
    overflow-y: scroll;
    position: relative;
    scrollbar-width: none;
}

#reviewlist
{
    width: 238px;
    height: 600px;
    margin: 10px;
    border: 2px solid white;
    overflow-y: scroll;
    overflow-x: hidden;
    position: relative;
}

.reviewselection
{
    width: 100%;
    height: 64px;
    border-bottom: 2px solid white;
    border-right: 2px dotted white;
    display: flex;
    position: relative;
}

.selectionspan
{
    width: 100%;
    height: 100%;
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    z-index: 10;
}

.selectionspan:hover
{
    background-color: rgba(255,255,255,0.6);
}

.reviewselimage
{
    width: 62px;
    height: 62px;
    padding: 0 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 2px dashed white;
}

.reviewselimage img
{
    width: 54px;
    height: 54px;
}

.reviewselcontent
{
    padding: 4px;
    width: 153px;
}