th {
    padding:5px;
    font-family: sans-serif;
}

td {
    font-family: sans-serif;
}

.startButton {
    cursor: pointer;
}

.startButtonLast{
    cursor: pointer;
}

.colorChart {
    padding: 10px;
}

.colorBlock {
    cursor: pointer;
    width:100px;
    height:100px;
}

.inactive {
    pointer-events: none;
}

.red {color: red;}
.pink {color: pink;}
.orange {color: orange;}
.yellow {color: #e4eb38;}
.brown {color: #a5632a;}
.green {color: green;}
.blue {color: blue;}
.purple {color: purple;}
.black {color: black;}

.dialogue {
	border-style: solid;
	border-width: 5px;
    border-radius: 15px;
    padding: 15px;
    background-color: rgb(163, 231, 244);
    width: 600px;
    height: 300px;
    font-size: 1.75em;
    font-family: sans-serif;
    text-align: center;
}

.endDialogue {
    border-style: solid;
	border-width: 5px;
    border-radius: 15px;
    padding: 15px;
    background-color: rgb(163, 231, 244);
    width: 600px;
    height: 400px;
    font-size: 1.75em;
    font-family: sans-serif;
    text-align: center;
}

.visible {
    opacity: 1.0;
    transition: opacity 0.25s;
    z-index: 1;
}

.invisible {
    display: none;
}

#wordSlot {
    border-style: solid;
    border-color: black;
    border-width: thick;
    width: 300px;
    height: 100px;
    border-radius: 10px;
    padding-top: 50px;
    text-align: center;
    font-family: sans-serif;
    font-size: 2.5em;
    font-weight: bold;
    text-transform: capitalize;
}

#red {background-color: red;}
#pink {background-color: pink;}
#orange {background-color: orange;}
#yellow {background-color: #e4eb38;}
#brown {background-color: #a5632a;}
#green {background-color: green;}
#blue {background-color: blue;}
#purple {background-color: purple;}
#black {background-color: black;}