/* ============= General ============== */
/* To avoid width modifications when adding padding*/
* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

a {
    /* text */
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
}
/* =================================== */


/* ========== Content ========== */
/* Common */
.content div {
    width: 345px;
    height: 240px;
    overflow: hidden;
    background-color : #313131;
    border-top-style: solid;
    border-top-width: 10px;
    padding-top: 3px;
    z-index: 0;
    margin-top: 20px;
    display: inline-block;
    /* text */
    color: #ffffff;
}

.contentShort{
    margin-top: -10px;
}

.image {
    margin-top: 10px;
}

.image img {
    width: 350px;
    border-style : solid;
    border-color: #FFFFFF;
    border-bottom-width: 3px;
    border-top-width: 3px;
    border-left-width: 0px;
    border-right-width: 0px;
}

.moreInfo {
    visibility: hidden;
    background-color: rgba(14,16,16,0.92);
    z-index: 1;
    width: 345px;
    height: 230px;
    margin-bottom: 0px;
    position: absolute;
    padding-top: 3px;
}

.moreInfo img {
    margin-right: 5px;
    margin-bottom: -4px;
}

.mouseOverContent img {
    width: 13px;
    margin-left: 295px;
    margin-top: -12px;
}

.mouseOverContent img +img {
    width: 15px;
    margin-left: 320px;
    margin-bottom: 30px;
}

.contentShort, .moreInfo, h3 {
    padding-left: 3px;
}

/* Special */
#newPod { 
    border-top-color: #14c818;
}

#newEpi {
    border-top-color: #D8FF10;
    margin-left: 10px;
}

#newLive {
    border-top-color: #FF6B00;
    margin-top: 12px;
    background-color: #0E1010; // temporary : until live module is out
      
}
#newLive h3{
     color:darkgray; // temporary : until live module is out
}

#podStar {
    border-top-color: #0081fa;
    margin-left: 10px;
    margin-top: 12px;
}

/* ============================= */




