/* HG style
 */
#site #mainContent #manuals.mainLeft .button {
    -webkit-transform: none;
    transform: none;
    border: 1px solid #000;
    background-color: transparent;
    transition: all .5s ease 0s;
}

#site #mainContent #manuals.mainLeft .button:hover {
    border: 1px solid #606061 !important;
    background-color: transparent;
}

#site #mainContent #manuals.mainLeft .button input {
    color: #000;
    transition: all .5s ease 0s;
}

#site #mainContent #manuals.mainLeft .button input:hover {
    color: #606061;
    border: none;
}

.button span {
    color: #000;
}
