.disable {
    pointer-events: none;
    opacity: 0.25;
}
.goals textarea {
    width: 100%;
    opacity: 0.5;
}
.goals .input {
    display: none;
    position: relative;
}
.button {
    background-color: #00ADEE;
    padding: 10px;
    color: white;
    display: inline-block;
    margin: 20px 0
}
.button.important {
    background-color: #25408E;
}
.button:hover {
    background-color: #000;
    color: white;
}
.noclick {
    pointer-events: none;
}
button {
    border: 0;
}
input[type='text'] {
    border: 0;
    width: 100%;
}

.formitem .left {
    border-bottom: 4px solid #0071B8;
    color: #0071B8;
    font-family: "watikwil";
    content: 'a';
    padding-top: 4px;
    line-height: 43px;
}
.formitem .right {
    border-bottom: 4px solid #29A7DE;
    color: #29A7DE;
    line-height: 45px;
}
.msg-end {
    display: none;
}

#form-sendmail .formitem {
    display: inline-block;
    width: 100%;
}
#form-sendmail input[type='text'] {
    line-height: normal;
    height: 47px;
}
.form-inline {
    background-color: #eee;
    padding: 10px;
}