.authorThumb {

    width: 80px;
    height: 80px;
    background-color: #ccc;
    background-position: center;
    background-size: cover;
    margin-left: 20px;
    border-radius: 80px;
    margin-top: 20px;
    border: 2px solid #fff;

}

.authorTitle {

    color: #555;
    margin-top: -50px;
    margin-left: 120px;
	display: block;

}
.catTitle {	background-color: #eee;	padding: 5px 0px;	color: #4cb;	text-align: center;	position: absolute;	top: 0;	right:0;	min-width: 200px;	border-radius:0 0 0 12px;}

.reqTime {

    text-align: center;
	color: #aaa;
	position: absolute;
	top: 70px;
	left: 120px;
	font-size: 8pt;
}

.reqDetail {
	margin: 10px 20px;
	word-wrap: break-word;
	padding: 16px 10px;
}

.readReq {

    padding: 8px 0;
	text-align: center;
	display: block;
	background-color: #111d;
	color: #eee;
	cursor: pointer;
	opacity: 1;
	transition: 0.5s;
	position: absolute;
	bottom: 0px;
	right: 0;
	top:0;
	left:0;
	opacity:0;
	padding-top:120px;
}

.rDemand
{
	
}

.rDemand h2
{
	width:100%;
	text-align:center;
}

.readReq:hover
{
	opacity:1;
}

.readReq:active
{
	opacity:0.7;
}

.fbs
{
	background-color: #1877f2 !important;	overflow: hidden;	padding: 2px !important;
}

.newDemand
{
	padding:10px;
	background:#eee;
	color:#666;
	border:none;
	border-radius:8px;
}

.catTitle2 {

    background-color: #eee;
    width: 260px;
    margin-left: 20px;
    padding: 5px 0;
    color: #999;
    text-align: center;
    border-radius: 16px;
    position: absolute;
    bottom: 150px;
}

.reqControl
{
	background-color:#396;
	color:#eee;
	padding:5px 10px;
	height:32px;
}
/*
.toggleFollow
{
	margin-left:30px;
	background-color:#3b9;
}

.toggleRep
{
	margin-right:30px;
	background-color:#da6;
}*/

.repDemand
{
	width: calc(100% - 60px);

	height: 200px;

	border: 1px solid #eee;

	margin: 20px 10px;

    margin-left: 10px;

	overflow: visible;

	border-radius: 10px;

	position: relative;

	font-family: "Open Sans", sans-serif;
}

.repTime {

    text-align: center;
    color: #888;
    position: absolute;
    top: 50px;
    left: 60px;
    font-size: 10pt;

}

.repDetail {
	color: #555;

	font-size: 14px;

	float: right;

	margin-right: 40px;

	margin-top: 20px;

	width: calc(100% - 100px);

	max-height: 40px;

	word-wrap: break-word;

	padding: 10px;

	text-align: center;

	background: #eee;

	border-radius: 20px 0 20px 20px;
}

.authorThumb2 {

    width: 80px;
    height: 80px;
    background-color: #ccc;
    background-position: center;
    background-size: cover;
    margin-right: 20px;
    border-radius: 80px;
    margin-top: 20px;
    border: 2px solid #fff;
	float:right;

}

.authorTitle2 {

    color: #555;
    margin-top: 50px;
    margin-right: 20px;
	width:200px;
	float:right;
	text-align:right;
	display: block;

}

.chatInp
{
	background: #eee;	width: calc(100% - 60px);	padding: 10px 10px;	overflow: hidden;	border: 1px solid #ddd;	border-radius: 16px;	color: #777;	margin: 10px 30px;
}

.chatBtn
{
	border: none;
	background:#6c9;
	color:#eee;
	width:80px;
	overflow:hidden;
	border: 1px solid #ddd;
	border-radius: 8px;
	padding: 0px 10px;
	margin:0;
	margin-right:30px;
	font-family:"Segoe Print", Tahoma;
	font-size:14pt;
}

@media(max-width: 1300px) {

	.card3
	{
		max-width:360px;
	}

	.readReq {

		/*width: 300px;*/
		

	}
}