@import url('https://fonts.googleapis.com/css2?family=Material+Icons&amp;display=swap');

#PageMain {
margin-top: 0;
}

.custom4-1 .editContent {
 width: 100%;
 max-width: 900px;
 margin: auto;
 padding: 0 15px;
}

.no-button .editContent {
 padding-bottom: 11px;
}

ul.bolts {
 list-style: none;
 padding-inline-start: 0;
}

ul.bolts li {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
-webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
}

ul.bolts li:before {
 font-family: "Material Icons";
 font-weight: 400;
 font-style: normal;
 font-size: 20px;
 letter-spacing: normal;
 text-transform: none;
 display: inline-block;
 white-space: nowrap;
 word-wrap: normal;
 direction: ltr;
 text-rendering: optimizeLegibility;
 -webkit-font-smoothing: antialiased;
 line-height: 1.4;
 -webkit-font-feature-settings: "liga";
 font-feature-settings: "liga";
content: "bolt";
}