/* ST write */
#st-write {padding-bottom: 80px}
#st-write .input-item {margin-bottom:10px;}
#st-write .editbox {width:100%; padding-bottom:5px;}
#st-write .editbox textarea {width:100%; margin-bottom:5px;}
#st-write .ansbox hr {border-top: #dfdfdf solid 1px;}
#st-write .ansbox .ans_stat {margin-bottom: 10px;}
#st-write .input-item label {color:#666; font-weight:normal;}
#st-write .input-item label input {position:relative; top:2px;}
#st-write .input-item.after {margin:25px 0 10px; color:#999;}
#st-write .bottombox {text-align:center;padding:20px 0 20px 0;margin:15px 0 0 0;border-top:#dfdfdf solid 1px;}
#st-write .mb-0 {margin-bottom:0;}
#st-write .note-editor .note-editable p {margin:0}
#st-write .red {color: red;}

/* Hack codes for old browser */
@media (min-width: 767px) {
	#st-write .input-group-addon {
		min-width: 85px;
		max-width: 85px;
	}
}
@media (max-width: 768px) {
	#st-write .input-group-addon-sm {
		height: 28px;
		padding: 0 10px;
	}
}

#st-pages h2 {margin-top: 0;}
#st-pages .caption-padding {
	padding-left: 105px;
}
@media (max-width: 768px) {
	#st-pages .caption-padding {
		padding-left: 0px;
	}	
}
@media (max-width: 480px) {
	#st-pages .col-v12-border-bottom {
		border-bottom: 1px solid #ddd;
	}
}