@charset "UTF-8";
/* CSS Document */

html, body {
  		height: 100%;
  		margin: 0;
}

.full-height {
  		height: 100%;
  	background: #ededed;
	}
			
.myTable {
    	border: 0px;
		background: #ededed;
		border-spacing: 3px;
	}

.myCollapsedTable {
    	border: 0px;
		background: #ededed;
		border-spacing: 0px;
		border-collapse: collapse;
	}

td {
	
	padding: 0px;
}
		
.center {
  		display: flex;
  		justify-content: center;
  		align-items: center;
		height: 100%;
	}
	
.myFont	{
		font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
		font-size: 12px;
		color:#4C4C4C;
	}

.myInvisibleFont	{
		font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
		font-size: 12px;
		color:#ededed;
	}

/* unvisited link */
a:link {
  color: #4C4C4C;
}

/* visited link */
a:visited {
  color: #4C4C4C;
}

/* mouse over link */
a:hover {
  color: #4C4C4C;
}

/* selected link */
a:active {
  color: #4C4C4C;
}