/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 12.02.2025 г., 23:28:25
    Author     : MirakDMC
*/

.request_body {
	padding: 10px;
    background: #f5f5f5;
    margin-bottom: 15px;
    border-radius: 5px;
    border: 0px solid #ddd;
    box-shadow: 0px 1px 1px 1px #00000014;
	border-top: 1px #ddd solid;
}
.request_image {
	display: inline-block; vertical-align: top; width: 50px;
}
.request_image > img {
	width: 50px; height: 50px;
}

.request_info {
	display: inline-block; border-bottom: 0px; padding: 0px 5px; width: calc(100% - 60px);
}
.request_info > .request_info_row {
	margin-bottom: 5px;
}

.likes {
	display: none;
    padding: 5px;
    background: #eee;
    border-bottom: 0px solid #fff;
    border-radius: 3px;
}
textarea.comment {
	width: 100%;
    overflow: hidden;
    height: 45px;
    border: 1px solid #ffcc99;
    border-radius: 5px;
    background: #fff;
    color: #999;
}
div.request_comments {
	margin-top: 10px;
}
