.namebutton:hover
{
    color:#fff!important;
    background-color:#f44336!important
}

.namebutton:active
{
    color:#fff!important;
    background-color:#cc5c54!important
}

.namebutton:focus { outline: none; }

.namebutton {
    width: 200px;
    border: none;
    color: black;
    padding: 20px;
    margin: 2px;
    text-align: left;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
  }