.description {
    font-weight: 300;
    color: #eeeeee;
    line-height: 1.5;
}
.description a {
    text-decoration: underline;
    font-weight: 400;
}
.main_button {
    margin-bottom: 30px;
}
.story_name {
    font-size: 14px;
    font-weight: 700;
    /* text-transform: uppercase; */
    color: #d0d0d0;
    margin-bottom: 0px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.story_name::first-letter {
    font-size: 1.3em;
    color: white;
    font-weight: 900;
}
.story_tile {
    margin: 15px auto;
    width: 340px;
    height: 100px;
    max-width: 100%;
    background: #1e0e3b;
    padding: 15px 20px;
    box-sizing: border-box;
    position: relative;
    padding-left: 120px;
    cursor: pointer;
}
.story_snippets {
    position: absolute;
    width: 100%;
    bottom: 7px; left: 0px;
    padding-left: 105px;
    box-sizing: border-box;
}
.story_snippets .material-icons-round {
    font-size: 16px;
    vertical-align: middle;
    margin-right: 0px;
}
.story_duration, .num_likes, .story_narrator {
    width: 32%;
    font-weight: 300;
    color: white;
    display: inline-block;
    font-size: 14px;
    box-sizing: border-box;
    text-align: center;
}
.story_image {
    position: absolute;
    left: 0px; top: 0px;
    width: 100px;
    margin-right: 10px;
}
.play_button {
    position: absolute;
    top: 20px; left: 20px;
    color: #ffd700;
    width: 60px;
    height: 60px;
    text-align: center;
    border-radius: 50%;
    background: white;
    display: none;
}
.story_tile:hover .play_button {
    display: block;
}
.play_button span {
    line-height: 60px;
    font-size: 36px;
}
.progress {
    position: absolute;
    right: 10px;
    bottom: 10px;
    line-height: 40px;
    width: 40px;
    height: 40px;
    text-align: center;
    background: #333333;
    border-radius: 10px;
}
.progress_back {
    background: #004886;
    border-radius: 10px;
    position: absolute;
    bottom: 0px;
    width: 100%;
}
.progress .text {
    position: absolute;
    width: 100%;
    font-family: "Roboto Condensed";
    font-weight: bold;
    z-index: 2;
}
#intro_message {
    font-size: 30px;
    font-weight: 900;
    font-family: "Roboto Condensed";
    text-align: center;
    margin-bottom: 30px;
    color: rgba(255, 255, 255, 0.8);
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
}
.story_public_private {
    position: absolute;
    right: 4px;
    top: 4px;
    font-size: 14px;
    font-weight: 700;
    color: #d0d0d0;
    opacity: 0.5;
}