/* 
    Put your style/CSS customizations here.
    It's loaded after all the other CSS files, so any CSS rules here
    will override rules in other files.
 */

/* The following example turns the background to yellow if you uncomment it. */

body {
 background-color:#333333;
 color:gray;
}

.col-sm-7, .col-sm-5, .chat-box, .panel-body 
{
    background-color:transparent;
}

.navbar-text
{
    color:white
}

