@media (max-width: 767px) {
    .btn.btn-default {
        margin-right: 0 !important;
        margin-left: 1em;
    }
    .say {
        width: 80% !important;
        margin-bottom: 2em !important;
    }

    h1 {
        clear: both;
        font-size: 150%;
        margin-top: 3em;
    }

    .btn.btn-default {
        width: 48% !important;width: 95%;
        min-width: inherit;
        /*float: left !important;*/
        margin: 0 .2em !important;
        padding: .5em 0 .5em 0 !important;
    }
    textarea {
        width: 60% !important;
        margin-left: -25%;
    }
    .votes {
        top:-235px !important;
        width: auto !important;
        left:70% !important;
    }
    .fa.fa-bars {
        color: #fff !important;
    }
}
.btn {
    margin-top:.5em;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn-default {
    text-shadow: 0 1px 0 #fff;
    background: #f9f9f9;
    background-image: -webkit-linear-gradient(top,#fff 0,#e0e0e0 100%);
    background-image: -o-linear-gradient(top,#fff 0,#e0e0e0 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#e0e0e0));
    background-image: linear-gradient(to bottom,#fff 0,#e0e0e0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #dbdbdb;
    border-color: #ccc;
    color: #333 !important;
    text-decoration: none !important;
    font-size: .9em;
    min-width: 15em;
}
.btn-default:focus, .btn-default:hover {
    background-color: #e0e0e0;
    background-position: 0 -15px;
}
.infotime {
    font-style: italic;
    font-size: .8em;
    float: left;
    position: relative;
    border-top: 1px dotted #ccc;
    padding-top: .5em;
    margin-top: .5em;

}
.infotime > .fa {
    margin-left: 0;
}
.vote {

    background: rgba(0,0,0,.3);
    /*background: #fff;
    border: 1px solid rgba(0,0,0,.1);*/
    padding: .7em;
    float: left;
    margin: .2em;
    border-radius: .7em;
}
.vote i {
    color: #fff;
}
.say {
    display: inline-block;
    width: 80%;
    border-radius: 1em;
    float: left;
    padding: 2em;

    background: #F3F3F3;
    margin-top: 0em;
}



.greenColor {
    background:green;
}

.redColor {
    background:#D60000;
}
.grayColor {

}