

/**********
SPACE CSS NOV 2019 | Confluence 6.13
***********/ 

/**********
BROKEN LINK HIGHLIGHTER (optional)
***********/ 
.createlink     
{     
  background-color: yellow;     
}
 
/*********
SPACE TOOLS OVERRIDES
*********/
 
#space-tools-body
{ 
width: 980px; 
}
 
.help-panel
{
  display: none;
}
 
#space-tools-tabs
{
  min-width: 900px;
}
 
/**********
Attachments list overrides
***********/ 
#view-attachments .filename-column 
{ 
  width:200px 
}
 
/**********
MAIN
***********/
 
body {
    background: #fff;
}
 
#footer-logo {
    background: #fff;
}
 
body#tinymce.fullsize,
#main
{
  width         : 727px;
  border        : 0;
  padding-left:  50px;
  min-height    : 40em;
 }
 
/**********
IMAGE ROUNDESS
***********/
 
.wiki-content .confluence-content-image-border
{
  border        : 2px solid #EBEBEB;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.confluence-embedded-image
{
  max-width: 600px
}
