.edu-button.button.aem-GridColumn,
div.edu-button.button {
    background: transparent;
    margin: 0;
    padding: 0;
}

.button-wrapper {
    display: flex;
    display: -ms-flexbox;
    width: 100%;
    cursor: auto;
}

.button-wrapper.left {
    justify-content: flex-start;
}

.button-wrapper.center {
    justify-content: center;
}

.button-wrapper.right {
    justify-content: flex-end;
}

.edu-link,
a.edu-link {
    font-size: 18px;
    line-height: 26px;
    text-decoration: underline;
}

.edu-link,
a.edu-link:hover {
    text-decoration: underline;
}

.minecraftEdu-button {
    background: transparent;
    height: auto;
    padding: 0;
    margin: 0;
}