/* here you can put your own css to customize and override the theme */
li.send-message-container > .form-container {
padding: 12px 20px;
background: rgba(100, 100, 100, 1.0);
}
ul.dropdown-menu {
border-radius: 8px;
border: 1px outset;
}

li.send-message-container > .form-container .form-control {
margin: 5px;
}

ul.inbox {
	width: 400px !important;
}

.modal.fade.in {
position: fixed;
}


