.clearfix {
	overflow: auto;
}

#container {
	width: auto 0;
	height: auto 0;
	padding: 2em;
	background-color: #bdbdbd;
	color: white;
	font-weight: 100px;
}

#awayBoxBase {
	display: black;
	width: 394px;
	height: 430px;
	background-color: #bdbdbd;
	color: #000000;
	padding: 3px;
}

#awayBoxBorders {
	height: 422px;
	margin: 0px;
	border: 2px #ffffff solid;
	padding: 2px;
}

#awayBoxWindowHeader {
	background-color: #292774;
	width: 97.5%;
	color: white;
	padding: 5px 5px 5px 5px;
	font-family: Nintendo;
	font-size: 14px;
	font-weight: 500;
}

.xButton {
	background-color: #bdbdbd;
	padding: 1px 5px 1px 5px;
	float: right;
	position: relative;
	bottom: 2px;
	left: 2px;
	color: turquoise;
	border-bottom: 1px black solid;
	border-right: 1px black solid;
	border-top: 1px white solid;
	border-left: 1px white solid;
}

#awayBoxLabelEntry {
	padding: 20px 0 20px 17px;
}

#awayBoxLabelEntry .labelText {
	display: inline;
	color: black;
	position: relative;
	top: 3px;
	font-size: 13px;
}

#awayBoxLabelEntry .labelDropdown {
	display: inline;
	float: right;
	position: relative;
	right: 17px;
	height: 24px;
	width: 250px;
	border-radius: 0px;
}

#awayBoxLabelEntry select {
	width: 250px;
	padding: 8px;
}

#awayBoxEntry {
}

#awayBoxEntry .toolbar {
	border: 1px #7c7c7c solid;
	width: 347px;
	height: 20px;
	margin-bottom: 2px;
	padding-left: 2px;
	padding-right: 1px;
	text-align: center;
}

#awayBoxEntry img {
	position: relative;
	top: 2px;
}

#awayBoxEntry .label {
	padding: 20px 0 20px 0;
	display: inline-block;
	font-size: 13px;
}

#awayBoxEntry textarea {
	display: inline-block;
	background-color: #3d5ea3;
	padding: 20px;
	width: 310px;
	font-family: Nintendo;
	border-top: 1px black solid;
	border-left: 1px black solid;
	border-bottom: 1px white solid;
	border-right: 1px white solid;
}

#awayBoxSupportText {
	font-size: 13px;
	padding-top: 20px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

#awayBoxSupportText .left {
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	-webkit-align-self: stretch;
	-ms-flex-item-align: stretch;
	align-self: stretch;
}

#awayBoxSupportText .right {
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	-webkit-align-self: stretch;
	-ms-flex-item-align: stretch;
	align-self: flex-end;
	text-align: right;
	position: relative;
	right: 17px;
}

#awayBoxButtons {
	text-align: center;
	padding-top: 20px;
}

#awayBoxButtons .box1 {
	display: inline-block;
	padding: 0 5px 0 5px;
}

#awayBoxButtons .box2 {
	display: inline-block;
}