[data-id="customize"]
{
display:none;
}

.docsimage {
    width: 100% !important;    
    height: 100% !important;
} 

/* Makes some things serif */
h1, h2, .ListHeader__header2, .Header__navbar, .KbCategory__topic, .Footer__footerQus {
   font-family: "Georgia", serif; 
  font-weight: bold;
}

.KbDetailLtContainer__articleContent h3 {
  font-weight: 400 !impportant;
}

.KbCategory__topic a {
  color:#141C24;
}

.ContentBox__headerMid a {
    color:#141C24;
}

/* Colours the search bar button */
.commonStyle__zt3BrandBg {
    background-color: #555DF2;
} 
.commonStyle__zt3BrandBg:hover {
    background-color: #555DF2;
} 

/* Navigation */
.Header__tabsTab.Header__active::after {
  display:none;
}
.Header__menuList>li{
  color: inherit;
}


/* Styles the footer */
.Footer__footerBg {
  background-color: #F2F5FB;
}
.Footer__footerQus {
  color: #000;
}
.Footer__footerDescription {
  color: #000; 
}
.Button__footerBtn {
  background-color: #555DF2;
  border-radius: 8px;
}
.Button__footerBtn:hover {
  background-color: #223A89;
}

/* Hides skill lists on tickets because why? */
.ticket_skills{display:none}
.ticket_duedate{display:none}


/* Styles the Manual Categories Widget*/
.ManualCategories, .ManualCategories a {
 color: #000;
}

.ManualCategoryImage {
	width: 40%;
  	margin-bottom:-5%;
}

.ManualCategoryHeader{
	font-family: "Georgia", serif; 
	margin-top: 0;
	font-weight: bold;
} 
.ManualCategoryHeader:hover {
	color: #555DF2;
}

/* Remove shitty icons */
.ContentList__documentIcon, .ListHeader__listIcon2, .ListHeader__listIcon1 {
  display: none;
}
.ContentList__topicContent, .ContentList__subCategory .ContentList__topicContent, .ContentList__subCategory .ContentList__moreOption, .ContentList__topicContent {
  margin-left: 0;
}


