body {
    margin: 0;
    padding: 30px;
    background-color: whitesmoke;
    font-family: Courier;
}

body.preview {
    overflow: hidden;
}

#body {
    box-sizing: border-box;
}

#body[data-theme="sli"] {
    padding: 30px;
    font-family: Courier;
    color: #444;
}

#body[data-theme="sli"] #previewSiteSubTitle {
    text-align: center;
}

#previewSiteHeader {
    margin-bottom: 60px;
}

#previewSiteTitle img {
    max-height: 340px;
}

#previewSiteTitle {
    text-align: center;
    font-size: 3em;
    margin-top: 0;
}
#previewSiteSubTitle{
  text-align:center;  
}
#previewSiteContent {
    width: 900px;
    max-width: 80%;
    margin: auto;    
    word-break: break-word;
}

@media (max-width: 700px) {
    body {
        padding:10px;
    }

    #previewSiteContent {
        max-width: 90%;
        width: 90%;
        margin: auto;
    }
}

.meno [tabc] {
    background-color: #fff;
}

#body {
    position: fixed;
    top: 0;
    left: 100vw;
    width: 100vw;
    height: 100vh;
    padding: 30px;
    transition: 0.4s ease;
    overflow: auto;
}

#body.no-header #previewSiteHeader {
  display:none;
}
body.preview #body {
    left: 0;
}

@media (max-width: 700px) {
    #body {
        padding:10px;
    }
}

#editor textarea {
    width: 100%;
    resize: vertical;
    min-height: 400px;
    outline: none;
    border: none;
    padding: 20px;
    border-radius: 10px;
    color: #333;
    box-sizing: border-box;
}
#editor article[data-limit]::after {
    content: attr(data-char)'/'attr(data-limit);
    margin-top: 10px;
    float: right;
}
#titling textarea {
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid lightgrey;
    resize: none;
    min-height: 100px;
    outline: none;
    padding: 20px;
    border-radius: 10px;
    color: #333;
    box-sizing: border-box;
}

body > section {
    margin: 40px 0;
}

body > section article {
    overflow: hidden;
    max-height: 1000px;
    transition: 0.4s;
}

body > section.closed article {
    max-height: 0px;
}

body > section > h2 {
    position: relative;
    padding: 4px;
    cursor: pointer;
}

body > section > h2:hover {
    background-color: #eee;
}

body > section > h2::before {
    content: "⮝ ";
}

body > section.closed > h2::before {
    content: "⮟ ";
}

#config {
}

#config > article {
    border-radius: 10px;
    background-color: #fff;
}

#config > article > div {
    padding: 20px;
    display: flex;
}

#config > article > div > div {
    flex: 1;
}

#config label {
    display: block;
    margin-bottom: 4px;
}

#config input,#config select, #titling input {
    border-radius: 4px;
    border: 2px solid transparent;
    border-bottom-color: lightgrey;
    outline: none;
    margin-bottom: 20px;
    width: 80%;
}

#titling input[type="checkbox"] {
    width: 1.2em;
    height: 1.2em;
}

#titling article {
    background-color: #fff;
    border-radius: 10px;
}

#titling article > div {
    padding: 20px;
}

#titling input {
    width: 100%;
}

#config input:focus, #config select:focus {
    border-bottom-color: orange;
}

#_font option[value="Courier"] {
    font-family: Courier;
}

#_font option[value="Comic Sans MS"] {
    font-family: "Comic Sans MS";
}

#_font option[value="Calibri"] {
    font-family: Calibri;
}

#_font option[value="Impact"] {
    font-family: Impact;
}

#_font option[value="Verdana"] {
    font-family: Verdana;
}

#_font option[value="Georgia"] {
    font-family: Georgia;
}

#_font option[value="Trebuchet MS"] {
    font-family: "Trebuchet MS";
}

#_font option[value="Times New Roman"] {
    font-family: "Times New Roman";
}

#togglePreview {
    position: fixed;
    top: 10px;
    right: 10px;
    left:auto;
    background-color: silver;
    color: #fff;
    padding: 6px;
    cursor: pointer;
}

#togglePreview:hover {
    color: #000;
}

#togglePreview:active {
    background-color: grey;
}
body.preview #togglePreview{
  right:auto;
  left:10px;
}
  
  
  
  
/* ============================================================= Tabs Style 1 */
/*
  .meno [tc] {
    position: absolute;
    top: 0;
    left: -115px;
}

.meno [tab] {
    border: 1px solid #fff;
    border-radius: 0;
    display: block;
    background-color: #eee;
    width: 100px;
    white-space: break-spaces;
}

.meno [tab=selected] {
    background-color: #fff;
}

.meno [tabs] {
    position: relative;
}
  
  */
  
  
/* ============================================================= Tabs Style 2 */

/*
  .meno [tc] {
    position: fixed;
    top: 20px;
    left: 0px;
}

.meno [tab] {
    border: 1px solid #fff;
    border-radius: 0;
    display: block;
    background-color: #eee;
    max-width:240px;
    white-space: break-spaces;
}

.meno [tab=selected] {
    background-color: #fff;
}

*/
  
  
  
  
  

.meno{
  font-family:inherit;  
}


  
  
  
  
  
