h1.promo-text {
    margin-top: 30px;
}
h3.promo-text {
    font-size: 2.4em;
}

.container-fluid .row {
    margin: 0 -7.5px;
}

.input-response .btn-bordered,
.view .desc .btn-bordered {
    padding: 8px 10px;
    font-size: 10px;
}

/* Űrlap */

.col-xs-12.inputs-cont {
    box-sizing: border-box;
    padding: 20px 10px 0 10px;
}
form > .col-xs-12 {
    margin-top: 20px;
}
form p.hright {
    margin-top: -10px;
    margin-bottom: 15px;
}

.input-response {
    display: none;
    overflow: auto;
    padding-bottom: 20px;
    font-size: 12px;
}
.input-response.view {
    padding: 0 0 20px 0;
    margin-bottom: 0;
}
.input-response .btn-bordered {
    float: right;
}

.helyektitle>i.fa-plus {
    font-size: 13px;
    margin-right: 0;
}

/* Felhasználó ajánlatai */ 

.my-offers {
    margin-top: 30px;
}
.my-offers > .col-xs-12 {
    border-right: 1px solid #AEAEAE;
    padding-bottom: 5px;
}
.my-offers > .col-xs-12:last-of-type {
    border: 0;
}

.offers-list {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.view-cont {
    width: 100%;
}
.view {
    max-width: 80%;
    padding: 15px 15px 5px 15px;
    margin: auto;
    margin-bottom: 15px;
    background-color: #fff;
    text-align: center;
}

.view .fb-container {
    position: relative;
    height: auto;
    min-height: 180px;
    overflow: hidden;
}

.view .desc {
    overflow: auto;
    padding-top: 15px;
}
.view .desc-left {
    width: 60%;
    float: left;
}
.view .desc-right {
    width: 40%;
    float: right;
    text-align: right;
}
.view .desc p {
    text-align: left;
}
.view .desc p:last-of-type {
    margin-bottom: 0;
}

.view .desc .status-cont {
    overflow: auto;
}
.view .desc .status {
    display: block;
    float: right;
    cursor: default;
    padding: 8px;
    margin-bottom: 10px;
    border-radius: 1px;
    border: 1px solid #AEAEAE;
    color: #AEAEAE;
    text-transform: uppercase;
    text-align: center;
}
.view .desc .status.saved {
    border-color: #479a2f;
    color: #479a2f;
}
.view .desc .status.deleted {
    border-color: #dd0000;
    color: #dd0000;
}