/*
Theme Name: Patent Progress Child Theme
Theme URI: http://themes.bavotasan.com/our-themes/premium-themes/magazine-premium/
Description: A child theme to add functionality for the Resource Center
Author: Matt Levy
Author URI: patentprogress.org
Template: magazine-premium
Version: 1.0
*/

/* import the base styles  */
@import url('../magazine-premium/style.css');

tr.case-summary-row {
  padding: 1em 3% 1em 15%;
  margin: .25em 0; 
  border-top: 1px dotted #c0bebc;
  display: none;
}

.expand-summary {
  background: #c5c2be;
  text-align: center;
  display: inline-block;
  height: 28px;
  width:28px;
  color: #ffffff;
  font-weight: 700;
  line-height: 28px;
  cursor: pointer;
}



