body {
    font-family: Arial, Helvetica, sans-serif; 
}

h1 {
    text-align: center;
}

#creature {
    width: 30%;
    margin-left: 70%;
    /* float: right; */
}

ul {
    margin: 0;
    padding: 0;
}

#bitsandbuttons {
    width: 65%;
    font-family: Arial, Helvetica, sans-serif; 
    float: left;
}


ul#bitlist {
    list-style: none;
    margin: 0;
    padding: 0
}


ul#bitlist li {
    float: left;
    font-size: 4em;
    display: block;
    background-color: #679fd2;
    width: 24%;
    margin: 0;
    text-align: center;

}

ul#bitlist li a {
    text-decoration: none;
    display: block;
    padding: 0.5em 0;
    border-width: 2px;
    border-color: #ffe #aaab9c #ccc white;
    border-style: solid;
    color: black;
}

ul#bitlist li#active a {
    background: #f0e7d7;
    color: #800000;
}

ul#bitlist li a:hover, ul#bitlist li#active a:hover {
    color: #800000;
    background: transparent;
    border-color: #aaab9c #fff #fff #ccc;
}

#bitdiv {
    margin-top: 2em;
}


#buttons {
    height: 4em;
    clear: both;
    padding-top: 2em;

}

#buttons ul {
    list-style: none;
}

#buttons li {
    float: left;
    display: inline;   
}

button, #closehelpbutton, #clearscoresbutton {
    border:2px solid black;
    padding:10px 10px; 
    margin: 0 5px;
    background: #ffc573;
    border-radius:25px;
    font-size: 1.2em;
}

button:hover, #closehelpbutton:hover, #clearscoresbutton:hover {
    background: #F9D7A3;
}

#langswitch, #help {
    float: right;
}

#helptextdiv {
    width: 400px;

    background:#fcfcfc;
    position:absolute !important;
    top:25% !important;
    left:25% !important;
    z-index: 101;
    border:1px solid black;
    border-radius: 10px;
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 1.2em;
}

#helpcontent {
    margin: 20px 20px;
}

#helpheading {
    width: 100%;
    text-align:center;
    font-weight: bold;
}

#helptext {
    width:100%;
    float: left;
    text-align:center;
}

#closehelpbutton {
    text-decoration: none;
    margin-left: 145px;
    color: black;
}

#rules {
    /* width: 50%; */
}
 
#ruletable {
    clear:left;
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 1.2em;
    border-collapse:collapse;
    background-color: #a7cae9;
    border: solid 2px  #a7cae9;
}

#ruletable tr:nth-child(odd) {
    background-color: #a7cae9;
}
#ruletable tr:nth-child(even) {
    background-color: white;
}

#ruletable td {
    padding: 5px; 
    border: 0;
}

#ruletable td select {
    font-size: 1em;
}


#guessruletable {
    float:left;
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 1.2em;
    border-collapse:collapse;
}
#guessruletable td {
    padding: 5px; 
    border: 0;
}

#guessruletable td select {
    font-size: 1em;
}

#guessruletable tr:nth-child(odd) {
    background-color: #FD4C4C;
}
#guessruletable tr:nth-child(even) {
    background-color: #FA8181;
}


#creatures {
    clear: left;
}

#guesstext {
    font-size: 1.5em;
    font-family: Arial, Helvetica, sans-serif; 
}

#countdown {
    float: left;
    font-size: 1.5em;
    font-family: Arial, Helvetica, sans-serif; 
}

#countdownText {
    display: inline-block;
    text-align: center;
    width: 2em;
    font-size: 2em;
    font-family: Arial, Helvetica, sans-serif; 
}

#quit {

}

#quitbutton {
    margin: 21px;
}

#hiscore { 
    float: right;
}

#clearscores {
    clear:both;
    padding-top: 1em;
}

#clearscoresbutton {
    border:1px solid black;
    padding:0; 
    margin: 0;
    font-size: 1em;
}
