@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800&display=swap');
* {
    margin: auto;
    max-width: 1200px;
    font-family: Montserrat, sans-serif;
}

body {
    width: 100%;
    font-size: 13px;
    background-color: #091D34;
    /*color:#747474;
	background-color:#f26621;
	background-color:#eb9626;*/
}

a {
    text-decoration: none;
    color: #98CA32;
    font-weight: 500;
}

a:visited {
    color: #98CA32;
    font-weight: 500;
}

main {
    width: 100%;
    max-width: 1200px;
}

header {
    width: 100%;
    max-width: 1200px;
    height: 10%;
    text-align: center;
    padding: 1% 0 1% 0;
    color: #EBF7D4;
    margin: 20px 0 20px 0;
}

header a {
    font-size: 1.9em;
    font-weight: 800;
    color: #98CA32;
}

header a:visited {
    color: #98CA32;
}

header h3 a {
    font-size: medium;
    font-weight: 800;
    color: #EBF7D4!important;
}

article {
    width: 100%;
    text-align: center;
    display: inline-block;
}

#dysc {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 75%;
}

article section.swide {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 90%;
}

section {
    width: 100%;
    min-height: 250px;
    color: #EBF7D4;
}

.start {
    margin-top: 30px;
}

button {
    width: 15%;
    min-width: 280px;
    height: 75px;
    background-color: #236AB9;
    border: none;
    /*border-radius:7px;*/
    font-size: 1.3em;
    font-weight: 700;
    line-height: 140%;
    padding-left: 3%;
    padding-right: 3%;
    margin: 10px;
}

button:hover {
    cursor: pointer;
}

#buttons {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
    align-items: center;
    align-content: center;
    width: 75%;
}

button.green {
    /*min-width: 38%;*/
    min-width: 270px;
    height: 75px;
    background-color: #98CA32;
    border: none;
}

button.wide {
    width: 60%;
    min-width: 360px;
}

button.widey {
    width: 65%;
    min-width: 360px;
    background-color: #caae32;
    padding: 1em 1.4em 1em 1.4em;
    margin-left: 2%;
    margin-right: 2%;
}

h1 {
    font-size: 1.7em;
    margin: 15px 0 30px 0;
    padding: 10px 0 20px 0;
    color: #EBF7D4;
}

h2 {
    margin: 15px 0 10px 0;
    padding: 10px 0 20px 0;
    text-align: center;
    color: #EBF7D4;
}

h3 {
    color: #EBF7D4;
}

h3.info {
    margin: 15px 0 5px 0;
    /*padding: 5px 0 10px 0;*/
    font-weight: 600;
    color: #EBF7D4;
}

p.link {
    text-align: left;
    margin: 0 0 10px 0;
}

p.back {
    text-align: right;
    margin-bottom: 10px;
}

#overflow {
    overflow-x: auto;
}

table {
    cell-spacing: 0;
    margin: auto;
    width: 100%;
    max-width: 1200px;
    empty-cells: hide;
    border-collapse: collapse;
    text-align: left;
    padding-top: 10px;
    color: #000000;
}

.tableg th {
    background-color: #98CA32;
}

th {
    background-color: #236AB9;
    padding: 5px;
    border-top: 1px solid gray;
    color: #000000;
    font-weight: normal;
    text-align: center;
}

td {
    padding: 2px 4px 2px 4px;
    border-top: 1px solid gray;
    border-bottom: 1px solid gray;
}

.issn {
    width: 62px;
    padding: 2px;
    text-align: center;
    valign: middle;
}

.points {
    text-align: center;
    valign: middle;
}

.search {
    text-align: center;
    margin-top: 40px;
}

.search input {
    font-size: 1.2em;
}

#sbox {
    width: 100%;
    max-width: 400px;
}

.info {
    width: 70%;
    min-width: 200px;
    text-align: left;
    font-size: 1.2em;
    font-weight: 500;
    line-height: 1.7;
    margin: auto;
}

ul {
    list-style-position: outside;
    padding-left: 1em;
}

ul li {
    padding-bottom: 4px;
}

#kody {
    font-weight: 400;
}

.kody ul {
    list-style-type: none;
    padding-left: 0;
}

hr {
    height: 1px;
    border-width: 0;
    background-color: gray;
    margin-bottom: 2%;

}

footer {
    width: 100%;
    margin: 30px 0 10px 0;
    text-align: center;
    font-size: 10px;
    line-height: 140%;
    color: #EBF7D4;
}

footer a {
    font-size: 10px;
    color: #98CA32;
}

a.paginate_button.current {
    color: #333;
}

footer p {
    color: #cccccc;
}

footer p a {
    color: #83906a;
}

div #extrainfo {
    width: 90%;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    border-bottom: 0;
}