/*--------*/
/* footer */
/*--------*/

.cl_footer
{
  z-index:          0;
  height:           2em;
  width:            100%;
  background-color: white;
  border-top:       1px solid #7c7c7b;
  margin:           0em;
  padding:          0em;
  display:          flex;
  margin-top:       auto;
}

.cl_footer_copyright
{
  border:           0px solid red;
  margin:           0px;
  padding:          0px;
  background-color: white;
  color:            black;
  font-weight:      normal;
  text-align:       center;
  white-space:      nowrap;
  width:            100%;
  display:          flex;
  justify-content:  center;
  align-items:      center;
}
