.baby_option_bar {
    position: relative;
    display: inline-block;
    width: 220px;
    height: 500px;
    float: left;
    box-shadow: 3px 3px 10px 0 #ccc;
}
.baby_info {
    text-align: center;
}
.baby_img > img{
    width: 150px;
    height: 150px;
}

.ul_options {
    margin: 0;
    list-style-type: none;
}

.li_options {

}

div .option {
    padding:10px;
    text-decoration: none;
    color: white;
    background-color: #ccc;
}
div .option:hover {
    cursor: pointer;
    background-color: whitesmoke;
    color:black;
    border-left: solid 2px blue;
}

a .option_url :hover {
    text-decoration: none;
}

div .item_table_container {
    float: left;
    display: inline-block;
    position: relative;
    left: 230px;
    top: -500px;

}
.item_row {
    border-top: solid 2px #333333;
    border-bottom: solid 2px #333333;
}
tr .item_row > th {
    border-right: solid 1px #333333;
}
.item_col {
    padding: 10px 10px 10px 10px;
}