.image80{
    /* width: 80%;
    min-height: 100px;
    max-height: 261px; */
}
.well {
    max-height: 300px;
    min-height: 300px;
}
.col-md-4,.col-md-8 {
    padding-right: 0px;
    padding-left: 5px;
}
.imgcstm{
    width:40%;
}
.rowwithoutmargin{
    padding:5px 0;
}
.cstmRow{
    padding:0px 0;
    border:solid gray 2px;
    margin:10px;
}











td.CustomColumn {
    background: #f5f5f5;
    border-radius: 10px;
   
    padding: 10px;
    vertical-align: middle;
}
.firstColumn{
    width:30%;
    vertical-align: baseline !important;
     /* border-right: 2px gray  solid; */
}
.secondColun{
    width:70%;

}
.thirdColumn{
    width:35%;

}
.tableCustom{
    width:100%;
}
.tableCustom  tr td{
        border: solid gray  2px;
    } 
.row{
    padding: 10px 0;
}
@media only screen and (max-width: 768px) {
    .tableCustom  tr{
        border: solid gray  2px;
    } 
   
}