﻿.tweet-textarea {
    width: 100%;
    height: auto;
    position: fixed;
    background-color: white;
}

#tweetMessageTextInput {
    font-family: 'Inconsolata', monospace !important;
}

#tweet-container {
    height: 126px;
    margin-bottom: 20px;
    background-color: #95a5a6;
}

#btnUndo {
    float: right;
}



.counter-box {
    background-color: ButtonFace;
    padding: 6px;
}

.tag-box {
    padding: 6px;
    height: 41px;
}

    .tag-box label {
        margin: 0px 4px;
        float: left;
    }

#tweetStatus {
    text-align: center;
    display: none;
    z-index: 100;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.btn-setting {
    height: 40px;
    width: 45px;
}

.btn-primary {
    background-color: #2780e3 !important;
}

#send-tweet:hover {
    cursor: pointer;
    border-color: #1862b5;
}

textarea {
    resize: none;
}   