body {

  background-color: #e6e6e6;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
  background: url('./images/background.png');
  text-align: left;
  margin: auto;
  line-height: 1;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

section {
	margin: 0px !important;
}

.Site {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

.Site-content {
  flex: 1;
}

.footer {
  width: 100%;
  height: 40px; /* Set the fixed height of the footer here */
  background-color: #f5f5f5;
}





//.cbAuthbox {
//  display: flex !important;
//}

//section[data-cb-name="cbTable"]{
// display: flex !important;
//}

