.aj_answer_block {

}

.aj_answer_block_text {
    display: none;
    padding-top: 9px;
    padding-bottom: 9px;
}

.aj_answer_block_button {

}

.al_input {
    display: inline-block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width:calc(100% - 20px);
    outline: none;
    padding: 10px;
    border: 0px solid #b7b7b7;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-family: "TextLight";
    font-size: 14px;
    color: #282828;
    -o-text-overflow: clip;
    text-overflow: clip;
    background: rgb(237, 237, 237);
    text-shadow: 1px 1px 0 rgba(240, 240, 240, 0.66);
    -webkit-appearance: none;
    -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -webkit-appearance: none;
}

.aj_button {
    display: inline-block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    cursor: pointer;
    padding: 2px 0px;
    border: 0px solid #e4e4e4;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    text-decoration: underline;
    font-family: "TextLight";
    font-weight: normal;
    line-height: 16px;
    color: rgba(40, 40, 40, 0.9);
    -o-text-overflow: clip;
    text-overflow: clip;
    background: white;
    -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -webkit-appearance: none;
}

.aj_button_delete {
    display: inline-block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    cursor: pointer;
    padding: 2px 0px;
    border: 0px solid #e4e4e4;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    text-decoration: underline;
    font-family: "TextLight";
    font-weight: normal;
    line-height: 16px;
    color: #ee0012;
    -o-text-overflow: clip;
    text-overflow: clip;
    background: white;
    -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -webkit-appearance: none;
}
.aj_button_blue {
    display: inline-block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    cursor: pointer;
    padding: 2px 0px;
    border: 0px solid #e4e4e4;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    text-decoration: none;
    font-family: "TextLight";
    font-weight: normal;
    line-height: 16px;
    color: #c4c4c4;
    -o-text-overflow: clip;
    text-overflow: clip;
    background: white;
    -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -webkit-appearance: none;
}
.aj_button_silv {
    display: inline-block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    cursor: pointer;
    padding: 2px 0px;
    border: 0px solid #e4e4e4;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    text-decoration: none;
    font-family: "TextLight";
    font-weight: normal;
    line-height: 16px;
    color: #c4c4c4;
    -o-text-overflow: clip;
    text-overflow: clip;
    background: white;
    -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -webkit-appearance: none;
}