
.tc{
	padding-bottom:25px;
}
li {
    list-style-type: none;
}


button{
    float: right;
    padding:2%;
}

/*info icon*/
.worldwideInfoIcon, .yearInfoIcon {
display: inline-block;
background-color: #ed564b;
color:white;
padding:2%;
width:25px;
height:25px;
border-radius: 50%;
margin-left: .5em;

}


.filmTitle p{
    visibility:hidden;
    font-weight: bold;
    font-style: italic;
}

.filmTitle i{
    color:#32343a;
    cursor: pointer;
}



.grossingIcon, .domesticIcon{
    line-height: 50px;
}


/* ----------- 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 */
}


