﻿body {
    /*    width: 100vw;*/
    margin: 0px 0px 0px 0px;
    background-color: white;
}

.table {
    display: table;
    width: 100%;
    padding: 0px;
    margin: 0px;
}

.row {
    display: table-row;
    padding: 0px;
    margin: 0px;
}

.cell {
    display: table-cell;
    padding: 0px;
    margin: 0px;
    border: solid 1px blue;
}

.tablestay {
    display: table;
    width: 100%;
    padding: 0px;
    margin: 0px;
    /*border : solid 1px green;*/
}

.rowstay {
    display: table-row;
    padding: 0px;
    margin: 0px;
}

.cellstay {
    display: table-cell;
    vertical-align: top;
    padding: 0px;
    margin: 0px;
    border: solid 1px green;
}

.nav {
    background-color: black;
}

.contenteditor {
    width: 100vw;
    height: 800px;
    overflow-y: auto;
    border: solid 1px black;
}

.aligncenter {
    text-align: center;
}

body, tr, td, p, a, h1, h2, h3, h4 {
    font-family: Arial;
}

.fastsite-edit-block {
    display: flex;
    /* margin: auto; */
    align-content: center;
    align-items: stretch;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    /* width: 94vw;*/
    padding-top: 20px;
}

.fastsite-buttons {
    display: none;
}
