.btn-delete {
    background-color: hsl(0, 69%, 35%) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#db3d3d", endColorstr="#961b1b");
    background-image: -moz-linear-gradient(top, #db3d3d, #961b1b);
    background-image: -ms-linear-gradient(top, #db3d3d, #961b1b);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #db3d3d), color-stop(100%, #961b1b));
    background-image: -webkit-linear-gradient(top, #db3d3d, #961b1b);
    background-image: -o-linear-gradient(top, #db3d3d, #961b1b);
    background-image: linear-gradient(#db3d3d, #961b1b);
    border-color: #961b1b #961b1b hsl(0, 69%, 30%);
    color: #fff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
    -webkit-font-smoothing: antialiased;
}

.btn-edit {
    background-color: hsl(201, 100%, 25%) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0095e5", endColorstr="#00527f");
    background-image: -moz-linear-gradient(top, #0095e5, #00527f);
    background-image: -ms-linear-gradient(top, #0095e5, #00527f);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0095e5), color-stop(100%, #00527f));
    background-image: -webkit-linear-gradient(top, #0095e5, #00527f);
    background-image: -o-linear-gradient(top, #0095e5, #00527f);
    background-image: linear-gradient(#0095e5, #00527f);
    border-color: #00527f #00527f hsl(201, 100%, 20%);
    color: #fff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
    -webkit-font-smoothing: antialiased;
}

.btn-new {
    background-color: hsl(116, 64%, 23%) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4cd542", endColorstr="#1a6015");
    background-image: -moz-linear-gradient(top, #4cd542, #1a6015);
    background-image: -ms-linear-gradient(top, #4cd542, #1a6015);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4cd542), color-stop(100%, #1a6015));
    background-image: -webkit-linear-gradient(top, #4cd542, #1a6015);
    background-image: -o-linear-gradient(top, #4cd542, #1a6015);
    background-image: linear-gradient(#4cd542, #1a6015);
    border-color: #1a6015 #1a6015 hsl(116, 64%, 15%);
    color: #fff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.52);
    -webkit-font-smoothing: antialiased;
}

.btn-add {
    background-color: hsl(39, 98%, 32%) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fca402", endColorstr="#a16901");
    background-image: -moz-linear-gradient(top, #fca402, #a16901);
    background-image: -ms-linear-gradient(top, #fca402, #a16901);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fca402), color-stop(100%, #a16901));
    background-image: -webkit-linear-gradient(top, #fca402, #a16901);
    background-image: -o-linear-gradient(top, #fca402, #a16901);
    background-image: linear-gradient(#fca402, #a16901);
    border-color: #a16901 #a16901 hsl(39, 98%, 27.5%);
    color: #fff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.29);
    -webkit-font-smoothing: antialiased;
}

.question__submit-button.btn-edit {
    font-size: 14px;
}