html, body {
	background:#716550;
    color: #fcef9a;
}

table#resource_table {
    font-size: 2rem;
    border-color: #443f37;
    border-style: groove;
    border-radius: 1rem;
}

table#resource_table tr:hover {
    background-color: #443f37;
}

table#resource_table tr:hover:nth-child(2n) {
    background-color: #574e3e;
}

table#resource_table td {
    vertical-align: middle;
    height:100px;
    justify-content: center;
    align-items: center;
}

hr {
    border-color: #443f37;
    border-style: groove;
}

table#resource_table tr:nth-child(2n) {
    background: #443f37;
}

table#resource_table td img {
    max-height: 100%;
}

button#rollbutton {
    width: 100%;
    height: 3rem;
    font-size: 2rem;
    border-radius: 1rem;
    border: 2px solid #443f37;
    background-color: #443f37;
    color: #fcef9a;
}