<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#DogTable {
                width:100%;
                height: 100%;
                border: 0px solid aqua;
}

.DogStepBox {
                width:28%;
                height: 100%;
                border: 0px solid fuchsia;
                float:left;
}

.BoxArrow{
                width:7%;
                height: 100%;
                border: 0px solid lime;
                float:left;
}

.ParentDogBox{
                width:100%;
                margin:45px 0 104px 0;
                border: 0px solid lime;
}

.GrandParentDogBox{
                width:100%;
                margin: 0 0 15px 0;
                border: 0px solid lime;
}

.SiblingBox{
                width:100%;
                margin: 0 0 15px 0;
                border: 0px solid lime;
}

.ParentDogHeader{
                width:100%;
                padding: 2px 0 2px 0;
                background: #999;
                color: #fff;
                font-weight:bold;
                text-align:center;
                border: 1px solid #999;
                font-size: 10px;
}

.ParentDogInfo{
                width:100%;
                height:55px;
                text-align:center;
                border: 1px solid #999;
                overflow: auto;
                font-size: 10px;

}

.SiblingInfo{
                width:100%;
                height: 33px;
                margin-bottom: 5px;
                text-align:center;
                border: 1px solid #999;
                font-size: 10px;
}
</pre></body></html>