.wiki-flex{
    display: flex;
    justify-content: space-evenly;
    flex-direction: row;
}

.wiki-img-block{
    display: inline; 
    padding:20px; 
    width: 60px;
    height: 100px;
    text-align: center;
}

.wiki_title{
    padding: 10px;
    font-size: 18px;
    cursor: pointer;
    border-bottom: 1px dashed rgba(204, 204, 204, 0.26);
    width: 95%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.wiki_title:hover, .wiki_active{
    background-color: #414256;
}

.wiki_title:after {
    content: '\02795';
    font-size: 10px;
}

.wiki_active:after {
    content: "\2796";
}

.wiki_details{
    padding: 0px 3px 5px 15px;
    width: 95%;
    overflow: hidden;
    display: none;
    box-shadow: inset 0 0 10px #161615;
    transition: max-height 0.2s ease-out;
}

.wiki_details ul{
    margin: 4px 0px;
    padding: 0px 0px 0px 20px;
}

.wiki_details li{
    padding-bottom: 4px;
}

.flicker-img{
    max-width: 50px;
}

.event_details .curtain:hover{
    background: rgba(17,17,17,0.9);
}

.wiki_details h1,.wiki_details h2,.wiki_details h3,.wiki_details h4{
    padding: 0;
    margin: 0;
    margin-top: 10px;
}

.wiki_details img{
    width: 100%;
}

.wiki_details .event_icon{
    max-width: 60px;
    max-height: 60px;
    margin: 5px;
}

.wiki_details .text{
    padding-top: 10px;
    padding-bottom: 5px;
    font-size: 14px;
    font-weight: lighter;
}

.wiki_details .caption{
    color: #ffffffa0;
    font-size: 10px;
}

.square {
    width: 10px;
    height: 10px;
    display: inline-block;
    border: 1px solid white;
    border-radius: 10%;
    margin-right: 4px;
}

.green {
    background-color: green;
}

.red {
    background-color: red;
} 

.smaller-text {
    font-size: 90%;
}

.tarot-img {
    width: 60px!important;
    height: 100px;
}
