@import url(https://fonts.googleapis.com/css?family=Merriweather:700);
@import url(https://fonts.googleapis.com/css?family=Noto+Sans:700);

html, body{
	max-width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow-y: hidden;
}

.chat-box{
	position: absolute;
	margin-top: 5%;
	height: 60%;
	width: 25%;
	right: 5%;
	bottom: 15%;
	border: 2px solid #66afe9 !important;
	margin-left: auto;
	margin-right: auto;
}
.jumbotron{
	position: relative;
	display: inline-block;
	height: 100%;
	min-height: 100% !important;
	width: 100%;
	margin-bottom: 0;
	overflow-y: scroll;
	font-family: 'Merriweather', serif;
	font-size: 13pt !important;
}
.jumbotron p {
	font-size: 13pt !important;
}
.post-message{
	position: relative;
	float: right;
	clear: left;
	margin-right: 2%;
	text-align: right;
}

.get-message{
	position: relative;
	float: left;
	clear: right;
	margin-left: 3%;
	text-align: left;
}
.input-field{
	display: inline-block;
	min-width: 100%;
	max-height: 34px; 
}
.send-message{
	margin-left: 1px;
	float: right;
	position: relative;
	width: 20%;
}
.input{
	display: block;
	float: left;
	position: relative;
	width: 79%;
}
.well{
	max-width: 50%;
}

.thumbnail-image{
	width: 10%;
	position: relative;
	vertical-align: middle;
}

.message-box{
	clear: both;
	display: block;
	width: auto;
	height: auto;
	position: relative;
}
.thumbnail-image-right{
	right: 1%;
}
.thumbnail-image-left{
	left: 2%;
}

.chat-name-right{
	font-family: 'Noto Sans', sans-serif;
	color: rgba(51,51,51,0.67);
	position: relative;
	margin-top: -6%;	
	margin-right: 2%;
}
.chat-name-left{
	font-family: 'Noto Sans', sans-serif;
	color: rgba(51,51,51,0.67);
	position: relative;
	margin-top: -6%;
	margin-left: 2%;
}
#toggleChat{
	position: absolute;
	z-index: 5;
	right: 12%;
	bottom: 5%;
}

.chat-form{
	display: block;
}