.astroid-layout.astroid-layout-boxed .astroid-wrapper { max-width: 70%; }




/* =============== TYPOGRAPHY - TEXT STYLES =============== */
.text-box {
	padding: .8em;
	border: 1px solid #e5e5e5;
}
/*.text-box-highlight {
	padding: .8em;
	border: 1px solid transparent;
}
.text-box-highlight:hover {
	border-color: #d9d9d9;
	background-color: #f2f2f2;
}
.text-highlight {
	padding: .2em .5em;
	background: #FFFFAA;
}*/


		.text-box-highlight {
                 padding: .8em;
                 border: 2px solid #566769;
                /*border-bottom: 2px solid #566769;*/
                 border-radius: 5px;  
                 font-weight:bold;
                 color: #566769;
                 background:#E5E5E5 url(..) no-repeat;
         }
          .text-box-highlight:hover {
                border-color: #d9d9d9;
                background-color: #f2f2f2;
          }
          .text-highlight {
                padding: .2em .5em;
                background: #FFFFAA;  

          }


.text-highlight.highlight-green {
	color: #fff;
	background: #48691b;
}
.text-highlight.highlight-light {
	color: #000;
	background: #e5e5e5;
}
.text-highlight.highlight-dark {
	color: #fff;
	background: #595959;