 .head {
    color: #ff9933; 
    font-style: italic; 
} 


hr.mydivider {
    border: 1px dashed #666666; opacity: .8;
}


div.btns {
    background-color: #f1f1f1;
    padding: 10px 0 10px 20px;
    margin: 20px 0;
}

.spacer {
    padding: 5px;
}

.mb20 { 
    margin-bottom: 20px !important; 
}

h4.mysubtitle {
    font-size: 1.25rem;
    padding: 20px 0;
}

.mytablepad  td { padding:10px !important;}
.myindent30 {
    padding-left:30px;
}

/* h1 is 2.5rem, h2 is ?rem, h3 is 1.75rem, h4 is 1.25rem */

.greybkg {
    background-color: #F7F7F7 !important;
}