h2, .h2 {
    font-size: 14px;
}


h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small {
    font-size: 100%;
}


.navbar-default, .header_view {
    background-color: #015597;
    border-color: #015597;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus, .header_view .navbar-brand:hover, .header_view .navbar-brand:focus {
    color: #ffffff;
    background-color: transparent;
}

.navbar-default .navbar-brand, .header_view .navbar-brand {
    color: #ffffff;
}

.navbar-default .nav > li > a:hover, .navbar-default .nav > li > a:focus, .navbar-default .nav > li > a:active, .header_view .nav > li > a:hover, .header_view .nav > li > a:focus, .header_view .nav > li > a:active {
    color: #ffffff;
    background: transparent;
}

.navbar-default .nav > li > a, .header_view .nav > li > a {
    color: #ffffff;
}

a:hover, a:focus {
    color: #f16724;
    text-decoration: underline;
}

a {
    color: #f16724;
    text-decoration: none;
}

body {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #3e3f3a;
}

.btn-default, .pkp_block.block_make_submission a {
    color: #333;
    background-color: #e7e7e7;
    border-color: #ccc;
}

/* wyrownywanie tekstu na stronie czasopisma */

.description {
	text-align: justify;
}

/* wyrownywanie abstraktu artykułu */

.article-abstract {
	text-align: justify;
}

.panel-default>.panel-heading, .pkp_block .title {
    color: #fff;
    border-bottom: 1px solid #015597;
    background: linear-gradient(135deg, #015597 7%, #015597 3%, #015597 3%, #015597 12%, #015597 54%, #136eb5 85%, #136eb5 120%) !important;
}

.site-name .navbar-brand, .header_section .title {
    color: #fff !important;
    text-shadow: 0px -1px 1px #219dab;
}

footer[role="contentinfo"] {
    background: transparent linear-gradient(180deg,#015597 0%,#136eb5 100%) 0% 0% no-repeat padding-box !important;
    color: #afafaf;
    padding: 25px 0px 0px 0px;
    margin-top: 2px;
    font-size: 0.9em;
    font-family: 'Open Sans', sans-serif;
}