html {
    position: relative;
    min-height: 100%;
}

body {
    padding-top: 70px;
    padding-bottom: 70px;
}

.navbar {
    height: 60px;
}

.navbar-default {
    background-color: #FAFAFA;
    border-color: #F5F5F5;
}

.navbar-default .navbar-brand {
    color: #31708f;
}

.sub-title {
    font-size: 13px;
    font-weight: 100;
    color: #31708f;
}

.sentence-container {
       
}

.sentence-container .panel-info .form-control {
    border-color: #bce8f1;
    
    color: #428bca;
    font-weight: 300;
}

.sentence-container .panel-primary .form-control {
    border-color: #428bca;
    
    color: #267DC9;
    font-weight: 300;
}

#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 70px;

    background-color: #FAFAFA;
    border-top: 1px solid #F5F5F5;
    padding-top: 10px;
}

#footer .container {
    //padding: 10px;   
}

.footer-text {
    font-size: 10px;
    font-weight: 300;
    color: #999;
}

textarea { resize:vertical; }

