th {
    background: lightblue;
    color: darkblue;
}

html {
    background-image: url('../../images/large/base.webp');
    background-repeat: repeat;
    background-attachment: fixed
}

.autoplay-box {
    background-color: rgba(0, 0, 0, 0.8);
    margin: 20px;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.85);
    border-radius: 8px;
    padding: 0.3em 0.8em 0.3em 0.8em;
    font-family: TrajanPro-Bold;
    font-size: 14pt;
    color: white;
    width: 42em;
    z-index: 4000;
    border: 2px solid rgba(0, 0, 0, 0.3);
    position: relative;
}

.autoplay-box ul {
    margin: 0;
}

.autoplay-box .separator {
    height: 20px;
}

.card-title {
    font-variant: small-caps;
    color: white;
    padding: 0px 10px 0px 0px;
    font-size: 28pt;
    float:right;
    position:absolute;
    right: 0;
}

.comment {
    color: white;
    font-style: italic;
    font-size: 9pt;
    position:absolute;
    right: 0.7em;
    top: 5em;
}

.autoplay-name {
    color: white;
    font-style: italic;
    font-size: 12pt;
    float:left;
}

.autoplay-title {
    color: white;
    font-size: 12pt;
}

.autoplay-question {
    color: white;
    font-size: 12pt;
}

.autoplay-condition {
    color: white;
    font-size: 12pt;
}

.autoplay-effect {
    color: white;
    font-size: 12pt;
}

.autoplay-category {
    width: 12%;
    vertical-align: top;
    color: lightblue;
    font-size: 12pt;
}

.game-concept {
    font-style: italic;
}