@import url(https://fonts.googleapis.com/css?family=Ubuntu:300);

*
{
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html
{
  background: #777777;
  font-family: 'Ubuntu', sans-serif;
  -webkit-text-size-adjust: 100%;
}

#main
{
  background: white;
  width: 900px;
  margin: auto;
  padding: 2em;
  position: relative;
  overflow: hidden;
}

#header
{
  text-align: right;
  font-size: 35px;
  margin-top: 0px;
  margin-right: 100px;
  margin-bottom: 80px;
}

#logo
{
  position: absolute;
  right: 10px;
  top: 10px;
  width: 100px;
}

p
{
  padding-left: 50px;
  padding-right: 50px;
  font-size: 19px;
}

.box
{
  position: relative;
  border: 1px solid black;
  margin-top: 50px;
}

.boxtitle
{
  position: absolute;
  font-weight: bold;
  top: -20px;
  left: 50px;
}

.space
{
  padding-top: 50px;
}

table
{
  margin-bottom: 2em;
  margin-top: 2em;
  margin-left: 3em;
}

th
{
  text-align: left;
}

#logout
{
  position: absolute;
  top: 2px;
  left: 2px;
  color: black;
  font-weight: bold;
}

.error
{
  margin-top: 10px;
  
}