.commentsRow{
    margin-bottom: 10px;
    width: 100%;
    display: flex;
    align-items: center;
}

.commentsCell{
    padding: 10px;
    background-color: #EEEEEE;
    height: 100%;
    width: 75%;
    margin-right: 5%; 
    border-radius: 20px;
}

.commentsChildCell{
    padding: 10px;
    background-color: #F9F9F9;
    height: 100%;
    width: 65%;
    margin-right: 5%;
    margin-left: 10%; 
    border-radius: 20px;
    border-width: 1px;
    border-color: #EEEEEE !important;
    border-style: solid;
}

.deleteButton{
    height: 40px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-width: 1px;
    border-color: rgb(120, 28, 28) !important;
    border-style: solid;
    border-radius: 10px;
    background-color: white !important;
    color: rgb(120, 28, 28) !important;
    margin-left: auto;
}

.deleteButton:hover{
    background-color: rgb(120, 28, 28) !important;
    color: white !important;
    cursor: pointer;
}

.commentsInformationDiv{
    display: flex;
    width: 100%;
    height: 100%;
}

.commentsAuthor{
    font-family: jost !important;
    font-weight: 600;
    font-size: 18px !important;
    color: black;
    text-align: left;
    align-items: left;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 20px;
}

.commentsDate{
    font-family: jost !important;
    font-weight: 400;
    font-size: 14px !important;
    color: black;
    text-align: right;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: 20px;
}

.commentsText{
    font-family: jost !important;
    font-weight: 400;
    font-size: 14px !important;
    color: black;
    text-align: left;
    margin-bottom: 10px;
    margin-left: 20px;
}
