h2 .note {
	font-size: 10pt;
}

.cca-no-border {
	border: none;

}

.cca-offset-bottom {
	margin-bottom: 20px;
}

@media (min-width: 768px) {
  .dl-horizontal-cca dt {
    float: left;
    width: 290px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal-cca dd {
    margin-left: 300px;
  }
}

#result {
  margin: 30px 0px;
}

.cca-alert-text {
  font-size: 12pt;
}

.cca-note {
  color: #999;
}

/*
thead th {
  text-align: left !important;
}*/

.cca-flags {
  width: 40px; 
  border: 1px solid #eee; 
  border-radius: 3px;
  opacity: 0.7;
  filter: alpha(opacity=70); 
}

.cca-flags:hover {
  opacity: 1;
  filter: alpha(opacity=100);   
}