/*page 3*/

.filmTable{
    width: 100%;
    margin: 2% 0 1% 0;
}

.filmTable td{
   width: 100%;
}


tfoot{
    vertical-align: bottom;
}

.filmTitle p{
    display: inline-block;
   font-style: italic;
  
}

.tableFoot {
  text-align: right;
  margin: 0 0 2% 0;
  font-size: .8em;

}

p{
    font-weight: bold;
    color:#32343a;

}

button{
   float: right;
}

.notebook{
    margin: 1% 0 1% 0;
    height:20em;
    background-color: #FFEFED;
    border: dotted #ed564b 1px;
    box-shadow: 5px 5px 2px #ccc;
}


/*page 3a*/
.videoTitle h2{

  margin:2% 0 2% 0;
  color:#ed564b;
  font-weight: bold;
}

.divider{
margin:3% 0 3% 0;
border-bottom: dotted #32343a 1px;
}


/*page 3b*/

.movieFranchiseImage img, .poster img{
  width: 100%;
  height:auto;

}

/*page 3c*/

.otherFilms{
    width: 100%;
    margin: 0 0 1% 0;
}

.otherFilms tr{
   width: 100%;
}

td:first-child {
    text-align: left;
}

.explanationText h3{
color: #ed564b!important;
}


/* ----------- Large Display ----------- */

@media screen and (min-width: 1920px) and (min-height: 1080px) {
    /* Styles */
}


/* ----------- Laptop HiDPI screen ----------- */

@media screen and (min-width: 1440px) and (min-height: 900px) {
    /* Styles */
}


/* ----------- Laptop ----------- */

@media screen and (min-width: 1366px) and (min-height: 768px) {
    /* Styles */
}


/* ----------- Laptop MDPI screen ----------- */

@media screen and (min-width: 1280px) and (min-height: 800px) {
    /* Styles */
}


/* ----------- iPad ----------- */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    /* Styles */
   
}


/* ----------- iPhone 5 ----------- */

@media only screen and (min-device-width: 568px) and (min-device-height: 320px) {
    /* Styles */
}


