@font-face { font-family: finalf; src: url('https://akurosia.de/resources/font/ferrum.otf'); }

html {
    overflow-y: scroll;
}

#submit {
    width: 100%;
    margin-top: 3px;
    margin-bottom: 3px;
    cursor: pointer;
}

#headDiv{
    width: 100%;
    display: table;
    padding-bottom: 3px;
}

#centred{
    width: 100%;
    padding-bottom: 3px;
}

body > div > input {
    width: 80%;
    margin-top: 3px;
    margin-left: 3px;
    margin-bottom: 3px;
}

body > div > x > input {
    margin: 3px
}

body > div > select {
    width: 10%;
    margin-top: 3px;
    margin-bottom: 3px;
}

body > div > button > span {
    font-family: finalf, sans-serif;
}

table {
    border: 3px solid;
    border-collapse: collapse;
}

[id^="table_"], [id^="tbody_"] {
    width: 100%;
    display: table;
    overflow-y: auto;
    overflow-x: auto;
}

table th {
    background-color: dimgrey;
    color: white;
    text-align: center;
    padding-right: 10px;
    padding-left: 10px;
}

table > tbody > tr > td {
    text-align: center;
}

table > tbody > tr > td > select {
    width: 100%;
}


table td{ border-left: 1px solid #000; }
table td:first-child { border-left: none; }
table th{ border-left: 1px solid #000; }
table th:first-child { border-left: none; }

#all,
#obtained,
#missing,
#toggle_obtainable,
#mogstation {
    width: 20%;
    margin-top: 3px;
    margin-bottom: 3px;
    cursor: pointer;
}

/*CODE BELOW IF FOR COLAPSEBALE DIVS*/
/* Style the button that is used to open and close the collapsible content */
.collapsible {
    cursor: pointer;
    padding: 8px;
    width: 100%;
    border: 1px black solid;
    text-align: left;
    outline: none;
    font-size: 25px;
    margin-bottom: 2px
}

.collapsible > span:nth-child(even){
   float: right;
}

/* Style the collapsible content. Note: hidden by default */
.content {
    margin-top: -2px;
    margin-bottom: 2px;
    display: none;
    /* overflow: hidden; */
}

#toogle_btn{
    position: absolute;
    top: -5px;
    right: 10px;
}


.border-gold-metallic {
  box-sizing: border-box;
  border-color: #554121 !important;
  box-shadow:
    inset 0 1px 1px 0 #cfc36e,
    inset 0 0 1px 0 hsla(53,50%,62%,.5),
    0 0 1px 2px rgba(0,0,0,.5),
    0 2px 2px 2px rgba(0,0,0,.5);
  border-radius: 8px;
}

a.border-gold-metallic:hover, a.border-gold-metallic:focus,
button.border-gold-metallic:hover,
button.border-gold-metallic:focus {
  box-sizing: border-box;
  border-color: #554121 !important;
  box-shadow:
    inset 0 1px 1px 0 #cfc36e,
    inset 0 0 1px 0 hsla(53,50%,62%,.5),
    0 0 1px 2px rgba(0,0,0,.5),
    0 2px 2px 2px rgba(0,0,0,.5);
  border-radius: 8px;
}
