html {
  height: 100%;
}

body {
  position: relative;
  margin: 0;
  border: 0;
  padding: 0;
  min-height: 100%;
  background-color: #568dd1;
  background-image: url(DefaultDesktopWallpaper.png);
  font-family: sans-serif;
}

h1 {
  font-family: Verdana, Tahoma, sans-serif;
}

#Board {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 100%;
}

#HeaderSection {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 1.9em;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), transparent 30%, transparent);
  background-color: #FDD44F;
  border-top: 0.1em solid black;
  box-shadow: rgba(0, 0, 0, 0.2) 0em 0.2em 0.4em;
  line-height: 1.9em;
  font-size: 1.1em;
  font-family: Verdana, Tahoma, sans-serif;
}

.headerTitle {
  text-align: center;
  margin-left: 13em;
  margin-right: 13em;
  font-weight: bold;
}

.rightSideMenu {
  float: right;
  margin-right: 1em;
}

.rightMenuText {
  font-size: 0.8em;
  text-decoration: none;
  color: #202020;
}

.rightMenuSpacer {
  display: inline-block;
  border-right: 1px solid rgba(0, 0, 0, 0.3);
}

.headerLeft {
  float: left;
  margin-left: 1em;
}

#Main {
  position: absolute;
  top: 2em;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

#MainTable {
  position: absolute;
  width: 100%;
  height: 100%;
}

#CenterWidget {
  width: 80%;
  max-width: 30em;
  background: rgba(255, 255, 255, 0.8);
  color: #303030;
  border-radius: 1em;
  padding: 1.5em;
  box-shadow: rgba(0, 0, 0, 0.2) 0em 0.4em 0.8em;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
}

.link {
  text-decoration: none;
  font-weight: bold;
  font-size: 1.5em;
}

.widgetScreenshot img {
  max-width: 100%;
}

.widget a {
  text-decoration: none;
}
