body
{
    font-size: 16px;
}

fieldset
{
    display: inline-block;
    border: 1px solid #000000;
    margin: 20px 30px 30px 30px;
    padding: 20px 20px 20px 20px;
}

fieldset legend
{
    padding: 0px 10px 0px 10px;
    font-weight: bold;
    font-size: 20px;
}

fieldset label
{
    margin-right: 20px;
}

fieldset label:nth-of-type(2)
{
    margin-left: 30px;
}

.start-button-div
{
    margin-bottom: 40px;
    width: 938px;
    text-align: center;
}

.start-button-div button
{
    height: 40px;
    width: 200px;
    font-weight: bold;
    font-size: 18px;
}

table
{
    border: 5px solid #933822;
    border-collapse: collapse;
}

table .foe-side
{
    background-color: #DA8867;
}

table .own-side
{
    background-color: #DA8867;
}

table #foe-row-2
{
    border-bottom: 4px solid #933822;
}

table tr td div
{
    background: linear-gradient(to bottom right, #CA8063, #E1B4A2);
    height: 100px;
    width: 100px;
    border-radius: 52px;
    border: 2px solid #C97C5E;
    margin: 5px;
    box-shadow: inset 5px 5px 15px #7B2604;
    text-align: center;
    line-height: 100px;
    transition: box-shadow 0.5s;
}

table tr td div:hover
{
    box-shadow: inset 0px 0px 30px #EDDDD7;
}

#p1_hand
{
    font-weight: bold;
    font-size: 36px;
}