textarea {
    width: 100%;
    height: 200px;
    resize: vertical;
    border: 1px solid #CCC;
    /* border-radius: 8px; */
    padding: 4px;
    box-shadow: 2px 2px 5px #d3d6da;
    -moz-box-shadow: 2px 2px 5px #d3d6da;
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.5);
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.3);
    border-radius: 2px;
}

::selection {
    background: #abd1eb;
    color: #000;
}
.panel .row {
    min-height: 2em;
    line-height: 2em;
    width: 100%;
}

input, textarea, keygen, select, button {
    text-rendering: auto;
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    margin: 0em 0em 0em 0em;
    font: 13.3333px Arial;
}
user agent stylesheet
input, textarea, keygen, select, button, meter, progress {
    -webkit-writing-mode: horizontal-tb;
}

.input-text {
    width: 95%;
    height: 2.1em;
    line-height: 2.1em;
    padding-left: 5px;
}
input {
    text-align: left;
    border: 1px solid #CCC;
    border-radius: 5px;
    font-size: .98em;
}
.three {
    width: 24%;
}
.span {
    float: left;
    display: inline;
    min-height: 1em;
    /* margin: 0 1% 5px 1%; */
}

.button.primary:hover {
    background: #5589ab;
}
.button.primary {
    color: #FFF;
    background: #5f90b0;
}
.button.success:hover {
    background: #48a474;
}
.button.success {
    color: #FFF;
    background: #4daf7c;
}
.button.small {
    padding: 7px 10px;
    font-size: .95em;
}
.button {
    border: 0;
    border-radius: 4px;
    outline: 0;
    cursor: pointer;
}
button {
    margin-bottom: 10px;
}

.two {
    width: 16%;
}
.span {
    float: left;
    display: inline;
    min-height: 1em;
    /* margin: 0 1% 5px 1%; */
}

.select {
    /* width: 95%; */
    padding: 0 10px;
    margin: 0 5px;
    height: 2.3em;
    line-height: 2.3em;
    text-align: left;
    border: 1px solid #CCC;
    border-radius: 5px;
    font-size: .98em;
}

.alert {
    padding: 10px;
    margin: 0;
    border-radius: 3px
}

.alert.primary {
    background: #e8eff3;
    border: 1px #c5d7e3 solid
}

.alert.success {
    background: #daeee4;
    border: 1px #b6dfca solid
}

.alert.danger {
    background: #fdf4f1;
    border: 1px #f7cfc4 solid
}
