/**
 * Plugin Name:       Just in Cast Watchlist
 * Description:       Displays a dynamic Page showing the watchlist
 * Version:           0.0.1
 * Author:            Sebastian Henrich
 */

.jic-watchlist-title-row {

}

.jic-watchlistsmallentry-image {
    float: left;
}

.jic-watchlistsmallentry-name {
    float: left;
}


.jic-watchlistsmall-button {
    padding: 16px;
    font-size: 16px;
    border: none;
}

/* The container <div> - needed to position the dropdown content */
.jic-watchlistsmall-container {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.jic-watchlistsmallentries-container {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.jic-watchlistentries-container a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.jic-watchlistentries-container a:hover {background-color: #ddd;}

/* Show the dropdown menu on hover */
.jic-watchlistsmall-container:hover .jic-watchlistsmallentries-container {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.jic-watchlistsmall-container:hover .jic-watchlistsmall-button {background-color: #3e8e41;}
