.what_to_give {
    width: 280px;
    margin: 0 auto;
    margin-bottom: 1em;
    padding: 1px;

    text-align: center;

    background: url('/assets/website/images/bg_flip_v.jpg') center no-repeat;

    font-size: 0.9em;
}

.what_to_give__header {
    margin: 0;

    text-align: center;
    text-transform: uppercase;

    color: #fff;

    font-size: 1.2em;
    font-weight: bold;
    line-height: 1;
}

.what_to_give__row {
    display: block;

    margin: 1em;

    text-align: left;
}

.what_to_give .input-select {
    width: 100%;

    border-radius: 0;
}

.what_to_give__find-btn {
    width: 100%;

    opacity: .85;
    border-radius: 0;
}

.what_to_give__ext-btn {
    display: block;

    text-align: center;
    white-space: nowrap;
    text-transform: uppercase;

    color: #fff;
    border: 0;
    outline: 0;
    background: transparent;

    line-height: 1;
}

.what_to_give__ext-btn > span {
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, .5);
}
