.comments {
    height: 50px;
    clear: both;
}
.message {
    text-align: center;
    color: red;
    font-size: 20pt;
}
.animalpic {
    width: 200px;
    margin: 20px;
    float: left;
}
img.animalpic {
    height: 200px;
    
}
.dogagressive1:after {
    content: '';
    display: block;
    height: 30px;
    width: 30px;
    background: red url('/images/DogIcon.png') no-repeat 0px 0px;
    float: left;
}
.dogagressive0:after{
    content: '';
    display: block;
    height: 30px;
    width: 30px;
    left: -30px;
    background: green url('/images/DogIcon.png') no-repeat 0px 0px;
    float: left;
}
.kidagressive1:after {
    content: '';
    display: block;
    height: 30px;
    width: 30px;
    background: red url('/images/BabyIcon.png') no-repeat 0px 0px;
    float: left;
}
.kidagressive0:after{
    content: '';
    display: block;
    height: 30px;
    width: 30px;
    left: -30px;
    background: green url('/images/BabyIcon.png') no-repeat 0px 0px;
    float: left;
}
.catagressive1:after {
    content: '';
    display: block;
    height: 30px;
    width: 30px;
    background: red url('/images/CatIcon.png') no-repeat 0px 0px;
    float: left;
}
.catagressive0:after{
    content: '';
    display: block;
    height: 30px;
    width: 30px;
    left: -30px;
    background: green url('/images/CatIcon.png') no-repeat 0px 0px;
    float: left;
}
