/*
 * Strip all default button chrome from the agreement label trigger so it
 * renders as inline text with a standard link appearance.
 */
#registration-agreements .action.action-show-agreement {
    background: transparent;
    border: 0;
    box-shadow: none;
    padding: 0;
    margin: 0;
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: #1979c3;
    cursor: pointer;
    text-decoration: none;
    vertical-align: baseline;
    display: inline;
}

#registration-agreements .action.action-show-agreement:hover,
#registration-agreements .action.action-show-agreement:focus {
    text-decoration: underline;
    color: #006bb4;
    background: transparent;
    border: 0;
    box-shadow: none;
}
