/*
*/

.page-header { position: relative; }
.comments {
    color: #555;    
    font-weight: bold;
    margin: 10px auto 20px;
}
.comment-list {
	list-style-type: none;
	list-style-position:inside;
	margin:0;
	padding:0;
}
.comment .comment-object { max-width: 120px; }
.comment-body { position: relative; }
.comment-date { 
    position: absolute; 
    right: 25px;
    top: 25px;
}
.comment-text { margin-bottom: 20px; }

.btn-circle {
    font-weight: bold;
    font-size: 12px;
    padding: 6px 15px;
    border-radius: 20px;
}
.btn-circle span { padding-right: 6px; }
.tab-content {
    padding: 15px 15px;
    border: 1px solid #ddd;
    border-top: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
