@import url('https://fonts.googleapis.com/css?family=Roboto');

.linkhp-links {
    font-family: 'Roboto', sans-serif;
    position: absolute;
    /*bottom: 0;*/
    width: 100%;
    text-align: center;
    /*margin-top: 10px;*/
    background-color: transparent;
    /*background-color: #fff;*/
    color: #444 !important;
    font-size: 14px;
    padding: 10px;
    box-shadow: 0 -1px 5px rgba(0,0,0,0.2);
    z-index: 9999;
}
.linkhp-links a {
    text-decoration: none !important;
    color: #444 !important;
}
.linkhp-links button {
    font-family: 'Roboto', sans-serif;
    background-color: transparent !important;
    border: none;
    color: #444 !important;
    font-size: 12px;
    cursor: pointer;
    text-decoration: none;
    padding: 0;
    margin: 0;
    outline: none;
    appearance: none;
}
.linkhp-links button:hover {
  color: #444;
  text-decoration: none;
}

