
.my-form{
	font-size: 16px;
	text-align: left;
}
.my-input{
	overflow: hidden;
	margin-bottom: 20px;
	line-height: 45px;
}
.my-input div{
	position: relative;
}
.my-input label{
	font-weight: normal;
	text-align: right;
}
.my-input input[type=text],{
	border:none;
	background: #f5ede0;
	width: 100%;
	height: 45px;
	border-radius: 5px;
	padding-left: 10px;
}
.my-input a{
	position: absolute;
	right: 30px;
	text-decoration: underline;
	color: #51280D;
	top: 0;
}
.my-input input[type=button]{
	background: #d9b766;
	width: 120px;
	height: 50px;
	border-radius: 5px;
	box-shadow: 0px 5px  5px #000;
	margin-bottom: 10px;
}
.my-input span{
	color: #D9B766;
}
.my-activity-list{
	overflow: hidden;
	margin-bottom: 70px;
	height: auto;
}
.my-activity-list h3{
	text-align: left;	
}
.my-activity-list p{
	font-size: 14px;
	line-height: 30px;
}
.my-activity-list a{
	background: #d9b766;
	width: 120px;
	height: 40px;
	line-height: 40px;
	border-radius: 8px;
	box-shadow: 0px 5px  5px #000;
	margin-bottom: 10px;
	display: block;
	color: #51280D;
}
.my-activity-list a.end{
	background: #b5b0a9;
}
/*.my-activity-list .col-lg-4{
	min-width: 404px;
}*/
.my-table-title{
	line-height: 80px;
	height: 80px;
	font-size: 18px;
	background: #f5ede0;
	position: relative;
}
.my-table-title span{
	font-size: 24px;
}
.my-table-title .legend{
	position: relative;
	display: inline-block;
	margin-left: 70px;
}
.my-table-title .legend a{
	cursor: pointer;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	display: inline-block;
	border: 1px #d9b766 solid;
	border-radius: 100%;
	font-size: 14px;
	color: #d9b766;
}
.my-describtion{
	position: absolute;
	width: 600px;
	line-height: 40px;
	padding: 30px;
	top: 100px;
	left: 0;
	background: #f5ede0;
	display: none;
}
.my-describtion.right{
	left:auto;
	right: 0;
}
.my-describtion i{
	font-size: 24px;
	color: red;
	font-style: normal;
}
.my-table table{
	margin-top: 48px;
}
.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th{
	border: 1px #d9b766 solid;
	text-align: left;
	text-indent: 20px;
	line-height: 50px;
}
.my-table table th{
	background: #f5ede0
}
