#body .main #content {
  width: 680px;
  float: left;
  min-height: 600px;
  border-right: 1px dashed rgba(0, 0, 0, 0.2);
  padding-right: 5px;
  overflow:visible;
}

#scissor{
	width: 20px;
	height: 33px;
	position: relative;
	float: right;
	z-index: 1000;
	top: 35px;
	right: -15px;
	background: url(/res/img/scissor/scissor.png) no-repeat 0 0;
}

#bsdn-read{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(0, 0, 0, 0.75);
	display:none;
	opacity:0;
	z-index:1001;
}

#read-panel{
	overflow-y:scroll;
	height: 100%;
	width:100%;
	border:1px solid black;
	margin:0px auto;
	background-color:transparent;
}

#read-content{
	width:860px;
	margin:1080px auto 0px;
	background-color:#FFFFFF;
	padding-bottom: 50px;
}

#read-content .r-btn{
	padding:3px 15px;
	font-size:10px !important;
	position: relative;
	left: 80px;
	background-color: #46BAE5 !important;
	color:white;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	
	display: inline-block;
	line-height: 20px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
	border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
	
	width: 80px;
	height: 22px;
}

#read-content .r-btn:hover{
	background-color:#09496F !important;
}

#read-content .box{
	width:700px;
	margin:50px auto;
}


#scissor:hover{
	cursor:pointer;
	background-position: right 0;
}





/* meyer reset */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/


#bsdn-read  h1, #bsdn-read h2, #bsdn-read h3,#bsdn-read  h4,#bsdn-read  h5, #bsdn-read h6, #bsdn-read p, #bsdn-read blockquote, #bsdn-read pre,
#bsdn-read a, #bsdn-read abbr, #bsdn-read acronym, #bsdn-read address, #bsdn-read big, #bsdn-read cite, #bsdn-read code,
#bsdn-read del,#bsdn-read  dfn, #bsdn-read em, #bsdn-read img, #bsdn-read ins, #bsdn-read kbd, #bsdn-read q, #bsdn-read s, #bsdn-read samp,
#bsdn-read small, #bsdn-read strike,#bsdn-read  strong, #bsdn-read sub, #bsdn-read sup, #bsdn-read tt, #bsdn-read var,
#bsdn-read b, #bsdn-read u, #bsdn-read i, #bsdn-read center,
#bsdn-read dl, #bsdn-read dt, #bsdn-read dd, #bsdn-read ol, #bsdn-read ul, #bsdn-read li,
#bsdn-read fieldset, #bsdn-read form, #bsdn-read label, #bsdn-read legend,
#bsdn-read table, #bsdn-read caption, #bsdn-read tbody, #bsdn-read tfoot, #bsdn-read thead, #bsdn-read tr, #bsdn-read th, #bsdn-read td,
#bsdn-read article, #bsdn-read aside, #bsdn-read canvas, #bsdn-read details, #bsdn-read embed, 
#bsdn-read figure, #bsdn-read figcaption, #bsdn-read footer, #bsdn-read header, #bsdn-read hgroup, 
#bsdn-read menu, #bsdn-read nav, #bsdn-read output,#bsdn-read  ruby, #bsdn-read section, #bsdn-read summary,
#bsdn-read time, #bsdn-read mark, #bsdn-read audio, #bsdn-read video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 150%;
	font: inherit;
	vertical-align: baseline;
}

#bsdn-read ol, #bsdn-read ul { list-style: none; }
#bsdn-read blockquote, #bsdn-read q {	quotes: none; }
#bsdn-read blockquote:before, #bsdn-read blockquote:after,
#bsdn-read q:before, #bsdn-read q:after {	content: ''; content: none; }
#bsdn-read table {	border-collapse: collapse; border-spacing: 0; }

#bsdn-read article, #bsdn-read aside, #bsdn-read details, #bsdn-read figcaption, #bsdn-read figure, 
#bsdn-read footer, #bsdn-read header, #bsdn-read hgroup,#bsdn-read  menu, #bsdn-read nav, #bsdn-read section {
	display: block;
}

/* headings */
#bsdn-read h1, #bsdn-read h2, #bsdn-read h3 { font-weight: bold; }
#bsdn-read h1 { font-size: 2.2857em; /*32 / 14*/ line-height: 1.3125em; /*42 / 32*/ letter-spacing: .01em; }
#bsdn-read h2 { font-size: 1.7142857em; /*24 / 14*/ line-height: 1.75em; /*42 / 24*/ margin-top: 1.75em; /*42 / 24*/ margin-bottom: .79167em; /*19 / 24*/ }	
#bsdn-read h3 { font-size: 1.5em; /*21 / 14*/ margin-top: 2em; /*42 / 21*/ margin-bottom: 1em; /*21 / 21*/ }
#bsdn-read h4 { font-size: 1.285714em; /*18 / 14*/ font-weight: bold; line-height: 1.1667em; margin-top: 2.33em; /*42 / 18*/ margin-bottom: 1.1667em; /*21 / 18*/ }
#bsdn-read #articleHeader { border-bottom: 0.35em solid; margin-bottom: 1.857em; padding-bottom: 0.857em; }
#bsdn-read #relatedNotes { border-top: 1px solid; }

/* links */
#bsdn-read a { text-decoration: none; }
#bsdn-read a:hover, a:active {	text-decoration: underline; }

/* block spacing */
#bsdn-read p, #bsdn-read blockquote, #bsdn-read div { margin-bottom: 1.5em; }
#bsdn-read h1, #bsdn-read h2, #bsdn-read h3, #bsdn-read h4, #bsdn-read h5, #bsdn-read h6 { margin-bottom: 1.5em; }
#bsdn-read div.readableLargeImageContainer, #bsdn-read div.readableLargeObjectContainer { margin-bottom: 1em; margin-top:1em; }

/* blockquote */
#bsdn-read blockquote { font-style: italic; border-left: 5px solid; margin-left: 2em; padding-left: 1em; }

/* lists */
#bsdn-read ul, #bsdn-read ol { margin: 0 0 1.5em 1em;	}
#bsdn-read ol li { list-style-type: decimal; list-style-position: inside; }
#bsdn-read ul li { list-style-type: disc; list-style-position: inside; }

/* tables */
#bsdn-read table { margin-bottom: 1.415em; /*18 /13*/ font-size: .92857em; /*13 / 14*/ /* width: 100%; */ }
#bsdn-read thead { font-weight:bold; letter-spacing: .01em; }
#bsdn-read thead th, #bsdn-read tfoot th { padding: .2em .2em .2em .6em; text-transform: uppercase; }
#bsdn-read th { text-align: left; }
#bsdn-read td { vertical-align: top; padding: .2em .2em .2em .6em; }

/* formatting */
#bsdn-read em, #bsdn-read i { font-style: italic; }
#bsdn-read strong, #bsdn-read b { font-weight: bold; }

/* preformatted */
#bsdn-read pre, #bsdn-read code, #bsdn-read tt { font-size: .875em; /*12 / 14*/ line-height: 1.75em; /*21 / 12*/ }

/* some fixes */
#bsdn-read h1 { margin-bottom: 1em; }
#bsdn-read h1 + h2 { margin-top: .2em; margin-bottom: 2.15em; font-size: .875em; }
#bsdn-read p + ul, #bsdn-read h2 + ul, #bsdn-read p + ol, #bsdn-read h2 + ol { margin-top:-1em; }
#bsdn-read h3 + ul, #bsdn-read h4 + ul, #bsdn-read h5 + ul, #bsdn-read h6 + ul, #bsdn-read h3 + ol, #bsdn-read h4 + ol, #bsdn-read h5 + ol, #bsdn-read h6 + ol { margin-top: .5em; }
#bsdn-read h2, #bsdn-read h3 { margin-bottom: .75em; }
#bsdn-read hr { border-top: none; border-right: none; border-bottom: 1px solid; border-left: none; }	
#bsdn-read pre code, #bsdn-read code pre { font-size: 1.15em; }

#read-content p,#read-content li{
	font-size:16px;
	/*line-height:30px;*/
}
	