hr {
  position: relative;
/*  margin: 1.5rem 0;*/
  border: 0;
  color: #515151;
/*
  border-top: 1px solid #eee;
  border-bottom: 1px solid #fff;
*/
}

/*
.cregit {
     background-color: yellow;
}
*/

hr.beginFunc {
    color: grey;
    background-color: #4d4d4d;
    height: 3px;
    margin: 10 0 0 0;
}

hr.endFunc {
    color: grey;
    background-color: grey;
    height: 1px;
    margin: 0 0 0 0;
}

hr.endFile {
    color: red;
    background-color: #660f00;
    height: 5px;
    margin: 10 0 0 0;
}

pre.cregit {
    margin: 0 0 0 0;
}

.disclaimer {
  font-weight: 400;
  font-size: 20px;
  color: red;
}