.card
{
    position: relative;
}
.cabinets_container
{
    width: 900px;
    margin: 30px 0px 0px 22px;
}
.cabinets_cabinet
{
    float: left;
    width: 129px;
    margin: 0px 3px 10px 3px;
    cursor: pointer;
}
.cabinets_cabinet_image
{
    width: 125px;
    height: 125px;
    border: solid 2px rgb(13,137,201);
}
.cabinets_cabinet_name
{
    font: normal normal normal 12px arial;
    text-align: center;
    color: white;
}
.cabinets_cabinet_dimensions
{
    font: normal normal normal 9px arial;
    text-align: center;
    color: white;
}
.drawers_container
{
    width: 600px;
    margin: 30px 0px 0px 50px;
}
.drawers_drawer
{
    float: left;
    margin: 0px 5px 10px 5px;
    cursor: pointer;
}
.drawers_drawer_image
{
    width: 125px;
    height: 125px;
    border: solid 2px rgb(13,137,201);
}
.drawers_drawer_name
{
    font: normal normal normal 12px arial;
    text-align: center;
    color: white;
}
.drawers_drawer_dimensions
{
    font: normal normal normal 9px arial;
    text-align: center;
    color: white;
}
.drawers_cabinet
{
    position: relative;
    width: 150px;
    float: right;
    margin-right: 20px;
    border: solid 2px rgb(13,137,201);
    background-color: rgb(200,200,200);
    font: normal normal bold 12px arial;
    text-align: center;
    color: rgb(150,150,150);
}
.drawers_cabinet_drawer
{
    position: absolute;
    width: 150px;
    left: 0px;
    background-color: rgb(100,100,100);
    border-bottom: solid 1px white;
    font: normal normal normal 10px arial;
    text-align: center;
    color: white;
    cursor: pointer;
}
.confirm_data
{
    float: left;
    width: 1px;
    margin: 0px 0px 0px 50px;
}
.confirm_column
{
    float: right;
    width: 450px;
}