.red-ast{
    color:red;
}
.vl {
    border: 2px solid grey;
}

.rma-image {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px; 
    width: 150px; 
}

.rma-image:hover {
    box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}

.rma-action-cancel {
    display: none;
}

.rma-convo-user {
    border-radius: 15px 5px;
    width:250px;
    margin-right:0px;
    background:#bef98170;
    margin-top:5px;
}

.rma-convo-date {
    font-size: 10px;
}

.rma-convo-admin {
    border-radius: 15px 5px;
    margin-left:0px;
    margin-top:5px;
    width:250px;
    height:auto;
    background:#fb9e9e9c;
}