#panel{
    margin: 0 auto;
    width: 1500px;
    background-color: #242424;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-bottom: 200px;
    position: relative;
}

#title{
    font-size: 55px;
    height: 95px;
    line-height: 95px;
    text-align: center;
    color: #fefefe;
    position: relative;
}

#title span{
    position: absolute;
    font-size: 28px;
    top: 25%;
    right: 115px;
}

.line{
    display: none;
    width: 1200px;
    margin: 0 auto;
    height: 5px;
    background-color: #353535;
}

#content{
    height: 1742.5px;
}

#firstnight{
    float: left;
    width: 100px;
    height: 100%;
}

.vline{
    float: left;
    width: 5px;
    height: 100%;
    background-color: #353535;
}

#characters{
    float: left;
    width: 1280px;
    height: 100%;
    margin: 0 0px;
    background-color: #fefefe;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

#othernight{
    float: left;
    width: 100px;
    height: 100%;
}

.characters.box{
    margin-top: 10px;
    clear: both;
}


.character{
    height: 120px;
    display: flex;
    align-items: center;
}

.titleline{
    width: 1000px;
    margin-top: 17.5px;
    margin-left: 30px;
    height: 5px;
    background-color: #353535;
    float: left;
}

#outsiders .titleline{
    width: 970px;
}

.characters.title{
    font-size: 30px;
    height: 36px;
}

.left.box{
    float: left;
    width: 50%;
}

.icon {
    float: left;
    height: 115px;
    width: 115px;
    margin: 2.5px;
    background-size: 100%;
    background-position-x: center;
    background-position-y: center;
}

.description {
    float: left;
    width: 120px;
    height: auto;
}

.name, .ability{
    float: left;
    width: 500px;
    height: auto;
    margin: 0px;
    font-weight:600;
}

.name {
    font-size: 28px;
    margin-bottom: 4px;
}

.ability {
    font-size: 18px;
}

.right.box{
    float: left;
    width: 50%;
    height: auto;
}

#townsfolks .characters.title, #townsfolks .name, #outsiders .characters.title, #outsiders .name{
    color: #385fdd;
}
#minions .characters.title, #demons .characters.title, #minions .name, #demons .name{
    color: #e02121;
}

.left.box, .right.box{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.nighticon{
    height: 75px;
    width: 75px;
    margin: -10px auto;
    background-size: 100%;
    background-position-x: center;
    background-position-y: center;
}

.jinx {
    display: flex;
    height: 30px;
    width: 500px;
    background-color: #cecece;
    margin-top: 3px;
    align-items: center;
}

.jinx div {
    flex-shrink: 0;
    filter: grayscale(80%);
    height: 60px;
    width: 60px;
    background-repeat: no-repeat;
    background-size: 60px;
    background-position: center;
}

.jinx span {
    margin-right: 6px;
    font-size: 12px;
    font-style: italic;
}