div>a>svg.app-logo{
    height: 150px;
    width: auto;
    max-width: 100%;
}

body.guest-success h1{
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 15px;
}

body.guest-success h2{
    font-size: 1.5em;
    margin-bottom: 15px;
}

.guest-success p{
    margin-bottom: 10px;
}

table#unconfirmed-tickets-table tr td,
table#unconfirmed-tickets-table thead th{
    padding: 5px 10px;

    border: 1px solid black;
    border-collapse: collapse;

    text-align: left;
}

table thead{
    background-color: #696969;
    color: #fff;
}

.action-wrapper>div label,
.action-wrapper>div select{
    margin-right: 20px;
}

#content-history,
div.table-wrapper{
    overflow-x: auto;
}

