/*page9 general*/
.tc{
padding-bottom:50px	
}
.maincontent {
    height: 80%;
}

p {
    font-weight: bold;
    color: #fff;
}

button {
    margin: 0% 0 1% 0;
    float: right;
}

#imagesHolder {
    height: 85%;
}


/*page9*/

.showHideStar {
    cursor: pointer;
    width: 100%;
    height: 78%;
    margin-top: 2%;
}


/* hide back of pane during swap */

.front, .back {
    /*  position: absolute;
*/
    position: relative;
    top: 0;
    left: 0;
    width: 60%;
    margin: auto;
}


/* front pane, placed above back */

.front {
    z-index: 2;
    font-family: 'Open Sans', sans-serif;
    color: #ed564b;
    background-color: #FDDEDB;
    border: dotted #ed564b 1px;
    border-radius: 5px;
    text-align: center;
    font-style: normal;
    font-weight: bold;
    font-size: 14em;
    text-align: center;
    padding-top: 27%;
    height: 60%;
    margin: auto;
}


/* back, initially hidden pane */

.back {
    display: none;
}

.imgQuestion p {
    color: #32343a;
    margin-bottom: 1%;
}

.imgQuestion {
    margin: 0 0 1% 0;
    text-align: center;
    height: 100%;
}

.imgQuestion img {
    width: 50%;
    height: auto;
}

img {
    width: 100%;
    border: 1px dotted #ed564b;
    box-shadow: 5px 5px 2px #ccc;
}

.questionIcon {
    
}

#question {
    padding: 1%;
    float: left;
}

.questionText {
    margin-top: 1%;
    margin-left: 3.5%;
}

.questionText p {
    display: none;
    color: #32343a;
}


/*page9a*/

table {
    width: 100%;
}

.filmTitle p {
    visibility: hidden;
    font-weight: bold;
    font-style: italic;
    color: #32343a;
}

.filmTitle i {
    color: #32343a;
    cursor: pointer;
}

.rank {
    width: 40px;
}


/*page9b*/

.listTitle, .listFooter, .pTitle {
    text-align: center;
    font-weight: bold;
    font-style: normal;
    color: #fff;
    background-color: #ed564b;
    border-radius: 5px;
    padding: .5%;
}

.marketingList li, .pList li {
    cursor: pointer;
    background-color: #fff;
    margin: .5%;
    padding: .5%;
    list-style: none;
    border: dotted #ed564b 1px;
    border-radius: 5px;
    text-align: center;
    font-style: normal;
    font-weight: bold;
}

.marketingList li:hover {
    background-color: #FDDEDB;
}

.reset {
    margin: 0 1% 0 0;
}


/*page 9c*/

.notebook {
    margin: 1% 0 1% 0;
    height: 20em;
    background-color: #FFEFED;
    border: dotted #ed564b 1px;
    box-shadow: 5px 5px 2px #ccc;
}

.suggestedAnswer {
    float: left;
}

.answer {
    display: none;
}

.answer p {
    color: #32343a;
}


/*page 9d*/

.videoTitle h2 {
    margin: 2% 0 2% 0;
    color: #ed564b;
    font-weight: bold;
}

.divider {
    margin: 3% 0 3% 0;
    border-bottom: dotted #32343a 1px;
}


/*page 9e*/

.filmImage {
    width: 100%;
    height: 10em;
    background-color: black;
    margin: 2% 0 2% 0;
}

.imageTitle {
    width: 100%;
    color: #32343a;
    margin-bottom: 2%;
}

.disclaimer p {
    margin-top: 2%;
    color: #32343a;
    font-size: .8em;
}