.sitecopyright {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #5c92b5;
    z-index: 999999999;
    padding: 0.5em;
    border-radius:20px 0 0 0;
}

.tt_copyright, .tt_designer {
  visibility: hidden;
  position: absolute;
  bottom: 55px;
  right: 25px;
  color:#fff;
  background-color: #5c92b5;
  z-index: 9999999999;
  padding: 0.5em;
  border-radius: 10px;
  font-size: 1em;
}
