/* Start custom CSS */#pmpro_account h4,.woocommerce-MyAccount-content .my-subs-cl,.pmpro-has-access h4{
 display:block;
}
table thead th{
  text-transform: capitalize;
}

@media only screen and (min-width:280px) and (max-width:667px){

.pmpro-has-access table{
    width: 100%;
    display: inline-block;
    overflow-x:auto;
}
.pmpro-has-access table::-webkit-scrollbar {
  height: 8px; 
  width:8px;
}
.pmpro-has-access table::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(116, 116, 116,0.9);  

}
.pmpro-has-access table::-webkit-scrollbar-thumb {
  background: #031b95; 
   border-radius: 10px;
}

}/* End custom CSS */