
.SmallerTextInput {
    width: 60px;
    font-weight: bold;
    float: left
}
.fakelink {
    cursor: pointer;
}
.fakehover:hover {
    background-color: #fffed1;
}
.MakeItFadeFA {
         animation: fade 2s infinite;
}
@keyframes fade {
    0%, 100% { opacity: 0; }
    50% { opacity: 1; }
}:  }