.giveaway-market-styles .btn-group, .giveaway-market-styles .btn, .giveaway-market-styles a, .giveaway-market-styles a .btn {
    width : 100%;
}

.giveaway-market-styles .btn.btn-primary, .giveaway-market-entrys .btn.btn-primary {
    background-color : #e46c40;
    border-color     : #f47c50;
    color            : #fff;
    transition       : background-color 300ms ease-in-out;
}

.tx-giveaway-market .btn.btn-primary:hover, .tx-giveaway-market .btn.btn-primary:active, .tx-giveaway-market .btn.btn-outline-primary:hover, .tx-giveaway-market .btn.btn-primary:hover {
    background-color : #f47c50;
    border-color     : #f47c50;
    broder           : 0;
    color            : #fff;
}

.tx-giveaway-market .btn.btn-primary:active, .tx-giveaway-market .btn.btn-primary:focus, .tx-giveaway-market .btn.btn-outline-primary:active, .tx-giveaway-market .btn.btn-outline-primary:focus {
    background-color : #bb461b;
    border-color     : #bb461b;
    color            : #fff;
    box-shadow       : 0 0 0 0.2rem rgba(228, 108, 64, 0.4) !important;
    border           : 0;
    color            : #fff;
}

.giveaway-market-styles .btn.btn-outline-primary {
    color        : #e46c40;
    border-color : #e46c40;
    transition   : background-color 300ms ease-in-out;
}

.giveaway-market-styles a {
    color : #e15b2a;
}

.tx-giveaway-market .giveaway-market-filter .actions {
    display     : flex;
    height      : 100%;
    align-items : flex-end;
}

.tx-giveaway-market .giveaway-market-filter .actions .form-navigation {
    width : 100%;
}

.tx-giveaway-market .giveaway-market-filter .control-label {
    margin-bottom : .25rem;
    margin-left   : .375rem;
}

.tx-giveaway-market .alert {
    list-style   : none;
    background   : #f3b229;
    border-color : #f3b229;
    color        : #000;
    width        : 100%;
    text-align   : center;
}

.tx-giveaway-market .alert p {
    margin : 0;
}

.tx-giveaway-market .typo3-messages {
    padding    : 0;
    margin-top : 1rem;
    width      : 100%;
}

/* hide last changed date of page */
#contentcontent .lastchanged-date {
    display : none;
}
