/* 
    Allow styling for the registration cube:
    I'm trying to move everything in here, so that this can be load where needed with a <link...> instead of being printed.

*/

.registrationTopButtons {
    padding: 5px;
    margin-bottom: 3px;
    border-bottom: 1px black solid;
    font-size: 11px;
    text-align:right;
}

