.content figure {
	border: 1px solid #333;
	padding: 5px;
    border-radius: 5px;
}

.content figcaption {
}

.content img {
   margin: 5px;
   border: 0px solid #aaa;
   border-radius: 5px;
}

.usercontent_thumb {
	width: 150px;
}

.section_body_controls {
	margin: 0px;
}

.needs_attention {
  background: #ffe6e6;
}

/*
 * Box for showing attachments in usercontent (handbook) pages
 */

.att_box {
  width: 100%;
  padding: 8px;
  border-radius: 5px;
  margin-top: 5px;
/*  border:2px solid #222222; */
  background-color: #eeeeee;
  font-size: smaller;
  font-weight: bold;
}

.att_box a {
   text-decoration: none;
   color: #555;
}

.att_box i {
   cursor: pointer;
   padding: 3px;
}

.att_btns {
   float: right;
   text-align: right;
   overflow: hidden;
}

/*
 * Helps align buttons inside page content
 */

.emb_link_button {
   margin: 5px auto;
   width: 90%;
}

/* vim: set nowrap sw=3 sts=3 et fdm=marker : */
