div#fc-registration-user-info, div#fc-button-wrapper, div#fc-explanation-text {
    margin: 20px 0px 20px 0px;
    text-align: center;
    width: 100%;
}

div#fc-button {
    display: inline-block;
    box-sizing: border-box;
    width: 320px;
    max-width: 100%;
    padding: 10px;
    border: none;
    border-radius: 5px;
    box-shadow: 0px 1px rgba(0, 0, 0, 0.05) inset, -1px 0px rgba(0, 0, 0, 0.3) inset, 1px 0px rgba(0, 0, 0, 0.1) inset, 0px -1px rgba(0, 0, 0, 0.6) inset;
    transition: background 0.3s linear;
}

div#fc-button-wrapper.small div#fc-button {
    width: 180px;
}

div#fc-button:hover {
    background: none repeat scroll 0% 0% rgba(3, 78, 162, 0.2);
}

div#fc-button:active {
    box-shadow: 0px 1px rgba(0, 0, 0, 0.6) inset, -1px 0px rgba(0, 0, 0, 0.1) inset, 1px 0px rgba(0, 0, 0, 0.3) inset, 0px -1px rgba(0, 0, 0, 0.05) inset;
}

div#fc-button a.button {
    text-decoration: none;
}

div#fc-button a.button div {
    width: 100%;
}

div#fc-button-wrapper.small div#fc-button a.button div img {
    height: 50px;
}

span.fc-user-email {
    display: block;
}
