#welcome-message {
    font-size: xx-large;
}

#welcome-message2 {
    font-size: x-large;
}

#licence-message {
    font-size: x-large;
}

#licencemgmt-button {
    display: none;
}

#cml-button {
    display: none;
}

#buysection-title {
    font-size: large;
    font-style: italic;
    font-weight: bold;
}

#eula-section {
    font-size: large;
    display: none;
    height: 400px;
    width: auto;
    max-width: 800px;
    align-self: center;
}

#eula-section p {
    font-size: large;
    display: inline;
    align-self: center;
    width: 80%;
}

#eula-section a {
    font-size: large;
}

#eula {
    display: none;
    flex-direction: column;
    align-items: start;
    width: 100%;
    height: 100%;
    background: aliceblue;
    overflow: scroll;
    font-size: large;
    margin-top: 0%;
    font-size: small;
    line-height: 100%;
    padding: 0;
    margin: 0;
}

    #eula h1 {
        font-size: large;
    }

    #eula h2 {
        font-size: medium;
    }

#buysection {
    display: none;
}

.buybutton {
    margin: 10px;
}

#buynow {
    display: none;
}

.center {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 0 2% 0;
}

.row {
    display: flex;
    flex-direction: row;
    margin: 2% 2%;
}

.licence-table {
    border-collapse: collapse;
    margin: 10px;
}

    .licence-table tr {
        border: none ;
        border-bottom: solid 1pt;
        border-color: white;
    }

    .licence-table tr :last-child {
        padding-right: 0px;
    }

    .licence-table tr :first-child {
        padding-left: 0px;
    }

    .licence-table td, th{
        padding: 5px;
        padding-right: 20px;
        text-align: left;
        border: none;
        font-size: medium;
    }
    #cml-button {
        display: none;
    }
    
    #payment-methods {
        display: none;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        padding: auto;
    }
    
    #payment-methods div {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }
    
    .payment_methods {
        display: flex;
        flex-wrap: nowrap;
        text-wrap-mode: nowrap;
        flex-direction: row;
        align-items: center;
        padding: 2%;
        margin: 10px;
    }
    