.cmp_button, .cmp_form .buttons button, .page_lost_password .buttons button, .page_search .submit button, .block_make_submission a {
    display: inline-block;
    background: #488a93;
    border: 1px solid rgba(0,0,0,0.4);
    border-top-color: #bbb;
    border-radius: 3px;
    box-shadow: inset 0 -1em 1em rgb(0 0 0 / 10%);
    font-size: .93rem;
    line-height: calc(2.143rem - 2px);
    font-weight: 700;
    color: white;
    text-decoration: none;
}

.pkp_site_nav_menu {
    background: #488a93;
}

.pkp_structure_head {
    background-color: #488a93;
    border-bottom: 1px solid #ddd;
}



.block_make_submission a, .obj_galley_link {
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    background: #488a93;
    color: #fff;
    border: none;
    margin: 0px 60px 0px;
}



element.style {
    border-bottom: 0px solid #ffffff;
    text-align: left;
}
.pkp_block .content ul li {
    line-height: 20px;
    padding: 5px 0;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
user agent stylesheet
li {
    display: list-item;
    text-align: -webkit-match-parent;
}
Style Attribute {
    list-style-type: none;
    padding: 0;
    margin: 0;
    background-color: #488a93;
}

.galleys h2, .obj_issue_toc .section h2 {
    position: relative;
    display: inline-block;
    top: auto;
    left: auto;
    padding: 0 0 5px;
    border-bottom: 3px solid #488a93;
    background: transparent;
    text-transform: uppercase;
    font-weight: 700;
}


a {
    color: #488a93;
}

.cmp_notification {
    display: block;
    width: 100%;
    padding: 1.43rem;
    margin-bottom: 2.857rem;
    background: #ddd;
    border-left: .357rem solid #488a93;
    font-size: 1rem;
    line-height: 1.43rem;
}

.obj_issue_toc .section h2 {
    position: relative;
    display: inline-block;
    top: auto;
    left: auto;
    padding: 0 0 5px;
    border-bottom: 3px solid #488a93;
    background: transparent;
    text-transform: uppercase;
    font-weight: 700;
}

.pkp_block .title {
    display: block;
    margin-bottom: .714rem;
    margin-top: 0;
    font-family: 'Open Sans';
    color: rgba(0,0,0,0.54);
    border-bottom: 3px solid #488a93;
    text-transform: uppercase;
    font-weight: bold;
}

.pkp_structure_main h2 {
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
}

.pkp_navigation_primary>li>a {
    margin: .357rem .5em 0;
    padding: .357rem .5em calc(.714rem - 2px);
    border-bottom: 2px solid transparent;
    color: #f1ecec;
    text-transform: uppercase;
    text-decoration: auto;
    font-weight: 550;
}

.pkp_structure_main h2 {
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    text-transform: uppercase;
    color: #488a93;
}

.pkp_nav_list ul a {
    display: block;
    padding-left: .357rem;
    border-left: .357rem solid transparent;
    color: #488a93;
}

.pkp_footer_content {
    padding: 2.143rem;
    text-align: center;
    margin: -30px 0px -200px;
}


.pkp_brand_footer {
    padding: 2.143rem;
    visibility: hidden;
}

.page_search .submit button:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f002";
    /* position: absolute; */
    top: -1px;
    right: 0;
    width: 2.143rem;
    height: 2.143rem;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    line-height: 2.143rem;
    text-align: center;
    /* background: #006798; */
    /* box-shadow: inset 0 -1em 1em rgb(0 0 0 / 20%); */
    color: #fff;
}


.pkp_block {
    font-size: 1rem;
    line-height: 1.43rem;
    padding: 0.5rem;
}

.pkp_structure_main p {
    line-height: 1.785rem;
    margin: 1.43rem 0;
    text-align: justify;
}

body {
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    line-height: 1.43rem;
    color: rgba(0,0,0,0.87);
    background: #fff;
    text-align: justify;
}
