.vaki-home-content-wrap {
    width: 100%;
}

.vaki-home-content {
    float: left;
    width: 690px;
    padding-right: 10px;
}

.vakiSideMenu {
    width: 240px;
    float: left;
}

#cssmenu {
  width: 200px;
  border-style: solid solid none solid;
  border-color: #94AA74;
  border-size: 1px;
  border-width: 1px;
}
#cssmenu ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
#cssmenu li a {
  height: 32px;
  height: 24px;
  text-decoration: none;
  font-weight: normal;
}
#cssmenu li a:link,
#cssmenu li a:visited {
  color: #5E7830;
  display: block;
  background: url(../../images/sideMenu.gif);
  background-repeat: no-repeat;
  padding: 8px 0 0 10px;
}
#cssmenu li a:hover {
  color: #26370A;
  background: url(../../images/sideMenu.gif) 0 -32px;
  background-repeat: no-repeat;
  padding: 8px 0 0 10px;
}
#cssmenu li a:active {
  color: #26370A;
  background: url(../../images/sideMenu.gif) 0 -64px;
  background-repeat: no-repeat;
  padding: 8px 0 0 10px;
}


#clear {
    clear: both;
}




/* this is for the demo page */
.score-label {
    margin-left: 5px;
}
/* this is for the demo page */
.lastCorrectGuessStyle {
    color: red;
}
/* this is mainly for the demo page but affects all */
.body {
    margin: 5px;
}



/* How to play page */
.vaki-howtoplay-content td {
    width: 30px;
}

.vaki-howtoplay-content tr {
    height: 25px;
}

.vaki-howtoplay-content table {
    width:120px;
    height:100px;
    table-layout:fixed;
}
.vaki-howtoplay-content table, .vaki-howtoplay-content th, .vaki-howtoplay-content td {
    border: 1px solid grey;
    border-collapse: collapse;
}

/* Playing vaki game */
.score-label {
    margin-left: 5px;
}