/*
	m a i n
*/
	#main {
		padding-top: 75px !important;
		/*position: relative;*/
		/*float: left;*/
		height: 100%;
	}
	.main_content {
		margin: 0px 160px 0 70px;
		float: left;
	}
	.section_name {
		width: 80%;
		font-size: 24px;
		color: #8d877d;
		padding: 40px 0 35px 0;
		float: left;
		text-align: left;
	}
	.mess_button {
		background-color: #B1966B;
		border-radius: 5px;
		margin-top: 22px;
		text-align: center;
		float: right;
	}
	.mess_buttonn {
		font-size: 14px;
		color: #fff;
	}
/*
	e d i t
*/
	.edit { 
		width: 33%;
		height: 100%;
		min-height: 500px;
		float: left;
	}
	.edit_content {
		padding: 0px 60px 40px 60px;
		text-align: center;
	}
	.edit_content img {
		width: 150px;
		height: 150px;
		border: 4px solid #fff;
		border-radius: 100px;
		margin-bottom: 10px;
	}
	/* .bg { background-color: #e4e4e4; } */
	.bg2 { background-color: #f1f0e7ac; }
	.edit input[type="submit"] {
		/* background-color: #8c8c8c !important; */
		float: right;
	}
	.edit input[type="submit"]:hover {
		/* background-color: #828282 !important; */
	}
/*
	m e s s a g e s
*/
	.mess {
		width: 100%;
		float: left;
	}
	.mess_content {
		padding: 0px 60px 40px 60px;
		text-align: left;
	}
	.messages, .single_m {
		width: 100%;
		height: 700px;
		background-color: #fafafa;
		float: left;
 		color: #fff;
 	}
 	.messages ul li {
 		width: 100%;
 		height: 18px;
 		padding: 30px 0;
 		border-bottom: 1px solid #ededed;
 		transition: all .2s ease-in-out;
 	}
 	.messages li:nth-child(2n+2) {
 		background-color: #f4f4f4;
 	}
 	.messages ul li .name {
 		color: #000;
 		padding-left: 20px;
 		font-size: 16px;
 		float: left;
 	}
 	.messages ul li .short {
 		color: #8d877d;
 		padding-left: 20px;
 		font-size: 14px;
 		float: left;
 	}
 	.messages ul li .date {
 		color: #9d9d9d;
 		padding-right: 20px;
 		font-size: 14px;
 		line-height: 18px;
 		float: right;
 	}
 	.messages ul .new {
 		border-right: 3px solid #B1966B;
 	}
 	.messages ul li:hover { background-color: #fff; padding: 35px 0px; }
 	.messages ul li:hover .name { color: #B1966B; }
  	.messages ul li:hover .date { color: #000; }

/*
	s i n g l e  m e s s a g e
*/
	.single_m header {
		width: 100%;
		padding: 30px 0;
		background-color: #fff;
		border-bottom: 1px solid #ededed;
		float: left;
	}
 	.single_m header .name {
 		color: #000;
 		padding-left: 10px;
 		font-size: 16px;
 		float: left;
 	}
 	.single_m header .date {
 		color: #9d9d9d;
 		padding-right: 20px;
 		font-size: 14px;
 		line-height: 18px;
 		float: right;
 	}
 	.single_m .text {
 		width: 80%;
 		line-height: 24px;
 		padding: 40px 10%;
 		margin: 0 auto;
 		color: #8d877d;
 		float: left;
 	}