
.viewer-element .page-content-front {
    }

@media only screen and (max-width: 930px){
  .account-orders-wrapper table tr th:nth-child(3), .account-orders-wrapper table tr td:nth-child(3), 
  .account-orders-wrapper table tr th:nth-child(4), .account-orders-wrapper table tr td:nth-child(4), 
  .account-orders-wrapper table tr th:nth-child(5), .account-orders-wrapper table tr td:nth-child(5),
  .viewer-element .account .account-orders-wrapper table .account-orders-button{
   		display: none;
	}
    .viewer-element .account .account-orders-wrapper table {
      min-width: auto !important;
    }
}