* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    height: 100%;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif;
}

#speedwapp-editor-container {
    height: 100%;
}

#speedwapp-editor-container .sw-editor-buttons {
    position: absolute;
    display: flex;
    margin-left: 20px;
    padding: 0;
    top: 4px;
    right: 4px;
    z-index: 56;
}

#speedwapp-editor-container .sw-editor-buttons a {
    margin-right: 7px;
    height: 30px;
    margin-left: 0;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: middle;
    outline : 0;
    font-size: .875rem;
    font-weight: 400;
    text-align: center;
}

#speedwapp-editor-container .sw-editor-buttons a:focus { outline : 0; }


#speedwapp-editor-container .sw-editor-buttons a.btn-danger {
    color: #fff;
    background-color: #8e1a19!important;
    border-color: #8e1a19!important;
}

#speedwapp-editor-container .sw-editor-buttons a.btn-secondary {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
