.giveus-wrapper {
    border: 1px solid #E7E7E7;
    padding: 2em 2em;
    transition: opacity .2s ease;
    margin-top: 3em;
    margin-bottom:3em;
}
.giveus-wrapper.is-busy {
    opacity: .5;
    pointer-events: none;
}
.giveus-wrapper .give {
    display: block;
    text-align: center;
    margin: 0 auto;
}
.giveus-wrapper .give.ty {
    text-align: center;
}
.giveus-wrapper .give.ty img{
    vertical-align: middle;
    display: inline-block;
    margin-top: -4px;
    margin-left: 10px;
    border: none;
    margin-bottom: 0!important;
}
.give__title {
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    margin: 0 10px;
    display: inline-block;
}
.give-answers {
    display: inline-block;
    text-align: right;
}
.give-answers a {
    margin-right: 1em;
    text-transform: uppercase;
    font-weight: normal;
}

.give-answers__why {
    display: block;
}

.give-answers__why label {
    font-weight: 500;
    display: block;
    margin: 0 0 12px;
}

.give-answers__why textarea {
    border: 1px solid #E7E7E7;
    padding: 5px;
    width: 400px;
    height: 60px;
    display: block;
    margin: 0 auto;
    outline: none;
    border-radius: 3px;
}

.give-answers__why textarea:focus {
    border-color: #CCC;
}

.give-answers__why button {
    display: inline-block;
    padding: 10px 30px;
    margin: 20px 0 0;
    color: #8bcbca;
    background-color: transparent;
    border: 2px solid #8bcbca;
    border-radius: 3px;
    transition: background .2s ease-out;
    outline: none!important;
}

.give-answers__why button:hover {
    background-color: #8bcbca;
    color: #FFF;
}

.appears {
    -webkit-animation: appears 1s 1;
    -moz-animation: appears 1s 1;
    animation: appears 1s 1
}

@-webkit-keyframes appears {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes appears {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes appears {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
