 
.myshape .tn-atom { 
border-radius: 0px 75px 5px 5px !important; 
background: linear-gradient(deg,  -10%,  110%); 
background: 
    -webkit-linear-gradient(deg,  -10%,  110%); 
    -webkit-box-shadow: inset 0px 0px 5px 0px #dedede50; 
    -moz-box-shadow: inset 0px 0px 5px 0px #dedede50; 
box-shadow: inset 0px 0px 5px 0px #dedede50; } 
.myshape>.tn-atom__sbs-anim-wrapper>.tn-atom, .myshape>.tn-atom__sbs-anim-wrapper { 
filter: blur(0px); 
    -webkit-filter: blur(0px); 
border-radius: 0px 75px 5px 5px !important; 
} 
.myshape>.tn-atom {
filter: blur(0px); 
    -webkit-filter: blur(0px); 
border-radius: 0px 75px 5px 5px !important; 
} 

  .textStroke .tn-atom { -webkit-text-stroke:1px; -webkit-text-stroke-color: #000000; -webkit-text-fill-color: transparent } .textStroke .tn-atom:hover { -webkit-text-stroke:1px; -webkit-text-stroke-color:#000000!important; } .textStroke .tn-atom::selection { -webkit-text-stroke:1px; background-color:Highlight; } .textStroke .tn-atom::-moz-selection { background-color:Highlight; text-shadow: -0 -1px 0 , 0 -1px 0 , -0 1px 0 , 0 1px 0 , -1px -0 0 , 1px -0 0 , -1px 0 0 , 1px 0 0 , -1px -1px 0 , 1px -1px 0 , -1px 1px 0 , 1px 1px 0 , -1px -1px 0 , 1px -1px 0 , -1px 1px 0 , 1px 1px 0 ; }   