/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Asap);

body{
	font-family: 'Asap', sans-serif;
	color: #555459;
	max-width: 680px;
	background: #f5f5f5;
	margin: auto;
}


.l-demo-container{
	max-width: 100%;
	width: 95%;
	margin: 3% auto;
	box-shadow: inset rgba(100,100,100,0.5) 0px 3px 3px;
	max-height: 768px;
}

div #header{
	position: relative;
	height: 50px;
	width: 100%;
	font-size: 1.5em;
	color: #FFF;
	font-style: italic;
	font-weight: bold;
	box-shadow: rgba(100,100,100,0.5) 0px 3px 3px;
	overflow: hidden;
}

div #header h1{
	margin: 1% 0 0 1%;
}

body div ul li:nth-child(even){
	background: #e5e5e5;
	
}

body div ul li{
	margin: 2% auto;
	box-shadow:  #a5a5a5 1px 1px 3px ;
	width: 90%;
	padding: 1.5%;
	border-radius: 0 10px;
}

#bwat-mesaj{
	height: 500px;
	overflow-y: scroll;
}

.example-chat-toolbar, footer{
	width: 90%;
	margin: auto;
}

footer input{
	width: 100%;
	height: 40px;
	margin-top: 2%;
	margin-bottom: 2%;
	border-radius: 10px;
	padding: 1%;
	border: 1px solid rgba(61,114,147,1.00);
	outline: none;
}

.example-chat-toolbar input{
	width: 90%;
	height: 35px;
	border-radius: 10px;
	padding: 1%;
	border: 1px solid rgba(61,114,147,1.00);
	outline: none;
}

.chat-username{
	color: rgba(44,91,88,1.00);
	font-weight: bold;
}

#bwat-mesaj, .example-chat-toolbar input, footer input{
	background-color: #fff;
}

/* Customize container */
@media (max-width: 320px) {
  	/* Bump up size of carousel content */
 	body{
		max-width: 320px;
	}

	.l-demo-container{
		max-width: 100%;
		width: 95%;
	}

	#bwat-mesaj{
		height: 300px;
	}
}

/* Customize container */
@media (max-width: 480px) {
  	/* Bump up size of carousel content */
 	body{
		max-width: 480px;
	}

	.l-demo-container{
		max-width: 100%;
		width: 95%;
	}

	#bwat-mesaj{
		height: 300px;
	}
}