/* Override some defaults */
/*html, body {
  background-color: #eee;
}*/
/*.navbar {
  margin-bottom: 0;
}*/
.con_tainer > footer {
  margin-top: 20px;
}
.con_tainer > footer p {
  text-align: center; /* center align it with the container */
}

/* The white background content wrapper */
.content1 {
  background-color: #fff;
  padding: 20px;
  margin: 0 -20px; /* negative indent the amount of the padding to maintain the grid system */
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.15);
     -moz-box-shadow: 0 1px 2px rgba(0,0,0,.15);
          box-shadow: 0 1px 2px rgba(0,0,0,.15);
}

/* Page header tweaks */
.page-header1 {
	margin-top:-30px;
  /*background-color: #f5f5f5;
  padding: 20px 20px 10px;
  margin: -20px -20px 20px;*/
}

.top-bar .btn1 {
  border: 0;
}


/* tag_box ======================================================== */

.tag_box1 {
	list-style:none;
	margin:0;
	padding:5px 0 ;
	overflow:hidden;
}
.tag_box1 li {
	line-height:28px;
}
.tag_box1.inline li {
	float:left;
}
.tag_box1 a {
	padding: 3px 6px;
	margin: 2px;
	background: #eee;
	color:#005F6B;
	border-radius: 3px;
	text-decoration:none;
}
.tag_box1 a span{
	vertical-align:super;
	font-size:0.8em;
}
.tag_box1 a.active {
	background:#57A957;
	border:1px solid #4C964D;
	color:#FFF;
}
	