/*
 Theme Name:   Parabola Child
 Theme URI:    /home/organict/public_html/wp/wp-content/themes/parabola-child/
 Description:  Parabola Child Theme
 Author:       Bryan Wakefield
 Author URI:   n/a
 Template:     parabola
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  parabola-child
*/

.now-playing-grid [class*="span"] {
  background-color: #eee;
  text-align: center;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  min-height: 20px;
  line-height: 20px;
  border: 2px solid #ccc;
  margin-top: 0px;
  margin-bottom: 20px;
}
.now-playing-grid [class*="span"]:hover {
  background-color: #ddd;
}
.now-playing-grid [class*="span"] [class*="span"] {
  background-color: #ccc;
}
.now-playing-title {
  font-weight: 600;
  font-size: 1.3em;
  line-height: 2em;
}