.bix {
    height: 192px;
    width: 133px;
    background: url(../img/steve.png) no-repeat;
    position: relative;
    top: 5px;
    left: 5px;
    cursor: pointer;
}

.held {
    border: solid 3px #F4A200;
    background-color: black;
}

.holder {
    height: 210px;
    width: 150px;
    margin: 10px;
    border: solid 3px #F4A200;
    background-color: #D0D0D0;
    display: inline-block;
}

.hovered {
    border: dotted 2px #F4A200;
}

.invisible {
    display: none;
}

#container {
    background-color: rgb(173, 189, 230);
    margin: auto;
    top: 100px;
    width: 600px;
    position: relative;
}