
.btn-link {
    border: none;
    outline: none;
    background: none;
    cursor: pointer;
  /*  color: #0000EE;*/
    padding: 0;
    text-decoration: underline;
    font-family: inherit;
    font-size: inherit;
}


/*colorez alternativ DIVurile*/
.altrow:nth-child(odd) {    background: #f2f2f2 ;}

/* footer sticky ptr meniu*/
.my_footer {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   background-color: black;
   color: white;
   text-align: center;}

.my_header {
   position: fixed;
   left: 0;   top: 0;right:0;
   width: 100%;
   background-color: black;   color: white;
   text-align: left;
}

hr.new1 {
  border-top: 2px solid black;
}

