/*
Theme Name:     PitLarson 
Theme URI:      http://www.PitLarson.com
Author:         Ellyn Larson
Author URI:     http://www.PitLarson.com
Template:       customizr-pro
Description:    Child theme: PitLarson <code>/themes/PitLarson/style.css</code>. 
                Parent theme: Customizr Pro <code>www.presscustomizr.com</code> 
				
*/

/* The @import for Customizr stylesheet and Google fonts
--------------------------------------------------------------
Note on the @import rule: There must be no other CSS rules above the @import rule. 
See the Child themes documentation: http://codex.wordpress.org/Child_Themes. */
    
@import url("../customizr/style.css");

/* Sidebar alignment */
.text-md-right {
    text-align: left !important;
}

/* Body line height */
body {
    line-height: 1.65;
}

/* List line height */
ol li, ul li {
    line-height: 1.5em;
}

/* Table defualts 
   Was padding: 1.25em */
table, th, td {
    padding: .25em !important;
    border: 1px solid #f7f8f9;
}



