
/*fixing some of the issues with the list cow print page*/
.print_hide{
    display: none;
}
table > thead > tr > th:nth-child(1) {
    display: none;
}

td.img-preview {
     display: unset;
}

.penbutton{
    display: none;
}
.list_pen_print_value{
    display: unset;
}
table.stick th {
    position: unset;
    top: 0px;
    background: white;
}

.print_overflow_none{
    overflow: unset;
}
.pens {
    overflow: unset;
}

.fixed-action-btn{
    display: none;
}
.sticky{
    display: none;
}
.view-actions{
    display: none;
}
.btn{
    display: none;
}

.view-info{
    vertical-align:top;
    display: inline-block;
    width: calc(100% - 5px);
}
.images {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0px;
}
.imagedel {
    position: relative;
    display: inline-block;
}
.imagedel a{
    display: none;
}
.showimage {
    height: unset;
    width: calc(70vw / 3);
    margin: 22px;
}
.ingroup{
    display: none;

}
.died{
    display: none;
    
}
.price{
    display: none;
    
}
.cattle-list-card h6{
    margin: 5px;
    padding: 0px;
}
.cattle-list-card p{
    margin: 0px;
    padding: 0px;
}
.cattle-update-date{
    display: none;
}
.cattle-list-card{
    min-height:unset;
}
table > tbody > tr > td:nth-child(1){
    display: none;
}
.view-info{
    margin-top: -30px;
}
 
.content{
    padding: 0px;
    margin: 0px;
}
.container{
    width:unset;
    max-width: unset;
}
body > div.content.container > div.view-info > h4:nth-child(8){
    break-before: always;
}
table{
    margin: 5px;
}