.zebra_table td,
.zebra_table th {
    padding-left: 15px !important;
    text-align: left;
    }
    

tbody tr:nth-child(odd) {
background-color: #DDD;
color: #fff;
}
            

 /*Attribute Table css*/
 .zebra_table table td:nth-child(odd),
 .zebra_table table th:nth-child(odd) {
    width: 33% !important;
    padding: 9px 0px;
    border-right: 1px solid #4A4A4A;
    font-size: 16px;
    color: #4A4A4A;
    font-weight: 600;
    font-family: Open Sans;
    }
    .zebra_table .col-md-6 {
    min-width: 42%;
    max-width: 69%;
    float: left;
    margin-right: 3%;
    }
    .zebra_table {
    text-align: center;
    margin-bottom: 15px;
    }
    .zebra_table table {
    width: 100%;
    border: 1px solid #979797;
    border-spacing: 0px !important;
    }
    .zebra_table tr {
    font-size: 16px;
    font-family: Open Sans;
    color: #000 !important;
    transition: background-color 0.2s ease;
    }

    .zebra_table tr:hover {
    background-color: #B8D4E3 !important;
    cursor: pointer;
    }


    .watch-image {
        box-sizing: border-box;
        height: auto;
        max-width: 100%;
        border: 1px solid #979797;
        }

.watch-image-src {
height: auto;
margin-bottom:-73px;
}
