#all_seasons {
    margin-top: 30px;

}
 
.episode_details {
    /*border: 1px solid green;*/
/*    max-height: 100px;*/
    padding-bottom: 25px;
}

.synopsis {
    /*border: 1px solid blue;*/
    /*white-space: pre-line;*/
    /*max-width: 100%;
    max-height: 80px;*/
    max-width: 100%;
    overflow: hidden;              /* "overflow" value must be different from "visible" */
    text-overflow: ellipsis;
/*    max-height: 40px;*/ 
    font-weight: normal;
    margin-top:5px;
    font-size: 15px;
    display: inline;
    line-height: normal;
}
.synopsis p{
    display: inline
}
.morelink{ display: inline}
div#item_meta {
    margin-top: 20px;
    margin-bottom: 15px;
    /*border: 1px solid red;*/
}

#full_name h1 {
    display: inline-block;
    font-size: 2em;

}

#show_toolset a {
    color: #D19B8F;
    text-decoration: none;
}

#show_toolset a:visited {
    color: #D19B8F;
}

ul.show-toolset li  {
    background-color: #9a1238; 
    border: none;
    color: white;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
}
div.full_title a#full_title{ color: #d8d0d2;}
ul.show-toolset li:hover  {
    background-color: seagreen;
}

ul.show-toolset li a {
    color: white;
}


li.season {
    border: 1px solid white;
}

ul.listEpisodes {
    list-style-type: none;
    clear:both
/*    margin-left: -20px;*/    
}

ul.listEpisodes li{}
ul.listEpisodes li a{color: #676767;
    display: inline-block;
    font-weight: normal;
    padding: 5px 5px 5px 10px;
    width: 100%;}


ul.listEpisodes li:hover a{color:#fff} 
ul.listEpisodes li:nth-of-type(2n){  background-color: #1d1d1d;}
ul.listEpisodes li:nth-of-type(2n):hover,ul.listEpisodes li:nth-of-type(2n+1):hover{background: #3f3f3f}
ul.listEpisodes li:nth-of-type(2n+1){background-color: #141414;}
.episodeToolset button {background: #9a1238 none repeat scroll 0 0;
    border: 1px solid #d0184c;padding:2px 8px;margin:0px 3px;color:#fff}

.episodeToolset button:hover{background: #b61643 none repeat scroll 0 0;}
#top_season {
    color: black;
}

.pagination-sm > li > a {
    padding: 3px 8px;
    margin-right: 5px;
}