/* decrease content page main title font size */
.pages.show .page-title {
    font-size: 2em;
    font-weight: 200;
    margin: 15px 0;
    color: #666;
}

/* improve threaded discussions */
.replies {
    padding-left: 7px;
    border-left: solid #f2f2f2 16px;
}
      
.discussion-read-state-btn {
    top: 32px;
}
      
div.entry-content {
    padding-left:0px !important;
}
  

/**
// @name        CanvasLMS - Global Custom Navigation
// @namespace   https://github.com/robert-carroll/canvaslms-global-custom-navigation
// @description items only, css for global custom nav
//
**/

/* global custom nav - items */
i.gcn_inst_menu_icon:before {
    font-size: 1.625rem;
  }
  
  i.gcn_inst_rspv_icon {
    color: var(--ic-brand-primary);
  }

