/* Text Background Highlight */
.highlight, .highlight a{color: #fff; padding: 2px 4px; border-radius: 3px; background: #bbb; text-decoration:none;}
.highlight:hover, .highlight a:hover{color:#eee; text-decoration:none;}
.highlight-red, .highlight-red a{background:#e72d15;}
.highlight-amber, .highlight-amber a{background:#f69615;}
.highlight-green, .highlight-green a{background:#0fba5f;}
.highlight-blue-gray, .highlight-blue-gray a {
  background: #608899;
}

/* Text Highlight */
.highlight-text, a.highlight-text{font-weight:bold; text-decoration:none;}
.highlight-text:hover, a.highlight-text:hover{text-decoration:none;}
.highlight-text-red, a.highlight-text-red{color:#e72d15;}
.highlight-text-amber, a.highlight-text-ambera{color:#f69615;}
.highlight-text-green, a.highlight-text-green{color:#0fba5f;}

/* Handling Button */
.btn a, .btn a:hover {color: #fff; text-decoration: none;}
