/* ### HINTS for CSS ### */

/* Selectors
   #id                  #firstname  Selects the element with id="firstname"
   .class               .intro      Selects all elements with class="intro"
   *                    *           Selects all elements
   element              p           Selects all <p> elements
   element,element,..   div, p      Selects all <div> elements and all <p> elements
*/


/* GLOBAL */
html{
    height:100%;
    overflow-y:scroll;
}

body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

.statetrivia {
    width:250px;
    margin:auto;
    border:2px solid blue;
    background-color:red;
    padding:10px;
    text-align:center;
}

.select {
    width:75px;
}



/* #####FONTS#### */
#mainTitle {
    font-weight: bold;
    font-size: 16px;
    text-align: center;
}

#secondTitle {
    font-weight: bold;
    text-align: center;
}

#thirdTitle {
    font-weight: bold;
    text-align: left;
}

#movieData {
    font-size: 11px;
    text-align: left;
}

#footer {
    font-size: 12px;
    text-align: center;
}

/* MAIN WRAPPER DIV */
.wrapper {
   width: 1100px;
   height: 100%;
   margin: auto;
   background-color: #FFFFFF;
   font-size: 14px;
   text-align: justify;
}

.container {
   padding-top: 10px;
   padding-bottom: 10px;
   width:1090px;
   margin: auto;
   font-size: 14px;
}

/* MASTHEAD */
.masthead {
    text-align: center;
}

.topbar {
    text-align: center;
    width: 100%;
    padding:8px 0;
    border-bottom: 2px solid black;
    border-top: 2px solid black;
}

.topbarLeft {
    text-align: left;
    width: 100%;
    padding:8px 0;
    border-bottom: 2px solid black;
    border-top: 2px solid black;
}

.topnav {
  overflow: hidden;
  background-color: #333;
}

.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 8px 10px;
  border-bottom: 2px solid black;
  border-top: 2px solid black;
  text-decoration: none;
  font-size: 14px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #4CAF50;
  color: white;
}

.sidebarList {
    background-color: #bbbfd5;
    padding-bottom: 20px;
    height: 90%;
}

.menu {
    width:70%;
    margin:auto;
    text-align:left;
}

img
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 120px;
  height: 180px;
}

.hrone {
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 1px;
    color: red;
    width: 70%;
}

.hrtwo {
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 1px;
    color: white;
    width: 80%;
}

.WatchNow {
    width: 90%;
    margin: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    border-style: solid;
    border-width: 2px;
    border-color: white;
    border-radius: 5px;
    text-align: center;
}

/* #####PAGE LAYOUT##### */
/* Two Column - UNEQUAL */

/* Three Column - UNEQUAL */
.column {
    float: left;
}

.left {
    width: 39%;
}

.middle {
    width: 39%;
}

.right {
    width: 19%;
}

.movieLeft {
    width: 19%;
    text-align: center;
    padding: 5px;
}

.movieMiddle {
    width: 58%;
    padding-left: 10px;
    padding-right: 10px;
}

.movieRight {
    width: 19%;
    padding: 5px;
}

.tvleft {
    width: 78%;
    text-align: center;
    padding-left: 5px;
    padding-right: 20px;
}

.tvright {
    width: 19%;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}


/* STICKY DIV - TWO COLUMN */
.containerList {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  height: 1300px;
}

.cowboy {
    width:80%;
    padding: 5px 20px 20px;
    float:left;
    text-align: justify;
}

.indian {
    position: sticky;
    width:19%;
    padding: 5px 5px 20px;
    float:right;
    top: 4rem;
    padding:15px;
}

/* HYPER LINKS */
a.one:link {
    text-decoration: none;
    text-transform: ;
    color: #000000;
    font-size: ;
}

a.one:visited {
    text-decoration: none;
    text-transform: ;
    color: #000000;
    font-size: ;
}

a.one:hover {
    text-decoration: none;
    text-transform: uppercase;
    color: #0000ff;
    font-size: ;
}

a:active {
    text-decoration: none;
    text-transform: ;
    color: ;
    font-size: ;
}

/* #####EPISODES TABLE STYLE##### */

table.episode {
    border-collapse: collapse;
    margin-left: auto;
    margin-right: auto;
}
tr.episode {
    background-color:#D8E1EB;
}

th.episode {
    color: #FFFFFF;
}

td.episode {
    padding-left: ;
}


/* PAGINATION */
.page {
    display: none;
}
.page-active {
    display: block;
}

/* #####SPORTS TABLE STYLE##### */

#sports {
    border-collapse: collapse;
    width: 70%;
}

#sports td {
    height: 25px;
    border: 1px solid #ddd;
    padding: 2px;
}

#sports th {
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: left;
    background-color: ;
    color: white;
}

/* TABLE WITH ALTERNATE COLORED ROWS */
.TFtable{
   width:100%;
   border-collapse:collapse;
}
.TFtable td{
   padding:0px; border:;
}
/*  Define the background color for the header rows  */
.TFtable th{
    background: #cacaca;
    font-weight: bold;
}
/* provide some minimal visual accomodation for IE8 and below */
.TFtable tr{
   background: #b8d1f3;
}
/*  Define the background color for all the ODD background rows  */
.TFtable tr:nth-child(odd){
   background: #eeeeee;
}
/*  Define the background color for all the EVEN background rows  */
.TFtable tr:nth-child(even){
   background: #FFFFFF;
}

/* ##### SEARCH FORMS ##### */

#search {
    background-color: #ececec;
}


    .cf:before, .cf:after{
      content:"";
      display:table;
    }

    .cf:after{
      clear:both;
    }

    .cf{
      zoom:1;
    }

/*------------------------------------------*/

    .form-wrapper {
        width: 250px;
        padding: 5px;
        margin: 20px auto 20px auto;
        background: #444;
        background: rgba(0,0,0,.2);
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        -moz-box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2);
        -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2);
        box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2);
    }
    
    .form-wrapper input {
        width: 200px;
        height: 30px;
        padding: 5px 5px;
        float: left;
        font: bold 12px 'lucida sans', 'trebuchet MS', 'Tahoma';
        border: 0;
        background: #eee;
        -moz-border-radius: 3px 0 0 3px;
        -webkit-border-radius: 3px 0 0 3px;
        border-radius: 3px 0 0 3px;
    }

    .form-wrapper input:focus {
        outline: 0;
        background: #fff;
        -moz-box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
        -webkit-box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
        box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
    }

    .form-wrapper input::-webkit-input-placeholder {
       color: #999;
       font-weight: normal;
       font-style: italic;
    }

    .form-wrapper input:-moz-placeholder {
        color: #999;
        font-weight: normal;
        font-style: italic;
    }

    .form-wrapper input:-ms-input-placeholder {
        color: #999;
        font-weight: normal;
        font-style: italic;
    }

    .form-wrapper button {
      overflow: visible;
        position: relative;
        float: right;
        border: 0;
        padding: 0;
        cursor: pointer;
        height: 40px;
        width: 30px;
        font: bold 12px/40px 'lucida sans', 'trebuchet MS', 'Tahoma';
        color: #fff;
        text-transform: uppercase;
        background: #d83c3c;
        -moz-border-radius: 0 3px 3px 0;
        -webkit-border-radius: 0 3px 3px 0;
        border-radius: 0 3px 3px 0;
        text-shadow: 0 -1px 0 rgba(0, 0 ,0, .3);
    }

    .form-wrapper button:hover{
        background: #e54040;
    }

    .form-wrapper button:active,
    .form-wrapper button:focus{
        background: #c42f2f;
    }

    .form-wrapper button:before {
        content: '';
        position: absolute;
        border-width: 8px 8px 8px 0;
        border-style: solid solid solid none;
        border-color: transparent #d83c3c transparent;
        top: 12px;
        left: -6px;
    }

    .form-wrapper button:hover:before{
        border-right-color: #e54040;
    }

    .form-wrapper button:focus:before{
        border-right-color: #c42f2f;
    }

    .form-wrapper button::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

/* #####ADVANCED SEARCH PAGE##### */

        .form-wrapper-search {
        width: 400px;
        padding: 5px;
        margin: 20px auto 20px auto;
        background: #444;
        background: rgba(0,0,0,.2);
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        -moz-box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2);
        -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2);
        box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2);
    }
    
    .form-wrapper-search input {
        width: 300px;
        height: 30px;
        padding: 5px 5px;
        float: left;
        font: bold 12px 'lucida sans', 'trebuchet MS', 'Tahoma';
        border: 0;
        background: #eee;
        -moz-border-radius: 3px 0 0 3px;
        -webkit-border-radius: 3px 0 0 3px;
        border-radius: 3px 0 0 3px;
    }

    .form-wrapper-search input:focus {
        outline: 0;
        background: #fff;
        -moz-box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
        -webkit-box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
        box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
    }

    .form-wrapper-search input::-webkit-input-placeholder {
       color: #999;
       font-weight: normal;
       font-style: italic;
    }

    .form-wrapper-search input:-moz-placeholder {
        color: #999;
        font-weight: normal;
        font-style: italic;
    }

    .form-wrapper-search input:-ms-input-placeholder {
        color: #999;
        font-weight: normal;
        font-style: italic;
    }

    .form-wrapper-search button {
      overflow: visible;
        position: relative;
        float: right;
        border: 0;
        padding: 0;
        cursor: pointer;
        height: 40px;
        width: 80px;
        font: bold 12px/40px 'lucida sans', 'trebuchet MS', 'Tahoma';
        color: #fff;
        text-transform: uppercase;
        background: #d83c3c;
        -moz-border-radius: 0 3px 3px 0;
        -webkit-border-radius: 0 3px 3px 0;
        border-radius: 0 3px 3px 0;
        text-shadow: 0 -1px 0 rgba(0, 0 ,0, .3);
    }

    .form-wrapper-search button:hover{
        background: #e54040;
    }

    .form-wrapper-search button:active,
    .form-wrapper-search button:focus{
        background: #c42f2f;
    }

    .form-wrapper-search button:before {
        content: '';
        position: absolute;
        border-width: 8px 8px 8px 0;
        border-style: solid solid solid none;
        border-color: transparent #d83c3c transparent;
        top: 12px;
        left: -6px;
    }

    .form-wrapper-search button:hover:before{
        border-right-color: #e54040;
    }

    .form-wrapper-search button:focus:before{
        border-right-color: #c42f2f;
    }

    .form-wrapper-search button::-moz-focus-inner {
        border: 0;
        padding: 0;
    }