img {
  display: block;
	max-width: 100%;
	height: auto;
	border: 1px solid grey; 
	margin-bottom: 10px;
	border-radius: 6px;	
	img-fit: scale-down;
}

table.category {
  width: 100%;
  background: rgba(0, 0, 0, 0.7) !important;
  padding: 10px !important;
  color: #fff !important;
  thead,
  tbody {
    > tr {
      border: 1px solid #f2f2f2;
	  background: rgba(0, 0, 0, 0.7) !important;
  padding: 10px !important;
  color: #fff !important;
      th,
      td {
        padding: 10px;
		background: rgba(0, 0, 0, 0.7) !important;
  padding: 10px !important;
  color: #fff !important;
      }
    }
  }
}
#sp-main-body {
  padding: 20px 0;
}
