﻿.reportContentBox {
    position: absolute;
    display: none;
    background-color: darkgrey;
    border: 1px solid black;
    padding: 20px;
    top: 20%;
    left: 30%;
    width: 300px;
    text-align: left;
}

.likeBox {
    border-radius: 8px;
    padding: 0 0.5em;
    border-width: 2px;
    border-style: solid;
    border-color: transparent;
    height: 1.6em;
    width:fit-content;
}

.likeCount {
    font-size: 1.25em;
    display: inline-block;
}

.likeIcon {
    height: 1em;
    margin-top: 5px;
    margin-left: 10px;
}

    .likeIcon img {
        height:100%;
    }

    .likeIconEnabled {
        cursor: pointer;
    }

