/* Add additional stylesheets below
-------------------------------------------------- */
/*
	在使用标准的 bootstrap.css 文件基础上，增加的一些样式
*/






.footerinfoline {
  font-size: 12px;
  color: #999999;
}
.footerinfoline a:link,
.footerinfoline a:hover,
.footerinfoline a:active,
.footerinfoline a:visited {
	color:#999999;
}







.RemarkFontNormalSize {
  color: #999999;
}
.RemarkFontNormalSize a:link,
.RemarkFontNormalSize a:hover,
.RemarkFontNormalSize a:active,
.RemarkFontNormalSize a:visited {
  color:#999999;
}




/* Note 正文中 Side Remark 日期部分的字体
-------------------------------------------------- */
.SideRemarkDatePart {
  font-size: 10px;
  color: #999999;
}

.SideRemarkDatePart a:link,
.SideRemarkDatePart a:hover,
.SideRemarkDatePart a:active,
.SideRemarkDatePart a:visited {
	color:#999999;
}


/* 黑色的链接
-------------------------------------------------- */
.BlackFontLink {
  color: #000;
}

.BlackFontLink a:link,
.BlackFontLink a:hover,
.BlackFontLink a:active,
.BlackFontLink a:visited {
	color:#000;
}



  .sidebar-nav {
	padding: 9px 0;	/* 上内边距和下内边距是 9px; 右内边距和左内边距是 0px */
  }




/* -------------------------------------------------------------------------------------------- */
	  
/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #f5f5f5;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
  padding: 60px 15px 0;
}
.container .text-muted {
  margin: 20px 0;
}

#footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}

/* -------------------------------------------------------------------------------------------- */










