<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#list_title {
    width: 100%;
    font-size: 150%;
    text-align:center;
    font-family: poiretone;
}

#list_content {
    /*background-image: url('./images/chairs_footer.png');*/
    background-position: bottom;
    background-size: cover;
    /*background-repeat: no-repeat;*/
    /*background-color: #e2ebf0;*/
    overflow: auto;
}

#story_card_list {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

#story_card_list_divider {
    width: 80%;
    height: 2px;
    margin-left: auto;
    margin-right: auto;
    background-color:black;
    margin-top: 10px;
    margin-bottom: 40px;
}

/* STORY CARD LIST */

.story_card {
    width:45%;
    background-color: white;
    margin-bottom: 15px;
    overflow: hidden;
}

.story_image_container {
    height: 140px;
    width: 100%;
}

.story_image_divider {
    width: 100%;
    height: 2px;
    background-color:red
}

.story_image {
    max-width:100%;
    max-height:100%;
}

.story_left_container {
    width: 60%;
    height: 120px;
    float: left;
    padding: 10px;
}

.store_vertical_divider {
    width: 2px;
    height: 120px;
    background-color:green;
    float: left;
}

.story_right_container {
    width: 29%;
    height: 120px;
    padding: 10px;
    float: right;
}

.duration_container {
    width: 50%;
    height: 75px;
    float: left;
}

.label_container {
    width: 50%;
    height: 75px;
    float: right;
}

.font_text {
    font-family: righteous;
}

.list_view_story_button {
    background-color: #d63e19;
    color: white;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 3px;
    cursor: pointer;
    cursor: hand;
    font-family: righteous;
}

.story_title {
    font-family: poiretone;
    font-size: 170%;
}

.story_title a {
    color: black;
    text-decoration: none;
}

.story_short_description {
    font-family: poiretone;
    font-size: 130%;
}

.story_labels {

}

.story_duration {

}

.story_author {

}

</pre></body></html>