.table {
  width: 100%;
  margin-bottom: 0px;
}
/* The navigation bar */
.navbar {
	overflow: hidden;
	background-color: #FFFFFF;
	position: fixed; /* Set the navbar to fixed position */
	top: 0; /* Position the navbar at the top of the page */
	width: 100%; /* Full width */
	margin-bottom: 0px;
}

/* Links inside the navbar */
.navbar a {
  float: left;
  display: block;
  color: #000000;
  text-align: center;
  padding: 15px 10px;
  text-decoration: none;
}

/* Change background on mouse-over */
.navbar a:hover {
  background: #FFFFFF;
  color: #000000;
}

/* Main content */
.main {
	margin-top: 30px; /* Add a top margin to avoid content overlay */
	margin-bottom: 0px;
}

a:hover {
	font-family: Calibri;
	font-style: normal;
	color: #0066FF;
	text-decoration: none;
}
a:visited {
	font-family: Calibri;
	font-style: normal;
	color: #0066FF;
	text-decoration: none;
}
a:link {
	font-family: Calibri;
	font-style: normal;
	color: #0066FF;
	text-decoration: none;
}

.title1 {
	font-family: Calibri;
	font-size: 28pt;
	font-style: normal;
	color: #000000;
}

.title2 {
	font-family: Calibri;
	font-size: 24pt;
	font-style: normal;
	color: #000000;
}
.title2red {
	font-size: 24px;
	color: #FF0000;
	font-family: Calibri;
}
.title2blue {
	font-family: Calibri;
	font-size: 24px;
	color: #0066FF;
}
.list2 {
	font-family: Calibri;
	font-size: 14pt;
	font-style: normal;
	color: #000000;
}
.list {
	font-family: Calibri;
	font-size: 16pt;
	font-style: normal;
	color: #000000;
}

.listGrey {
	font-family: Calibri;
	font-size: 16pt;
	font-style: normal;
	color: #666666;
}
.listBlue {
	font-family: Calibri;
	font-size: 16pt;
	font-style: normal;
	color: #0066FF;
}
.listRed {
	font-family: Calibri;
	font-size: 14px;
	color: #FF0000;
}

body {
	font-family: Calibri;
	font-size: 10pt;
	font-style: normal;
	color: #000000;
	text-align: center;
}

.bodyWhite {
	font-family: Calibri;
	font-size: 10pt;
	font-style: normal;
	color: #FFFFFF;
}

img {
    display: block;
    margin: 0;
    padding: 0;
}

.w3-display-left{position:absolute;top:18%;left:0.7%;transform:translate(0%,-50%);-ms-transform:translate(-0%,-50%)}
.w3-display-right{position:absolute;top:18%;right:0.7%;transform:translate(0%,-50%);-ms-transform:translate(0%,-50%)}
