/* .number
{
    border-style: solid;
    border-color: black;
    border-width: .5px;
    padding: 5px;
} */

.messages
{
    border-style: solid;
    border-color: black;
    border-width: .5px;
    padding: 5px;
}

.left
{
    position: absolute;
    float: left;
}

.right
{
    position: absolute;
    float: left;
    left: 200px;
    border-style: solid;
    border-color: black;
    border-width: .5px;
    padding: 1px;
}

.buttonArea
{
    position: absolute;
    top: 90px;

}

.messages
{
    position: absolute;
    top: 122px;
}

button
{
    border-style: solid;
    border-width: .5px;
    border-color: black;
    padding: 6px;
}

.collectorTitle
{
    text-decoration: underline;
}

/* button.potionButton
{
    visibility: hidden;
} */