@charset "utf-8";
/* CSS Document */

.arrow{
	font-weight:bold;
	color:#666666;
	font-size:22px;
}

.bold{
	font-weight:bold;
}

.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

.clearfix { display: inline-table; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

.attention_panel{
	margin:10px;
	border: solid 1px #ff0000;
	text-align: left;
}

.attention_panel dd{
	color: #ff0000;
}
