.warning_box {
	line-height: 23px;
	background-color: #ffffff;
	border: 2px solid #ff0000;
	color: #ff0000;
	margin: 0 auto;
	font-size: 10pt;
	font-weight:bold;
	padding: 5px 10px;
}

.width_300 {
	width:300px;
}

.reportButtonIPhone {
	width:80px;
	margin:3px;
	height:100px;
	font-size:9pt;
	text-wrap: auto;
	white-space: normal;
	vertical-align: bottom;
}

@media only screen and (max-width: 576px) {
	.login_reg_input {
		width:200px;
	}
	
	.reportButton {
		width:80px;
		margin:3px;
		height:100px;
		font-size:9pt;
		text-wrap: auto;
		white-space: normal;
		vertical-align: bottom;
	}
}

@media only screen and (min-width: 577px) {
	.login_reg_input {
		width:300px;
	}
	
	.reportButton {
		width:80px;
		margin:3px;
		height:100px;
		font-size:10pt;
		text-wrap: auto;
		white-space: normal;
		vertical-align: bottom;
	}
}
