		
		.panel2 {
			margin-left:39%;
			width:70%;
			padding-right:10%
		}

		.chat_header {
			border-bottom: 3px #cccbca solid;
			width: 86%;
			margin-bottom:5%;
		}

		.chat_header h1 {
			font-family: "sans serif", "Verdana";
			color:#28898f;
		}

		.chat_input {
			width:90%;
			height:10%;
			bottom:0;
		}

		.chat_input form {
			width: 85%;
			height: 100px;
			background-color: white;
			border-radius: 25px;
			border-color:grey;
			color: black;
			font-family: "sans serif", "Verdana";
			font-size: 30px;
			position: fixed;
		    bottom: 0;
		    margin-bottom: 2.5%;
		    display:flex;
		}

		.chat_input textarea {
			width: 35%;
			height: 100%;
			border-radius: 25px;
			border-color:grey;
			color: black;
			margin-right:1%;
			font-size:15px;
			overflow-y:scroll;
			padding:3%;
			font-family: "sans serif", "Verdana";
		}

		.chat_input button {
			width: 9%;
			border-radius: 25px;
			font-family: "sans serif", "Verdana";
			font-size:25px;
			background-color:white;
			text-align:center;
		}

		.chat_input button:hover {
			border-color:white;
		}

		.messages ul {
			padding-left:2%;
			padding-bottom:2%;
		}

		.messages h3 {
			font-family: "sans serif", "Verdana";
		}

		.messages li {
			font-family: "sans serif", "Verdana";
			white-space:pre-wrap; 
			word-wrap:break-word;
		}


		.messages {
			overflow:auto;
			height: 72%;
			display:flex;
			flex-direction: column-reverse;
			width: 90%;
			padding-bottom:10%;
			padding-right:23%;
		}


		@media only screen and (max-width: 1220px) {

			.panel1 {
				display:none;
			}

			.panel2 {
				display:inline;
				margin-left:0%;
			}


		}

		@media only screen and (max-width: 1083px) {

			.panel1 {
				display:none;
			}

			.panel2 {
				display:inline;
				margin-left:0%;
				width:96%;
				height:100%;
			}

			.chat_header h1 {
				font-size:140%;
			}

			.chat_header {
				border-bottom: 3px #383e8c solid;
			}

			.chat_input form {
				background-color:#dadae0;
			}

			.chat_input button {
				width: 20%;
				margin-right:10%;
				
				color: #383e8c;
				background-color:#383e8c;
				font-family: "sans serif", "Helvetica";
				border-radius:16px;

			}

			.chat_input textarea {
				width:57%;
				border-radius:16px;
			}

			.page {
				background-color:#dadae0;
			}

			body {
				background-color:#dadae0;
			}


		}
