/*
Theme Name: momentum_child
Template: momentum
*/

section table { width: 100%;}
section th, section td  { padding: 10px; }
section th  { background: #f4f4f4; }
 
/*----------------------------------------------------
  .sw_tb
----------------------------------------------------*/
.sw_tb tr  { background:#ffffff!important;margin-bottom:7px; }
.sw_tb th  { width: 30%; text-align: left; }
@media only screen and (max-width:480px){
    .sw_tb { margin: 0 -10px; }
    .sw_tb th,
    .sw_tb td{
    width: 100%;
    display: block;
    border-top: none;
    border-bottom: none!important;
    }