

#CategoryTable {
border: 1px solid rgb(0,0,0);
width: 100%;
margin: 0px;
border-collapse: collapse;
}
#CategoryTable th {
text-align: center;
font-size: 16px;
padding: 5px;
border: 1px solid rgb(0,0,0);
cursor: pointer;
cursor: hand;
}
#CategoryTable tbody > tr {
height: 131px;
}
#CategoryTable td {
text-align: center;
padding: 5px;
border: 1px solid rgb(0,0,0);
}
#CategoryTable th:nth-of-type(1) {
width: 70%;
}
#CategoryTable th:nth-of-type(2) {
width: 15%;
}
#CategoryTable th:nth-of-type(3) {
width: 15%;
}
#CategoryTable p {
margin: 0px;
}
#CategoryTable form {
margin: 12px 0px;
}
@media (max-width: 991px) {
  #CategoryTable th:nth-of-type(1) {
  width: 50%;
  }
  #CategoryTable th:nth-of-type(2) {
  width: 25%;
  }
  #CategoryTable th:nth-of-type(3) {
  width: 25%;
  }
  .CatLngItmDesc {
  display: none;
  }
}
.CatItmDesc {
display: table-cell;
vertical-align: middle;
width: 100%;
}
.CatItmDesc p {
text-align: left;
}
.CatImgTn {
  display: none;
  vertical-align: middle;
  padding-left: 10px;
}
.CatImgTn div {
  position: relative;
  width: 120px;
  height: 120px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.CatImgTn span {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

@media (min-width: 500px) {
  .CatImgTn {
  display: table-cell;
  }
}



.CatDesc {
margin-top: 20px;
}
.CatDesc img {
max-width: 100%;
}

@media (max-width: 499px) {
  #CategoryTable th:nth-of-type(1) {
  width: 70%;
  }
  #CategoryTable th:nth-of-type(2), td:nth-of-type(2) {
  display: none;
  }
  #CategoryTable th:nth-of-type(3) {
  width: 30%;
  }
}

