
body.sgl-plugin-page .sgl-row {
    display: flex;
    max-width: 1080px !important;
    width: 100%;
    padding: 1.2em .5em 3em .5em;
    margin: 0px auto;
}

body.sgl-plugin-page{
    font-family: "Lato", sans-serif;	
    line-height: 1.6;
}

body.sgl-plugin-page .page-header{
    display:none;
}

body.sgl-plugin-page a:not([href]):not([tabindex]){
    color: var( --e-global-color-accent );
}

body.sgl-plugin-page h6,
body.sgl-plugin-page th {
letter-spacing: .05em;
text-transform: uppercase;
}

body.sgl-plugin-page #content{
    max-width:100% !important;
    padding:0px;
}

body.sgl-plugin-page h1,
body.sgl-plugin-page h2,
body.sgl-plugin-page h3,
body.sgl-plugin-page h4,
body.sgl-plugin-page h5,
body.sgl-plugin-page h6{
    font-weight: 700;
}

body.sgl-plugin-page table tbody > tr:nth-child(2n+1) > td,
body.sgl-plugin-page table tbody > tr:nth-child(2n+1) > th{
    background:transparent;
}

body.sgl-plugin-page .sgl-header-links .sgl-header-links-account .user-label img{
    vertical-align:middle;
}

body.sgl-plugin-page #myentries-list{
    padding-left:0px;
}

.sgl-plugin-page .sgl-plugin .button, .sgl-plugin-page .sgl-plugin input[type="submit"], .sgl-plugin-page .sgl-plugin input[type="submit"].button, .sgl-plugin-page .sgl-plugin input[type="reset"].button, .sgl-plugin-page .sgl-plugin input[type="button"].button, .sgl-plugin-page .mymodal .button, .sgl-plugin-page .mymodal input[type="submit"], .sgl-plugin-page .mymodal input[type="submit"].button, .sgl-plugin-page .mymodal input[type="reset"].button, .sgl-plugin-page .mymodal input[type="button"].button{
    background-color:	var( --e-global-color-accent ) !important;
}