﻿/* fix for new nice.bootstrap.updated.css*/
@media (min-width: 768px) {
    .text-lowercase-unless-phone {
      text-transform: lowercase;
    }    
}

/* topic summary fixes to deal with no more orchard zone-flipping in the html*/
.newupdmessage {
    margin: 1em 1em 0 0;
}
.content-primary.fullwidth {
    width: 100%;
}
