.board-button{width:50%;float:left;}
.search-area {text-align:left;}
.search-area input{    margin: 3px;
    padding: 6px;
    border: 1px solid #e7e4ef;
    background: #f7f5fa;
    font-weight: 100;
    height: 34px;}

.search-area input:focus{
border-color:lightskyblue;background:#f1f8fe;box-shadow:0 0 10px 0 rgba(20,80,120,.2)
}
.search-area button{
display: inline-block;
    display: inline-block;
    margin: 3px 3px 3px -4px;
    min-width: 34px;
    padding: 0px 4px;
    line-height: 31px;
    text-align: center;
    border: 1px solid #4a94e1;
    background: #fff;
    height: 34px;
    color: #4a94e1;
    vertical-align: top;
    font-weight: 300;
    border-radius: 2px;
    cursor: pointer;
    outline: medium none;
    text-decoration: none;
}
.search-area button:hover{
	background: #4a94e1;
    color: #fff;
}
.board-header h3{margin:0;}

.board-header .bbs-descript {
    font-size: 15px;
    color: #999;
    line-height: 1em;
    padding: 6px 0 12px;
}
.board-header .bbs-descript span i {
    vertical-align: bottom;
}
.board-header {border-bottom: 1px solid #efeef4;
    margin-bottom: 20px;
    padding-bottom: 4px;}
.board-header .bbs-descript span {
    margin-right: 15px;
}
.board-footer{
	margin-top:40px;
}
.board-footer a {    display: block;
    border: 1px solid #efeef4;
    margin-top: 12px;
    padding: 10px 10px 10px 80px;
	position:relative;
	color:#555;
	}
.board-footer a:hover{
	background:rgba(0,0,0,.01);
}
.board-footer a .add-title {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #aaa;
}
.board-footer a i {
    position: absolute;
    left: 19px;
    top: 24px;
    font-size: 32px;
    color: #e7e7e7;
}
.board-footer .file-size {color:#bbb}
td.no-list {
    padding: 120px 0;
}
.bg-blue {background:lightblue !important}

.comment-box {

}

.comment-box div{
	float:left;
}
.comment-left textarea {display:block;width:100%;height:150px}
.comment-left {width:calc(100% - 100px);}
.comment-right {width:100px;}
.comment-right button {width:100%;height:150px}

.comment-left textarea {
    width: calc(100% - 6px);
    display: block;
    margin: 3px;
    padding: 6px;
    border: 1px solid #e7e4ef;
    background: #f7f5fa;
    font-weight: 100;
	height:150px;
}
.comment-left textarea:focus{border-color:lightskyblue;background:#f1f8fe;box-shadow:0 0 10px 0 rgba(20,80,120,.2)}
.comment-right button {
    margin: 3px;
    padding: 6px;
	    border: 1px solid #4a94e1;
	background:#fff;
	color:#4a94e1;
	border-radius: 2px;
}
.comment-right button:hover {
    color: #fff;
    background: #4a94e1;
}

.comment-list-box {
	border-top:1px solid #efeef4;
	margin-top:10px;

}
.comment-list-header{
	background:#f7f5fa;
	border:1px solid #eee;
	margin-top:13px;

	font-size: 15px;
    color: #999;
    line-height: 1em;
    padding: 12px;
	border-radius:2px 2px 0 0;

}
.comment-list-header span{
    font-size: 15px;
    color: #999;
    line-height: 1em;
    padding: 6px 0 12px;
}
.comment-list-header span i{vertical-align: bottom;margin-right:3px}

.comment-list-body{
	border:1px solid #eee;
	border-top:0;
	padding:12px;
	border-radius:0 0 2px 2px;
}

.board-header{position:relative;}
.view-button {
	position:absolute;
	right:0;
	bottom:5px;
	
}
.view-button button {
	display: inline-block;
    margin: 3px;
    min-width: 34px;
    padding: 0px 20px;
    line-height: 31px;
    text-align: center;
    border: 1px solid #4a94e1;
    background: #fff;
    height: 34px;
    color: #4a94e1;
    vertical-align: top;
    font-weight: 300;
    border-radius: 2px;
    cursor: pointer;
    outline: medium none;
    text-decoration: none;
}
.view-button .cancel {
    background: #fff;
    border-color: #ff4444 !important;
    color: #ff4444 !important;
}

.view-button .edit:hover{
	background: #4a94e1;
    color: #fff;
}
.view-button .cancel:hover {
	background: #ff4444;
    color: #fff !important;
}

.board-profile-img {
height: 20px;
    width: auto;
    vertical-align: sub;
    border-radius: 7px;
}