.ccl-tooltip-target {
  position: relative; }

.ccl-tooltip {
  display: inline-block;
  border: 1px solid #10549b;
  background: white;
  padding: 22px 22px;
  position: absolute;
  color: #10549b; }
  .ccl-tooltip:before {
    border: 10px solid transparent;
    position: absolute;
    content: ""; }
  .ccl-tooltip:after {
    border: 10px solid transparent;
    position: absolute;
    content: ""; }

.ccl-tooltip-bottom:before {
  left: 50%;
  margin-left: -10px;
  top: 0;
  margin-top: -20px;
  border-bottom: 10px solid #10549b; }

.ccl-tooltip-bottom:after {
  left: 50%;
  margin-left: -10px;
  top: 0;
  margin-top: -19px;
  border-bottom: 10px solid white; }

.ccl-tooltip-bottom-left:before {
  left: 100%;
  margin-left: -30px;
  top: 0;
  margin-top: -20px;
  border-bottom: 10px solid #10549b; }

.ccl-tooltip-bottom-left:after {
  left: 100%;
  margin-left: -30px;
  top: 0;
  margin-top: -19px;
  border-bottom: 10px solid white; }

.ccl-tooltip-bottom-right:before {
  left: 0;
  margin-left: 10px;
  top: 0;
  margin-top: -20px;
  border-bottom: 10px solid #10549b; }

.ccl-tooltip-bottom-right:after {
  left: 0;
  margin-left: 10px;
  top: 0;
  margin-top: -19px;
  border-bottom: 10px solid white; }

.ccl-tooltip-top:before {
  left: 50%;
  margin-left: -10px;
  top: 100%;
  border-top: 10px solid #10549b; }

.ccl-tooltip-top:after {
  left: 50%;
  margin-left: -10px;
  top: 100%;
  margin-top: -1px;
  border-top: 10px solid white; }

.ccl-tooltip-top-left:before {
  left: 100%;
  margin-left: -30px;
  top: 100%;
  border-top: 10px solid #10549b; }

.ccl-tooltip-top-left:after {
  left: 100%;
  margin-left: -30px;
  top: 100%;
  margin-top: -1px;
  border-top: 10px solid white; }

.ccl-tooltip-top-right:before {
  left: 0;
  margin-left: 10px;
  top: 100%;
  border-top: 10px solid #10549b; }

.ccl-tooltip-top-right:after {
  left: 0;
  margin-left: 10px;
  top: 100%;
  margin-top: -1px;
  border-top: 10px solid white; }

.ccl-tooltip-left:before {
  border-left: 10px solid #10549b;
  left: 100%;
  top: 50%;
  margin-top: -10px; }

.ccl-tooltip-left:after {
  border-left: 10px solid white;
  left: 100%;
  margin-left: -1px;
  top: 50%;
  margin-top: -10px; }

.ccl-tooltip-left-top:before {
  border-left: 10px solid #10549b;
  left: 100%;
  top: 0;
  margin-top: 10px; }

.ccl-tooltip-left-top:after {
  border-left: 10px solid white;
  left: 100%;
  margin-left: -1px;
  top: 0;
  margin-top: 10px; }

.ccl-tooltip-left-bottom:before {
  border-left: 10px solid #10549b;
  left: 100%;
  top: 100%;
  margin-top: -30px; }

.ccl-tooltip-left-bottom:after {
  border-left: 10px solid white;
  left: 100%;
  margin-left: -1px;
  top: 100%;
  margin-top: -30px; }

.ccl-tooltip-right:before {
  border-right: 10px solid #10549b;
  left: 0;
  margin-left: -20px;
  top: 50%;
  margin-top: -10px; }

.ccl-tooltip-right:after {
  border-right: 10px solid white;
  left: 0;
  margin-left: -19px;
  top: 50%;
  margin-top: -10px; }

.ccl-tooltip-right-top:before {
  border-right: 10px solid #10549b;
  left: 0;
  margin-left: -20px;
  top: 0;
  margin-top: 10px; }

.ccl-tooltip-right-top:after {
  border-right: 10px solid white;
  left: 0;
  margin-left: -19px;
  top: 0;
  margin-top: 10px; }

.ccl-tooltip-right-bottom:before {
  border-right: 10px solid #10549b;
  left: 0;
  margin-left: -20px;
  top: 100%;
  margin-top: -30px; }

.ccl-tooltip-right-bottom:after {
  border-right: 10px solid white;
  left: 0;
  margin-left: -19px;
  top: 100%;
  margin-top: -30px; }
