#gamecontainer {
    position: absolute;
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
}

canvas {
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
}

body {
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #222;
    background: #fafafa;
    margin: 20px;
}

p {
    margin: 4px 0;
}

strong {
    display: inline-block;
    min-width: 160px;
    /* align labels */
    color: #444;
}

hr {
    margin: 20px 0;
    border: none;
    border-top: 2px solid #ddd;
}

h2 {
    text-align: left;
    margin: 10px 0;
    font-weight: bold;
    font-size: 20px;
}

h3 {
    margin-bottom: 10px;
    font-size: 16px;
    color: #444;
    border-bottom: 1px solid #ccc;
    padding-bottom: 4px;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

li {
    margin: 5px 0;
}

table {
    width: auto;
    margin: 5px 0;
    font-size: 13px;
}

table td {
    border: 1px solid #ccc;
    padding: 10px 10px 6px 10px;
    text-align: center;
}

li {
    font-weight: bold;
    color: #007700;
}

th {
    font-weight: bold;
    color: #007700;
    background-color: #f7c699;
}

table {
    margin-left: 20px;
}

.cardStyle {
    margin-bottom: 15px;
    background: #fff;
    border-left: 4px solid #0077cc !important;
    padding: 10px 15px;
    border-radius: 6px;
    margin-bottom: 15px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.multiplierStyle {
    position: absolute;
    top: -12px;
    right: -18px;
    transform: translateX(-50%);
    font-size: 20px;
    font-weight: bold;
    color: #ff1f00;
    text-shadow: 1px 1px 4px #1244ef;
}

.boldFont {
    font-weight: bold;
}

.winSymbol {
    background: rgb(0, 145, 255);
    font-weight: bold;
}

table.replay-summary {
    max-width: 500px;
    font-family: Arial, sans-serif;
    font-size: 14px;
}

table.replay-summary th,
table.replay-summary td {
    border: 1px solid #ccc;
    padding: 6px 10px;
    text-align: left;
    background: #eee0cb;
    font-weight: bold;
}

.gameTitle {
    background-color: #8a6128;
    color: #ffffff;
    padding: 20px;
    margin: auto;
}
