

li.ig-userbar_button.ig-userbar_item.ig-userbar_marketplace.ig-right a {
display: none;
}
.embdscl0 {
display: none;

}
/* If the screen size is 600px wide or less, set the font-size of to 15px */
@media screen and (max-width: 600px) {
  .ig-widget-carousel h2 a {
    font-size: 15px !important;
  }
}

/* Added by Ryan Stevens to enable bolding on links in Blog Articles and Editor 62836 */ 
.ig-widget-wiki.editable a:not(.ig-readmore){
font-weight:bold !important; 
}

.fr-element a{
font-weight:bold !important; 
}

/* Added by Ryan Stevens to workaround scrollbar on Blog Article Widgets in Single column - IGLOO-19704 */ 
.ig-widget-blogarticles .ig-alert, .ig-widget-blogarticles .loadmore, .ig-widget-blogarticles .heading {

  width: 95% !important;
  margin-bottom: 12px !important;

}


/*Article Button Colour Change*/
.mira-button {
background: #091f2c;
border-color: white;
color: white;
}
 
.mira-button:Hover {
background: #ffD700;
border-color: white;
color: #091f2c;
}


/*Tasks Button Change*/
#toggleTasks .collapsible-title {
color: white;
}

.mira-button:Hover .collapsible-title {
color: #091f2c !important;
}

/*Changes the background on the current day in the monthly calendar widget to a darker grey*/
.ig-widget-calendar .ig-widget-layout-calendar table tbody td.today,
.ig-widget-calendar .ig-widget-layout-calendar table tbody td.today:hover {
  background-color: #EFEDEA !important; 
  }

/*Changes the summary background on articles to grey*/  
.ig-post_content_summary {
    background: #EFEDEA !important;

}
/* Support accordions AND tabs together */ 
div.ps-tab.accordion .ig-cpt-title { 
display: inherit !important; 
 }

