/* Google-styled buttons
* http://pixify.com/blog/use-google-plus-to-improve-your-ui/
*/
a.button, b.button {
    color: #ffffff;
    font-family: "Open Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-weight: 400;
    font-size: 12px;
    outline: none;
    text-decoration: none;
    padding: 7px 12px;
    position: relative;
    display: inline-flex;
    align-items: center;
    background: transparent;
    border: none;
    margin-right: 10px;
    line-height: 1;
}

a.button:hover {
    color: #ffffff;
    background: transparent;
    border: none;
}

a.button:active {
    color: #ffffff;
    background: transparent;
    border: none;
}

a.left {
    margin: 0;
}

a.middle {
    margin: 0;
}

a.middle:hover, a.right:hover { }

a.right {
    margin: 0;
}
