body {
    margin-top: 20px;
}

.panel-body {
    background: #282828;
}

.panel-title {
    background: #33b5e5;
}

.panel-footer {
    background: #33b5e5;
}

.panel-heading {
    background: #33b5e5;
}

.panel-info > .panel-heading {
    color: #31708f;
    background-color: #33b5e5;
    border-color: #bce8f1;
}

#charity-donation-amount { /* this is the numeric input */
    height: 34px; /* matches the select boxes in height */
    color: black; /* and text color */
}

#charity-donation-amount[disabled] {
    color: #777;
    background-color: #bbb;
}

#donate-to-charity { /* this is the checkbox */
    margin-top: 10px;
}

/* computer sized screen styles */
@media screen and (min-width: 1000px) {

}

/* phone/tablet sized screen styles */
@media screen and (max-width: 999px) {
    .narrow-dropdown {
        width: 75px;
        float: right;
    }
}

#paid-warning {
    margin-bottom: 0px;
}

/* hide spinner boxes for number inputs */
input[type='number'] {
    -moz-appearance:textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}


#charity-amount {
    color: #282828;
}

.toggle-control {
    cursor: pointer;
}


@media only screen and (min-width: 750px) {
    .scroll-tickets {
        overflow-y: scroll;
    }
}

.inline {
    display: inline;
}

.white {
    color: white;
}

.width-80 {
    width: 80%;
}

.paypal-button-disabled {
    padding: 8px;
    border-radius: 5px;
    background-color: lightgray;
    cursor: not-allowed;
}

.paypal-button-image {
    height: 17px;
}

.dropdown-container {
    min-height: 30px;
    margin-bottom: 10px;
}

.add-more-button {
    margin: 10px;
} 
