body {
    background-color: #383735;
    color: darkorange;
}

a {
    color: deepskyblue;
}

table, th, td {
    border: 1px solid white;
    padding: 2px;
}

h1 {
    color: darkorange;
    margin-left: 20px;
}

h2 {
    color: darkorange;
}

p {
    color: darkorange;
}

.cardResult {
    width: 300px;
    height: 420px;
    padding: 3px;
}

.almostFullWidth {
    width: 95%;
}

/*nats result stuff*/
.natsResultCard {
    width: 230px;
    height: 322px;
    margin-top: 0px;
    /*padding: 3px;*/
}

.natsDeckContainer {
    width: 1550px;
}

.natsTd {
    width: 235px;
}

.centerText {
    text-align: center;
    width: 100%;
}

.invisibleTinyText {
    font-size: 10px;
}

/* spoiler button stuff */
#spoiler_button {
    font-size: 20px;
    font-weight: bold;
    width: 220px;
    height: 35px;
    margin: 0 5px 10px;
    color: darkorange;
    background: darkslategray;
    border-radius: 5px;
    border: none;
}

#spoiler_button:hover {
    font-weight: bold;
    color: orange;
    box-shadow: 5px 5px 5px black;
}

#spoiler_button:active {
    font-weight: bold;
    box-shadow: none;
}

.fadein {
    height: 100%;
    opacity: 1;
}

.fadeout {
    display: none;
}

button:focus {
    outline: none;
}

/**https://www.w3schools.com/howto/tryit.asp?filename=tryhow_css_topnav**/
body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
}

.topnav {
    overflow: hidden;
    background-color: #333;
}

.topnav a {
    float: left;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    border-right-color: orange;
    border-right-width: 1px;
    border-right-style: solid;
}

.topnav a:hover {
    background-color: #ddd;
    color: black;
}

.topnav a.active {
    background-color: #04AA6D;
    color: white;
}

.simulator div {
    border: 1px solid darkorange;
}

.simulator table, th, td {
    border: none;
}

.simCard {
    width: 150px;
    height: 210px;
}

.simCardRested {
    width: 150px;
    height: 80px;
}

.simCardGraveyard {
    width: 150px;
}

/*thanks mDuo13*/
#search-results a {
    font-size: 0; /* get rid of the underlined space between cards */
}
.cardResult {
    border-radius: 0.125in; /* rounded corners ftw */
}
