
.image-table table {}
.image-table p {}
.image-table tr {height: 112px; }
.image-table td {vertical-align: top; min-width: 140px; }
.image-table img {height: 100px; width: auto;border: solid 1px #d4d3d2;padding: 6px;background-color: #f3f3f3;}

.icons img {padding: 0 10px 6px 0;}

.spacing {margin-top: 40px;}

.table table {width:100%; background-color: #f3f3f3;}
.table thead {background:url("/Content/Themes/Images/bg.jpg") repeat; color:#111255; border-bottom:  solid 1px #d4d3d2;  }
.table td {padding:6px  20px;}
.table img {padding:  0 4px 4px 0;}

@media screen and (max-width: 800px)
{
.table table {margin-left:-1px; }
.table td {padding:0 2px 0 0; height:50px;}
.table table td:nth-child(2){ display:none;} 
.table table td:nth-child(3){ display:none;} 
.image-table tr {height: 112px; }
.image-table td {min-width: 0px; }
.image-table img {display:none !important;}
}
@media screen and (max-width: 600px)
{
.table td  {max-width:60%:}
.table td {max-width:100px !important;word-wrap:break-word;}
.image-table td {max-width: 320px; word-wrap:break-word; }
}

