::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #eee;
    opacity: 0.8; 
  }
  
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #eee;
    opacity: 0.8; 
  }
  
  ::-ms-input-placeholder { /* Microsoft Edge */
    color: #eee;
    opacity: 0.8; 
  }


  html {
    scroll-behavior: smooth;
}

* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    box-sizing: border-box;
}

::-moz-selection { 
    background: #4d4e50; 
    color: #fff;
}

::selection { 
    background: #4d4e50;
    color: #fff;
}

:focus {
    outline: none;
}

body,
input,
button {
    background: #ffffff;
    color: #4d4e50;
    font: 17px "bricolage-grotesque", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

strong {
    font-weight: 200;
    color: #111;
}

strong a {
    
}

h2 {
    font: 30px "bricolage-grotesque", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #333;
    margin: 10px 0 10px;
    line-height: 1;
}

h3 {
    font-size: 23px;
    font-weight: 400;
    color: #333;
    margin: 0 0 20px 0;
}

a {
    color: #2f2c40;
    display: inline-block;
}

header {
    width: 90%;
    max-width: 90%;
    margin: 0px 2% 30px;
}

hgroup a {
    border-bottom: 1px solid #333;
}

main {
    width: 90%;
    max-width: 90%;
    overflow: hidden;
    margin: 30px auto 30px; 
}

aside {
    margin: 0 0 30px 0;
}

aside.gap {
    margin: 0 2% 30px;
}

table {
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: inherit;
}

table img {
    width: 20px;
    height: 20px;
    background-size: 20px;
    margin: 0px auto;
    display: block;
}

table tr:hover {
    background: #fff6e3;
    transition: all 0.3s ease-in;
}

table tr th {
    font-weight: normal;
    text-align: center;
    padding: 5px 10px;
    color: #333;
    font-weight: 700;
}

table tr {
    border-bottom: 1px solid #eee;
}

table tr td {
    padding: 5px 10px;
    text-align: center;
}

table tr th {
    text-align: center
}

table tr th:nth-child(1) {
    text-align: left;
}

table tbody tr td {
    text-align: left;
}

table td,
table th {
    width: inherit;
    display: table-cell;
}

table tr th:nth-child(2),
table tr td:nth-child(2) {
    text-align: center;
}

ul.inline {
    overflow: hidden;
}

ul.inline > li {
    width: 48%;
    float: left;
    margin: 0 1%;
}

.highlighted {
    color: #D06862;
    color: #2f2c40;
    border-bottom: 2px solid #FFBF00;
}

.normal {
    border-bottom: 2px solid #fff;
}

ol li {
    margin: 0 0 2px 0;
    list-style: decimal-leading-zero;
    line-height: 1.4;
    list-style-position: inside;
    color: #999;
}

ul li {
    color: #999;
}

input[type="submit"] {
    border-radius: 0px;
    display: block;
    max-width: 300px;
    -webkit-appearance: none;
    text-align: center;
    border: 4px double #fff;
    width: 300px;
    height: 40px;
    background: #c2ac63;
    color: #fff
}

input[type="submit"]:hover {
    opacity: 0.8;
    cursor: pointer;
}

a.house {
    display: block;
    background: url('svg/home-dark.svg') no-repeat;
    background-size: 30px;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    position: absolute;
    top: 10px;
    left: 10px;
}

a.reset,
input[type="submit"].reset {
    background: url('svg/reset.svg') center;
    background-size: 30px 30px;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    border: 0;
    position: absolute;
    top: 10px;
    right: 10px;
}

input[type="radio"] {
    position: relative;
    z-index: 9999;
    top: 2px;
    margin: 0 5px 0 0;
    opacity: 0;
    width: 0;
}

input[type="radio"] {
    display: inline-block;
}

#matchContainer1 button,
#matchContainer button,
label {
    background: url('svg/radio-off.svg') no-repeat center left 8px;
    background-size: 14px;
    letter-spacing: 0px;
    background-color: transparent;
    color: #4d4e50;
    font-size: 14px;
    float: left;
    cursor: pointer;
    transition: all .3s;
    padding: 8px 13px 9px;
    border: 1px solid #999;
    display: inline-block;
    margin: 5px;
    border-radius: 10px;
    text-align: left;
    text-indent: 9px;
    line-height: 1.2;
}

#matchContainer button,
#matchContainer1 button {
    text-indent: 17px;
}

#matchContainer button:hover,
#matchContainer button:focus,
#matchContainer1 button:hover,
#matchContainer1 button:focus,
label:hover,
label:focus,
input[type="radio"]:checked + label {
    background: url('svg/radio-on.svg') no-repeat center left 8px;
    background-size: 14px;
    transition: all 0.3s ease-in'
}

label:hover {
    background-color: #f0f0f0; /* Add a hover effect */
}

span.blue {
    border-bottom: 4px double #263b6e;
    color: #263b6e;
    padding: 10px 10px 12px 0px;
    display: block;
    width: 100%;
}

span.gold {
    border-bottom: 4px double #c2ac63;
    color: #c2ac63;
    padding: 10px 10px 12px 0px;
    display: block;
    width: 100%;
}

span.grey {
    color: #333;
    border-bottom: 4px double #333;
    padding: 10px 10px 12px 0px;
    display: block;
    width: 100%;
}

table.gold tr th {
    background: #fff;
    color: #c2ac63;
    padding: 10px;
}

table.gold tr td {
    padding: 10px;
    text-align: center;
    color: #999;
}

table.blue tr th {
    background: #fff;
    color: #263b6e;
    padding: 10px;
}

table.blue tr td {
    padding: 10px;
    text-align: center;
    color: #999;
}

table.gold tr th:nth-child(2),
table.blue tr td:nth-child(2) {
    text-align: center;
}

table.gold tr th:nth-child(2),
table.blue tr td:nth-child(2) {
    text-align: center;
}

table.gold thead tr th {
    border-bottom: 4px double #c2ac63;
}

table.blue thead tr th {
    border-bottom: 4px double #263b6e;
}

i {
    text-transform: capitalize;
    font-style: normal;
}

form p {
    margin: 0 0 10px 0;
}

form input[type="text"] {
    width: 300px;
    padding: 4px 10px 7px;
    margin: 0 0 10px 0;
    border-radius: 0;
    -webkit-appearance: none;
}


.transform {
    background-color: #fff;
    color: #2f2c40;
    font-size: 20px;
    width: inherit;
    max-width: 96%;
    border-radius: 3px;
    border: 1px solid #eee;
    padding: 20px 20px 28px;
    margin: 0 0 20px 0;
}

.transform form input[type="text"],
.transform form input[type="submit"] {
    width: 100%;
    max-width: 280px;
    margin: 0px auto;
}

.transform form input[type="text"] {
    margin: 0 auto 15px;
    width: 280px;
    display: block;
}

u {
    border-bottom: 1px dashed #eee;
}


/* 
.transbg {
    margin: 0;
    height: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(33, 33, 33, 0.85);
    z-index: 2;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.transform {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
}
    */

@media screen and (max-width: 640px) {

body,
input,
button,
p {
    font-size: 12px;
}

h2 {
    font: 22px "bricolage-grotesque", sans-serif;
    font-weight: 300;
    font-style: normal;
    margin: 10px 0 10px;
}

h3 {
    font-size: 18px;
    font-weight: 400;
    color: #333;
    margin: 0 0 20px 0;
}

a.house {
    display: block;
    background: url('svg/home-dark.svg') no-repeat;
    background-size: 25px;
    width: 25px;
    height: 25px;
}

a.reset,
input[type="submit"].reset {
    background: url('svg/reset.svg') center;
    background-size: 25px 25px;
    width: 25px;
    height: 25px;
}

header {
    margin: 0px 2% 20px;
}

main {
    width: 96%;
    max-width: 96%;
    margin: 40px auto 40px; 
}

aside {
    margin: 0 0 10px 0;
}

aside.gap {
    margin: 0 2% 20px 2%;
}

label {
    font-size: 13px;
    margin: 5px 0;
    width: 100%;
}

ol li {
    list-style: none;
}
form.saving {
    margin: 0;
}

table.robins thead tr th {
    text-align: center;
    display: table-cell;
    padding: 10px 0;
    width: inherit !important;
    vertical-align: bottom;
}

table.robins thead th span {
    writing-mode: vertical-lr;
    transform: rotate(0);
    white-space: nowrap;
    padding: 0px;
    text-align: left;
    display: block;
    margin: 0px auto;
}

#matchContainer1 button, #matchContainer button, label {
    font-size: 12px;
}

table tr td {
    padding: 5px 1px;
}

}