

                /*Default font for space*/  
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');  
body {  
    font-family: 'Roboto', sans-serif;  
    font-size: 16px;  
    line-height: 1.42857142857143;  
}  

<style type="text/css">
#content.edit
{ display: table-cell; }
#forgot-password {
    display:none;
}

.wiki-content img.confluence-embedded-image, .wiki-content img.editor-inline-macro, .wiki-content table.wysiwyg-macro {
 cursor: pointer !important;
}


#learning-link span {
  visibility: hidden;
}

#learning-link span:after {
  content: 'Learning Center';  
  visibility: visible;
  margin-left: -53px;
}

#learning-header h1 {
  visibility: hidden;
}

#learning-header:after {
  content: 'Paradigm Learning Center';
  visibility: visible;
  font-size: 28px;
  line-height: 1.25;
  font-weight: 500;
  float: left;
}

#learning-page-content .greybox {
  margin-top: 1rem;
}

#learning-page-content .course-wrapper {
  height: unset;
}

#learning-page-content .course-texts {
  min-height: 13rem;
}

.wiki-content ul li { list-style: disc; } 
.wiki-content ul li li { list-style: circle; } 
.wiki-content ul li li li { list-style: square; } 
.wiki-content ul li li li li { list-style: disc; } 
.wiki-content ul li li li li li { list-style: circle; } 
.wiki-content ul li li li li li li { list-style: square; } 
   
/* This prevents TOCs from having both numbering and bullets */ 
   
.toc-macro ul li { list-style: none; } 
.toc-macro ul li li { list-style: none; } 
.toc-macro ul li li li { list-style: none; } 
.toc-macro ul li li li li { list-style: none; } 
.toc-macro ul li li li li li { list-style: none; } 
.toc-macro ul li li li li li li { list-style: none; }

</style>
