#PageMain, #PageFooter { margin-top: 0; }

/* BUTTON LINK BAR */
.se-btn-link-section .editContent {
 display: flex;
 flex-direction: column;
}

.sePage .sePageLayout .se-btn-link-section .btn-link {
 transition: 0.3s ease-in-out;
 width: 100%;
 color: #fff;
 text-decoration: none;
}

.sePage .sePageLayout .se-btn-link-section .btn-link:hover {
 background-color: #335cf3;
 color: #fff;
 text-decoration: none;
}
@media only screen and (min-width: 768px) {
 .se-btn-link-lt-section .editContent,
 .se-btn-link-section .editContent {
 flex-direction: row;
 }

 .sePage .sePageLayout .se-btn-link-lt-section .btn-link,
 .sePage .sePageLayout .se-btn-link-section .btn-link {
 flex: 1 1 auto;
 width: inherit;
 }

 .sePage .sePageLayout .se-btn-link-lt-section .btn-link {
 padding: 2px 20px;
 height: auto !important;
 }

 .sePage .sePageLayout .se-btn-link-lt-section .btn-link:not(:last-child) {
 border-right: 1px solid black;
 border-bottom: 0;
 }