#main-container {
    width:100%;
    border: 0.05em solid red;
    display:flex;
    justify-content:center;
    gap: 20px;
}

.sig-squad-center {
    justify-content:center;
    display: flex;
}

.comment-class {
    padding: 40px;
    background: #f9f9f9;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #dfdfdf;
}

.comment-avatar {
    width: 40px;
    height: 40px;
}

.delete-comment {
    margin-left: 210px !important;
}

.comment-content {
    margin-left: 210px !important;
    max-width: 70%;
    min-height: 33px;
    line-height: 1.5;
}

.comment-name {
    text-align: right;
    padding: 0 10px;
    float: left;
    line-height: 1.3;
}

#card-reviews {
    width:100%;
    border: 0.05em solid green;
    margin:auto;
    margin-top: 30px;
}

#card-name, #errata-card-name {
    background-color: lightgrey;
}

#bloodied-toggle, #errata-toggle {
    width: 360px;
    margin: 0 auto;
    display: block;
}

#ban-header {
    background-color: lightgrey;
}

#card-image {
    border: 0.05em dashed blue;
    height:500px;
    width:360px;
}

#sig-squad-grid {
    width: auto;
    height: auto;
    border: 5px solid green;
    display: grid;
    grid-row-gap: 10px;
    grid-column-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.sig-squad-card {
    height: 250px;
    width: 180px;
}

#card-info {
    max-width:300px;
    background: rgba(47, 40, 153, 0.3);
    border: 0.15em dashed lightblue;
    overflow-y:auto;
}

#errata-card-info {
    display:none;
    max-width:300px;
    background: rgba(47, 40, 153, 0.3);
    border: 0.15em dashed lightblue;
    overflow-y:auto;
}

#ban-info {
    max-width:300px;
    background: rgba(47, 40, 153, 0.3);
    border: 0.15em dashed lightblue
}

.comment-content > p {
    color: black !important;
}

.comment-name > p {
    color: black !important;
}