ol.breadcrumb{background-color:#fff; margin:10px 0 15px 0; padding:0;}
ol.breadcrumb li{padding:0; margin:0;}

div.better{padding:140px 0 70px 0;}

div.error{color:#ff0000;}

.btn,
.btn:hover,
.btn:active,
.btn:visited,
.btn:focus {
    color:#fff;
    background-color: #000000;
    border-width:0;
    border-color: #000000;
    box-shadow: none;
}

div.indicator{position:fixed; top:0; left:0; width:20px; height:20px; display:none;}


#cc-main button{border-radius:0 !important;}
#cc-main div.cm{border-radius:0 !important; box-shadow:none; border:1px solid #eeeeee;}
#cc-main div.pm{border-radius:0 !important; box-shadow:none; border:1px solid #eeeeee;}


/* xl */
@media only screen and (min-width: 1200px) {
  div.indicator{ background-color: green; }
}
/* lg */
@media only screen and (max-width: 1199px) {
  div.indicator{ background-color: yellow; }
}
/* md */
@media only screen and (max-width: 991px) {
  div.indicator{ background-color: red; }
}
/* sm */
@media only screen and (max-width: 767px) {
  div.indicator{ background-color: orange; }
}
/* xs */
@media only screen and (max-width: 575px) {
  div.indicator{ background-color: blue; }
}

