/* Write your custom CSS here */
.help-block{
	color:red;
}
.title-back{
	background-color: #CCC;
	padding: 5px;
	font-size:13px;
}
.highlight-date{
	color: red;
	
}
.highlight-weight{
	font-weight:bold;
	font-size:18px;
	text-align:center;
}
.custom-border{
	border-bottom: 1px dotted #CCC;
	padding-bottom: 2px;
}
.custom-success{
	background-color: #ff3358 ;
	color:#fff;
	opacity:0.8;
}
a:focus, a:hover{
	text-decoration: none;
}

.fancy {
   width: 100%; 
   border-bottom: 1px dotted #000; 
   line-height: 0.1em;
   margin: 20px 0 20px; 
   font-weight:bold;
   text-transform:uppercase;
   font-size: 12px;
   
} 

.fancy span { 
    background: #999;
	padding: 2px 10px;
	margin-left: 5%;
	color: #fff;
	
}