* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Karla', sans-serif;
    font-weight: 500;
}

body {
    margin-top: 20px;
}

.credit-card-box .panel-title {
    display: inline;
    font-weight: bold;
}

.credit-card-box .form-control.error {
    border-color: red;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);
}

.credit-card-box label.error {
    font-weight: bold;
    color: red;
    padding: 2px 8px;
    margin-top: 2px;
}

.credit-card-box .payment-errors {
    font-weight: bold;
    color: red;
    padding: 2px 8px;
    margin-top: 2px;
}

.credit-card-box label {
    display: block;
}

.credit-card-box .display-table {
    display: table;
}

.credit-card-box .display-tr {
    display: table-row;
}

.credit-card-box .display-td {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.credit-card-box .panel-heading img {
    min-width: 130px;
    width: auto
}

.btn, .form-control, .well, .alert, .panel, .label {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}
