div.license {
    max-width:   100%;
    width:       90%;
    min-height:  20em;
    max-height:  60vh;
    overflow:    scroll;
}

div.licbuttons {
    width:  80%;
    margin: 1em auto;
}

div.licbuttons a {
    border:           none;
    padding:          1em 2em;
    font-size:        150%;
    margin-bottom:    1em;
    text-decoration:  none;

    border-radius: 10px;
    /* box-shadow:    3px 3px 8px #555753; */
}

div.licbuttons a:hover {
    transform: translateY(6px);
    box-shadow:    none;
}

.accept {
    float:      left;
    background: #4e9a06;
    color:      white !important;
    box-shadow: 2px 4px #274d03;
}

.cancel {
    float:      right;
    background: #cc0000;
    color:      white !important;
    box-shadow: 2px 4px #660000;
}

