	html {
		height: 98%;
		width: 98%;
	}
	body {
        background: url(../images/nightmojave.jpg);
		background-size: 105% 105%;
		margin: 0px;
		padding: 0px;
		height: 100%;
        font-family: 'Prompt', sans-serif;
		font-size: 14px;
	}
	.msg-container {
		width: 100%;
		height: 100%;
	}
	.header {
        color: #DDA0DD;
        font-family: 'Work Sans', sans-serif;
		width: 100%;
		height: 30px;
        margin-bottom: 10px;
        margin-top: 10px;
		text-align: center;
		font-size: 25px;
		font-weight: bold;
        font-stretch: expanded;
	}
	.msg-area {
		height: calc(102% - 100px);
		width: 102%;
		overflow-y: scroll;
	}
	.msginput {
		padding: 5px;
		margin: 10px;
		font-size: 14px;
		width: calc(100% - 34px);
		outline: none;
	}
	.bottom {
		width: 100%;
		height: 50px;
		position: fixed;
		bottom: 0px;
		border-top: 1px solid #CCC;
		background-color: #EBEBEB;
	}
	#whitebg {
		width: 100%;
		height: 100%;
		background-color: #FFF;
		overflow-y: scroll;
		opacity: 0.6;
		display: none;
		position: absolute;
		top: 0px;
		z-index: 1000;
	}
	#loginbox {
		width: 600px;
		height: 350px;
		border: 1px solid #CCC;
		background-color: #FFF;
		position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
		z-index: 1001;
		display: none;
	}
	h1 {
		padding: 0px;
		margin: 20px 0px 0px 0px;
		text-align: center;
		font-weight: normal;
	}
	button {
		background-color: #43ACEC;
		border: none;
		color: #FFF;
		font-size: 16px;
		margin: 0px auto;
		width: 150px;
	}
	.buttonp {
		width: 150px;
		margin: 0px auto;
	}

	.msg {
		margin: 10px 10px;
		background-color: #E6E6FA;
		max-width: calc(45% - 20px);
		color: #000;
		padding: 10px;
		font-size: 14px;
	}
	.msgfrom {
		background-color:  #DDA0DD;
		color:  #2e4053;
		margin: 10px 10px 10px 55%;

	}
	.msgarr {
		width: 0;
		height: 0;
		border-left: 8px solid transparent;
		border-right: 8px solid transparent;
		border-bottom: 8px solid #E6E6FA;
		transform: rotate(315deg);
		margin: -12px 0px 0px 45px;
	}
	.msgarrfrom {
		border-bottom: 8px solid #DDA0DD;
		float: right;
		margin-right: 45px;
	}
	.msgsentby {
		color: #7CFC00;
		font-size: 10px;
		margin: 2px 0px 0px 5px;
        background-color: #ffffff00;
        display:inline-block;
    }
	.msgsentbyfrom {
		float: right;
		margin-right: 12px;
        background-color: #ffffff00
        display:inline-block;
    }
    .msg-container a {
	position: relative;
	bottom: 25px;
	left: 25px;
	display: block;
	line-height: 0;
	color: #DDA0DD;
	font-weight: bold;
}