.uc-test span {text-decoration: none;
  display: inline-block;
  position: relative;}
  
/*.uc-test span:hover::after{content: "";
  width: 100%;
  right: 0;
}*/
/*.uc-test span::after{
   background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 4px;
  right: 0;
  position: absolute;
  background: linear-gradient(to left, #f69ec4, #f9dd94 100%);
  transition: width .5s ease 0s, right .5s ease 0s;
  width: 0;}*/

.uc-test span:hover{
    color: gold;
    transition: 0.3s;
    transition-delay: 0.1s;
    transform: scale(1.2);
    }

.uc-test2 strong{
    font-size:30px;
    }
.uc-test2 span{    
    font-size:20px;
}

.uc-menu a:hover td{
    transition: transform .5s ease 0s;
    transform: scale(1.4);
}

.uc-menu td{
    transform: scale(1.2);
}

.t228__leftcontainer{
    display: inline;
}