@charset "UTF-8";

@import "globals.css";

.divUpcoming {
	margin-top: 11%;
	height: 8%;
	width: 100%;
	left: 0%;
	display: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-large;
	font-weight: bold;
	font-style: oblique;
	color: red;
	text-align: center;
}

div {
	display: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	font-style: oblique;
	color: blue;
	text-align: center;
}

.div1 {
	margin-top: 2%;
	left: 0%;
	display: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	font-style: oblique;
	color: blue;
	text-align: left;
	width: 10%;
	/*    border: 1px dashed red;  */
}