/**
 * 
 * 
 */
*{
  font-size:12px;
}

.menubutton{
  height: 60px;
  width: 400px;
  font-size: 24px;
  font-weight: bold;
  font-family: monospace;
  margin: 5px;
  text-align: center;
  vertical-align: middle;
}

.clearquest{
  background-color: cyan;
  margin-bottom: -7px;
  padding-bottom:7px;
}
.questtable{
  width:600px;
}
.questgenrehead{
  width:50px;
}
.questtitlehead{
  width:300px;
}
.questcounthead{
  width:90px;
}
.questflaghead{
  width:160px;
}
.questgenre{
  width:50px;
  margin-top:12px;
}
.questtitle{
  width:300px;
}
.questcount{
  width:90px;
  margin-top:12px;
}
.questflag{
  width:160px;
}
