body {
    background-color: #fff2c9;
}


/* interface   */
.ui_cont {
    width: 100%;
    height: 50px;
    background-color: #fff;
}
.ui {
    text-align: center;
    margin-right: 50px;
}
.ui, .ui_cont form {
    display: inline-block;
    vertical-align: middle;
}
.ui_cont form input {
    margin: 0;
    margin-right: 10px;
}
.ui span {
    display: inline-block;
    min-width: 45px;
    font-weight: bold;
    text-align: left;
}

#opponent_div, .logs {
    width: 100%;
    border: 1px solid #000;
    background-color: #fff;
}

/* div for inventory */
.invdiv 
{
    border: 1px solid black;
}

.itemlst img {
    width: 60px;
    height: 60px;
}
.itemlst samp {
    margin-bottom: -10px;
}


/* div for suggested for trade items */
.suginvdiv 
{
    width:100%;
    border: 1px solid black;
    min-height: 60px;
    /* background-color: antiquewhite; */
}


/* class for images of equiped items */
.equip 
{
    border: 2px solid red;
}

