#editor {
    display: grid;
    grid-template-columns: 200px auto;
    margin: 0;
    height: 100%;
    user-select: none;
}

#editor input {
    user-select: auto;
}

#editor #inspector {
    user-select: text;
}

*, *:before, *:after {
    box-sizing: border-box;
    letter-spacing: normal;
}

#blocks summary {
    display: list-item;
    cursor: pointer;
}

h1, h2, h3, h4 {
    font-weight: 100;
}

a {
    color: #1f8dd6;
}

button {
    cursor: pointer;
}

.main-menu {
    text-align: right;
}

.pure-menu-heading {
    float: left;
}

nav {
    background: #2d3e50;
    min-height: 3rem;
}

nav .pure-menu-heading {
    color: white;
    clear: both;
}

nav .pure-menu-selected a {
    color: white !important;
}

nav .pure-menu-link {
    color: #6FBEF3;
}

.pure-menu-has-children {
    line-height: 0;
}

nav li .pure-menu-link:hover,
nav li .pure-menu-link:focus {
    background: none;
    border: none;
    color: #AECFE5;
}

.profile-menu-item img {
    height: 3rem;
    border: 2px solid #2d3e50;
}

.pure-menu-horizontal ul.pure-menu-children {
    position: fixed;
    right: 0;
    left: auto;
    padding-bottom: 0.3em;
    background: #2d3e50;
}

.pure-menu-allow-hover li {
    height: 1.5em;
    padding: 0.3em;
    background: #2d3e50;
    text-align: right;
}

form.pure-menu-form {
    padding: 0;
    text-align: center;
}

.pure-menu-form button {
    background:none!important;
    color:inherit;
    border:none; 
    font: inherit;
    /*border is optional*/
    cursor: pointer;
    padding: 0.5em;
}

noscript {
    display: block;
    margin: 2em auto;
    text-align: center;
}


* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*
 * -- BASE STYLES --
 * Most of these are inherited from Base, but I want to change a few.
 */
body {
    line-height: 1.5;
    color: #141515;
    background: white;
}

h1,
h2,
h3,
h4,
h5,
h6,
label {
    color: #34495e;
}

.pure-img-responsive {
    max-width: 100%;
    height: auto;
}

/*
 * -- LAYOUT STYLES --
 * These are some useful classes which I will need
 */
.l-box {
    padding: 1em;
}

.l-box-lrg {
    padding: 2em;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.is-center {
    text-align: center;
}



/*
 * -- PURE FORM STYLES --
 * Style the form inputs and labels
 */
.pure-form label {
    margin: 1em 0 0;
    font-weight: bold;
    font-size: 100%;
}


/*
 * -- PURE BUTTON STYLES --
 * I want my pure-button elements to look a little different
 */
.pure-button {
    background-color: #1f8dd6;
    color: white;
    padding: 0.5em 2em;
    border-radius: 5px;
}

a.pure-button-primary {
    background: white;
    color: #1f8dd6;
    border-radius: 5px;
    font-size: 120%;
}


/*
 * -- MENU STYLES --
 * I want to customize how my .pure-menu looks at the top of the page
 */

.home-menu {
    padding: 0.5em;
    text-align: center;
    box-shadow: 0 1px 1px rgba(0,0,0, 0.10);
}
.home-menu {
    background: #2d3e50;
}
.pure-menu.pure-menu-fixed {
    /* Fixed menus normally have a border at the bottom. */
    border-bottom: none;
    /* I need a higher z-index here because of the scroll-over effect. */
    z-index: 4;
}

.home-menu .pure-menu-heading {
    color: white;
    font-weight: 400;
    font-size: 120%;
}


/*
 * -- SPLASH STYLES --
 * This is the blue top section that appears on the page.
 */

.splash-container {
    background: #1f8dd6;
    background: linear-gradient(190deg, rgb(5, 101, 164) 0%, rgb(38, 128, 187) 12%, rgb(25, 162, 189) 100%);
    z-index: 1;
    overflow: hidden;
    /* The following styles are required for the "scroll-over" effect */
    width: 100%;
    height: 94%;
    top: 0;
    left: 0;
    position: fixed !important;
}

.splash {
    /* absolute center .splash within .splash-container */
    width: 80%;
    height: 50%;
    margin: auto;
    position: absolute;
    top: 100px; left: 0; bottom: 0; right: 0;
    text-align: center;
    text-transform: uppercase;
}

/* This is the main heading that appears on the blue section */
.splash-head {
    font-size: 1.3rem;
    font-weight: bold;
    color: white;
    border: 3px solid white;
    padding: 1em 1.6em;
    font-weight: 100;
    border-radius: 5px;
    line-height: 1em;
    text-wrap: balance;
}

/* This is the subheading that appears on the blue section */
.splash-subhead {
    color: white;
    letter-spacing: 0.05em;
    opacity: 0.8;
}

/*
 * -- CONTENT STYLES --
 * This represents the content area (everything below the blue section)
 */
.content-wrapper {
    /* These styles are required for the "scroll-over" effect */
    position: absolute;
    top: 93%;
    width: 100%;
    min-height: 12%;
    z-index: 2;
    background: white;

}

/* We want to give the content area some more padding */
.content {
    padding: 1em 1em 3em;
    max-width: 1200px;
    margin: auto;
}

/* This is the class used for the main content headers (<h2>) */
.content-head {
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin: 2em 0 1em;
}

/* This is a modifier class used when the content-head is inside a ribbon */
.content-head-ribbon {
    color: white;
}

/* This is the class used for the content sub-headers (<h3>) */
.content-subhead {
    color: #1679bb;
}
    .content-subhead i {
        margin-right: 7px;
    }

/* This is the class used for the dark-background areas. */
.ribbon {
    background: #2d3e50;
    color: #aaa;
}

.ribbon .explanation {
    max-width: 800px;
}

.content-wrapper img {
    border: 2px solid #1c1d1e;
}


#sib-form {
    text-align: left;
}

#sib-form button {
    margin-top: 0.5rem;
    
}

#sib-form .pure-control-group label {
    width: inherit;
}

/*
 * -- TABLET (AND UP) MEDIA QUERIES --
 * On tablets and other medium-sized devices, we want to customize some
 * of the mobile styles.
 */
@media (min-width: 48em) {

    /* We increase the body font size */
    body {
        font-size: 1rem;
    }

    /* We can align the menu header to the left, but float the
    menu items to the right. */
    .home-menu {
        text-align: right;
    }
    /* We increase the height of the splash-container */
/*    .splash-container {
        height: 500px;
    }*/

    /* We decrease the width of the .splash, since we have more width
    to work with */
    .splash {
        width: 50%;
        height: 50%;
    }

    .splash-head {
        font-size: 250%;
    }


    /* We remove the border-separator assigned to .l-box-lrg */
    .l-box-lrg {
        border: none;
    }

}

/*
 * -- DESKTOP (AND UP) MEDIA QUERIES --
 * On desktops and other large devices, we want to over-ride some
 * of the mobile and tablet styles.
 */
@media (min-width: 78em) {
    /* We increase the header font size even more */
    .splash-head {
        font-size: 300%;
    }
}

#login {
    margin: auto auto;
    width: 500px;
    background: white;
    padding: 1em;
    border: 2px solid black;
    border-radius: 3px;
    margin-top: 10rem;
}

#program {
    display: inline-block;
    width: 100%;
    height: 100%;
    height: calc(100% - 3rem);
    position: absolute;
    background-image: linear-gradient( 135deg, #4782A8 0%, #002661 100%)
}

#blocks {
    background: white;
    width: 200px;
    display: inline-block;
    z-index: 2;
    position: absolute;
    height: 100%;
    height: calc(100% - 3rem);
    overflow: auto;
    padding-top: .3rem;
}

#blocks h2 {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
    margin-top: 1rem;
    margin-bottom: 0;
    margin-left: 0.3rem;
    margin-right: 0.3rem;
    background: #377b91;
    color: #fdfdfd;
    text-align: center;
    font-size: 1rem;
    font-weight: 400;
    border: 1px solid #041D24;
    border-bottom: none;
}

.vex.vex-theme-wireframe .vex-content {
    width: 500px !important;
}

#blocks ol {
    list-style-type: none;
    padding-left: 0.2rem;
    text-align: left;
    margin-top: 0.1rem;
    margin-bottom: 0.3rem;
}

#blocks li {
    display: flex;
    gap: 0.3rem;
}

#save, #new, #outputFeed button {
    margin-left: 0.3rem;
    border: 1px solid #c2cad3;
    box-shadow: 2px 2px 4px #c1cdd7;
}

#save:active, #new:active, #outputFeed button:active {
    box-shadow: none;
}

#save {
    display: inline-block;    
}

#save i {
    width: 1em;
    transition: all 0.5s ease;
}

.blockDragger {
    border: 1px solid #9cbfd0;
    border-radius: 3px;
    color: #2d3e50;
    width: 8em;
    margin-top: 0.1em;
    margin-bottom: 0.1em;
    cursor: grab;
    background-color: white;
    display: inline-flex;
    align-items: stretch;
}
.blockDragger:hover {
    background: #E5E5E5;
}

.blockDragger:before {
    content: '⁞⁞';
    width: 1em;
    letter-spacing: 0em;
    color: white;
    display:inline-block;
    background-color: #377b91;
    padding-left: 0.15rem;
    padding-right: 0.1rem;
    margin-right: 0.1rem;
    padding-top: 0.1rem;
}

#dataBlocks .blockDragger:before {
    background-color: #4B814B;
}

.info, #pipes .delete, .tagremove, .tagadd, .edit, .descedit {
    background: 0;
    border: none;
    width: 1em;
    padding-left: 0.1em;
    padding-right: 0;
}

#pipes .delete {
    color: white;
    cursor: pointer;
}

.tagremove {
    vertical-align: baseline;
    padding-left: 0;
    margin-left: 0.3em;
}

.tagremove:hover i {
    color: crimson;
}

.tagadd:hover{
    color: #1f8dd6;
}

.public .title {
    left: -1em;
    cursor: default;
}

.info {
    cursor: help;
}

.info .fa {
    vertical-align: text-top;
}

.removeZone#blocks:before {
    content: "🗑";
    color: grey;
    font-size: 40px;
    padding-left: 80px;
    padding-top: 25%;
    display: block;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    width: 200px;
    background: white;
    border: 2px dashed grey;
    z-index: 100;
}

.removeZone#blocks:hover:before {
    background: #F3F3C0;
}

.hidden {
    display: none;
    visibility: hidden;
}

#pipes ol {
    list-style-type: none;
    text-align: left;
    margin: auto;
    padding-left: 0;
    padding-bottom: 2em;
    padding-top: 2em;
}

#pipes.public ol {
    padding-bottom: 0;
    padding-top: 0;
}

.pagination {
    margin: auto;
    padding-bottom: 0.5em;
    padding-top: 0.5em;
}

.pagination a {
    border: 1px solid #d1d1d1;
    text-decoration: none;
    padding: 0.2em;
}

.pagination a:hover {
    background: #eee;
}

.pagination a.current {
    background: #eee;
}

#pipes li {
    display: inline-block;
    text-align: left;
    margin-right: 1em;
    padding-bottom: 1em;
    vertical-align: text-top;
}

#pipes dt {
    display: none;
}

#pipes dd:nth-child(2), #pipes.public .own_pipe dd:nth-child(2) {
    text-align: center;
    background: #ef5555;
    color: white;
    border-radius: 3px 3px 0 0;
    display: flex;
    justify-content: space-between;
    padding: 0 0.3em;
}

#pipes.public dd:nth-child(2) {
    background: #1f8dd6;
}

#pipes dd {
    width: 304px;
    margin-left: 0;
    text-align: left;
}

.preview {
    border: 2px solid black;
    border-radius: 0 0 3px 3px;
    background: #f0f0f0;
}

.title {
    cursor: pointer;
}

#docs nav {
    text-align: center;
    overflow-y: auto;
}

#docs .pure-menu-link {
    padding-top: 0.2em;
    padding-bottom: 0.2em;
}

.pure-menu-list {
    clear: both;
}

@media screen and (min-width: 48em) {
    #docs {
        padding-left: 20%;
    }

    #docs nav {
        top: 0;
        bottom: 0;
        position: fixed;
        margin-left: -20%;
        text-align: left;
    }
}

#docs .content {
    padding-left: 1em;
    padding-right: 1em;
    margin: auto;
    hyphens: auto;
}

#docs img {
    padding: 1px;
    border: 1px solid #021a40;
    background-color: #f0f1f2;
}

#docs .content section {
    max-width: 50rem;
    margin-left: auto;
    margin-right: auto;
}

#docs h1, #docs h2, #docs h3 {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 50rem;
    
}

#docs h1 {
    text-align: center;
}

#docs h2 {
    margin-top: 3em;
    margin-bottom: 1em;
}

#docs h3 {
    margin-top: 3em;
    margin-bottom: 1em;
}


#docs h2 + section > h3 {
    margin-top: 2em;
}

button.inspect {
    padding: 0.2em;
    font-size: 0.8em
}

#inspector {
    border: 2px solid white;
    background: #4D4D4D;
    position: absolute;
    display: none;
    color: white;
    width: 600px;
}

#log {
    margin: 0;
    font-size: 0.9em;
    display: block;
    position: relative;
    overflow: auto;
    height: 400px;
    width: 596px;
    word-wrap: break-word;
    white-space: pre-wrap;
    line-height: 1.2;
}

#inspectorClose {
    color: white;
    background: rgb(202, 60, 60);
}

#log button {
    border: 0;
    background: 0;
    height: 1em;
}

.Utility {
		color: white;
}	
.NodeName {
	font-weight: bold;
	color: #00FF66;	
}
.AttributeName 
{
	font-weight:bold;
	color: white;
}
.AttributeValue
{
	color: #ea0000;;
}
.NodeValue
{
	color: white;
    margin-bottom: 0.2em;
}
.Element {
	border-left: 1px solid #5D5D5D;
	padding-top: 0px;
}
.Clickable {	
	font-weight: 900;
	font-size: large;
}

#scrollSignal {
    height: 2rem;
    color: #bbd1e4;
    margin: auto;
    position: absolute;
    bottom: 2%;
    left: 0;
    right: 0;
}

.settings_notification {
    display: none;
    padding: 0.3em;
    margin: 0.5em;
    border-radius: 3px;
    color: #fff;
}

.settings_notification:target {
    display: block;
}

.notification_error {
    background: #ea3939;
}

.notification_success {
    background: #35bc35;
}

#settings aside, #pipe aside {
    background: #52a2de;
    padding: 0.3em;
    border-radius: 3px;
    color: white;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
}

#dangerSettings {
    border: 1px solid #efc2b0;
    margin-top: 2em;
    margin-bottom: 2em;
    padding: 0.5em;
}

.likes {
    float: left;
    margin-left: 0.3em;
    white-space: nowrap;
}

.likes svg:hover {
    color: #F34E4E;
    cursor: pointer;
}

.likes svg.filled {
    color: #F34E4E;
}

.own_pipe .likes svg.filled {
    color: white;
}


.own_pipe .likes svg:hover {
    color: white;
    pointer-events: none;
    cursor: default;
}

.tag {
  background: #eee;
  border-radius: 3px 0 0 3px;
  color: #151515;
  display: inline-block;
  height: 26px;
  line-height: 26px;
  padding: 0 20px 0 23px;
  position: relative;
  text-decoration: none;
  margin-bottom: 0.2em;
  margin-right: 0.1em;
  -webkit-transition: color 0.2s;
  font-size: 0.9em;
  display: inline-flex;
  align-items: center;
  gap: 0.1em;
}

.tag::before {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
  content: '';
  height: 6px;
  left: 10px;
  position: absolute;
  width: 6px;
  top: 10px;
}

.tag::after {
  background: #fff;
  border-bottom: 13px solid transparent;
  border-left: 10px solid #eee;
  border-top: 13px solid transparent;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
}

a:focus .tag {
    background: crimson;
}

 a:focus .tag::after {
    border-left-color: crimson;
}

#tagsearch {
    margin-top: 1em;
}
#tagsearch button {
    vertical-align: baseline;
}

.feather {
    height: 1em;
    width: 1em;
    vertical-align: text-top;
}


/*
 * -- BANNER --
 * The top banner with the headings. By using a combination
 * of `display: table;` and `display: table-cell;`, we can
 * vertically center the text.
 */

.banner {
    background: linear-gradient(
      rgba(31, 141, 214, 0.45), 
      rgba(31, 141, 214, 0.45)
    ), url('/business_tiny.jpg') 0 3rem no-repeat fixed;
    text-align: center;
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/business_tiny.jpg', sizingMethod='scale');
    height: 200px;
    width: 100%;
    margin-bottom: 3em;
    display: table;
}

.banner-head {
    display: table-cell;
    vertical-align: middle;
    margin-bottom: 0;
    font-size: 2em;
    color: white;
    font-weight: 500;
    text-shadow: 0 1px 1px black;
}

.banner h1 {
    line-height: 1.4;
    text-shadow: 3px 3px 0px #000;
}

/*
 * -- PRICING TABLE WRAPPER --
 * This element wraps up all the pricing table elements
 */
 .pricing-tables,
 .information {
    max-width: 1200px;
    margin: 3em auto;
 }
.pricing-tables {
    margin-bottom: 3.125em;
    text-align: center;
}

/*
 * -- PRICING TABLE  --
 * Every pricing table has the .pricing-table class
 */
.pricing-table {
    border: 1px solid #ddd;
    margin: 0 0 2em;
}

/*
 * -- PRICING TABLE HEADER COLORS --
 * Choose a different color based on the type of pricing table.
 */
.pricing-table-free .pricing-table-header, .pricing-table-free .pricing-table-header h2, .pricing-table-free .pricing-table-header span {
    background: transparent;
    color: #1A1A1A;
}

.pricing-table-supporter .pricing-table-header {
    background: #48ab24;
}

.pricing-table-regular .pricing-table-header {
    background: #6FBEF3;
}

.pricing-table-pro .pricing-table-header {
    background: #FA522B;
}

/*
 * -- PRICING TABLE HEADER --
 * By default, a header is black/white, and has some styles for its <h2> name.
 */
.pricing-table-header {
    background: #111;
    color: #fff;
    line-height: initial;
}
.pricing-table-header h2 {
    margin: 0;
    padding-top: 2em;
    font-size: 1em;
    font-weight: normal;
    color: white;
    letter-spacing: 0.25em;
    text-transform: uppercase;
}


/*
 * -- PRICING TABLE PRICE --
 * Styles for the price and the corresponding <span>per month</span>
 */
.pricing-table-price {
    font-size: 4em;
    margin: 0.2em 0 0;
    font-weight: 100;
}
.pricing-table-price span {
    display: block;
    text-transform: uppercase;
    font-size: 0.2em;
    padding-bottom: 2em;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.5);
}

/*
 * -- PRICING TABLE LIST --
 * Each pricing table has a <ul> which is denoted by the .pricing-table-list class
 */
.pricing-table-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
}


/*
 * -- PRICING TABLE LIST ELEMENTS --
 * Styles for the individual list elements within each pricing table
 */
.pricing-table-list li {
    padding: 0.8em 0;
    background: #f7f7f7;
    border-bottom: 1px solid #e7e7e7;
}

.button-choose-wrapper {
    height: 5em;
}

.button-choose {
    margin-top: 1.5em;
}

.pricing-table {
    margin: auto;
}

#overlay {
    position: fixed;  
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); 
    z-index: 2000;
}

#overlayclose {
    position: fixed;
    right: 0;
}

.extractorui {
    line-height: 80%;
    vertical-align: text-top;
}

#overlay iframe, #gallery {
    height: 90%;
    width: 90%;
    margin: auto;
    margin-top: 2em;
    display: block;
}

#gallery {
    background: white;
    padding: 1em;
}

#gallery ol {
    list-style-type: none;
    display: grid;
    grid-gap: 1em;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr) );
}

#gallery img {
    max-width: 300px;
    height: auto;
}

.overlayerror {
    display: inline-block;
    margin: auto;
    background: white;
    padding: 2em;
    border: 1px solid red;
}

#selectorForm {
    padding-top: 2em;
    text-align: center;
}

/*
 * Feed preview styles
 * */

#feedpreview {
    padding: 1em;
}

/*
 * -- TABLET MEDIA QUERIES --
 * On tablets, we want to slightly adjust the size of the banner
 * text and add some vertical space between the various pricing tables
 */
@media(min-width: 767px) {

    .banner-head {
        font-size: 4em;
    }
    .pricing-table {
        margin-bottom: 0;
    }

}

/*
 * -- PHONE MEDIA QUERIES --
 * On phones, we want to reduce the height and font-size of the banner further
 */
@media (min-width: 480px) {
    .banner {
        height: 600px;
    }
    .banner-head {
        font-size: 3em;
    }
}

#home section {
    margin: auto;
    text-align: center;
    padding: 1em;
    margin-top: 2em;
    background: #f7fafc;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 1px solid #bababa33;
}

#home section.second {
    border-left: none;
}

#dashboard_new {
    margin-top: 2em;
    text-align: center;
    font-size: 1.3em;
    margin-bottom: 1em;
}

hr {
    border-color: #bababa33;
}

#pipefeed_form label {
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0.5em;
}

#pipefeed_form label input {
    display: block;
}

#pipefeed_form button {
    margin-top: 0.5em;
}

#pipe h2, #pipe .preview {
    margin-top: 2rem;
}

#pipe .preview {
    border-radius: 3px;
    width: 100%;
}

#pipe .pipe-content {
    padding: 1em;
    padding-top: 0;
    border-left: 1px solid #bababa33;
}

#pipe .preview-content {
    padding: 1em;
    padding-top: 0;
}

#pipe footer {
    margin-top: 2em;
    background: #f7fafc;
    padding: 0.5em;
    border: 1px solid #bababa33;
}

.vex-dialog-message input[name="login_hint"] {
    max-width: 60%;
}

.vex-dialog-message .pure-button-primary {
    max-width: 40%;
    vertical-align: baseline;
}

#undo {
    font-size: 0.8rem;
    z-index: 1000;
    border: 2px solid #98bbf8;
    background: white;
    position: absolute;
    left: 50%;
    padding: 0.5em;
    display: none;
    opacity: 0;
    transition: all 0.5s ease;
}

#undo span {
    font-style: italic;
    font-size: 0.8em;
}


#undo.show {
    opacity: 1;
}

#undo.showBlock {
    display: block;
}

#cycle_switcher {
    max-width: 980px;
    margin: auto;
    text-align: right;
    display: block;
}

#blocks .details-tab {
    order: 0;
    cursor: pointer;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.2rem;
    margin-bottom: 0.4rem;
    margin-right: 0.3rem;
    margin-left: 0.3rem;
}

#blocks.details-tab:hover, #blocks .details-tab:focus {
    border-color: #fff;
}

#blocks .details-tab::-details-marker {
    display: none;
}

#blocks .details-tabs {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 190px;
    justify-content: center;
    margin-left: 0.3rem;
    border: 1px solid #90B6C2;
    background: #f0f1f2;
}

#blocks .tab-control:not(.pure-button-active) {
    border: 1px solid #c2cad3;
    box-shadow: 2px 2px 8px #c1cdd7;
}

#blocks .details-tab .pure-button-active {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25) inset,0 0 6px rgba(46, 56, 72, 0.35) inset;
}

#blocks .details-content {
    order: 1;
    padding-left: 0.1rem;
    width: 100%;
    background: #f0f1f2;
}

#blocks .details-item {
    display: contents;
}

@supports selector(::details-content) {
    .details-item[open]::details-content {
        display: contents;
    }
}

footer {
    text-align: center;
    border-top: 1px solid #c6c8ce;
}