/* Basics */
body {
  tr:nth-child(even) {  background-color: #2c2d33; }
  tr:nth-child(odd) {  background-color: #302b30; }
  text-align: center;
  background-color: #141214;
  color: #d8d3cd;
}

hr {
  width: 70%;
}

.short {
  width: 50%;
}

h1 {
  margin-top: 40px;
}

a {
  color:#28a3d3;
  text-decoration: none;
}

a:hover {
  color:#967581;
}

a:visited {
  color:#386377;
}

/* Navbar */


.topmargin {
  margin-top: 40px;
}

#navbar
{

}

#navbar ul li a, #navbar a:visited {
  color: #FFFFFF;
  background-color: none;
  display: block;
  border-bottom: 2px solid #2a80a4;
  text-align: center;
}

#navbar ul li a:hover {
  color: #2a80a4;
  background-color: #FFFFFF;
  display: block;
  border-bottom: 2px solid white;
  text-align: center;
}

#navbar ul li a:active {
  color: #2a80a4;
  background-color: #FFFFFF;
  display: block;
  border-bottom: 2px solid white;
  text-align: center;
}

#navbar li {
  vertical-align: baseline;
  padding: 0 10 0 10;

}

#navbar ul li {
  display: inline-block;
}

#navbar img {
  float: left;
  display: block;
}

#navbar ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #2a80a4;
  color:#ffffff;
  margin-bottom:20px;
  font-size:large;
display: flex;
  justify-content: center;
  position:fixed;
  top: 0;
  width:100%;
}

/* Alignment */


.center {
  display: flex;
  justify-content: center;
  align-items: center;  
}

/* Tables */

.centeredtable {
  text-align: center;
}

.widetable {
  margin-left: auto;
  margin-right: auto;
  width:100%;
}

.widetable table {
  table-layout: fixed;
  display: flex;
}

.smalltable {
  margin-left: auto;
  margin-right: auto;
}

.smalltable table{
  table-layout: fixed;
  display: flex;
  text-align: center;
}

.smalltable tr, .smalltable th, .smalltable td {
  text-align: center;
}


.medtable {
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  width:60%;
}

.medtable table {
  table-layout: fixed;
  align-content: center;
}

table {
  text-align:left;
  border: 2px solid black;
}
td, th { border: 1px solid black; }

table a {
  color:#28a3d3;
  text-decoration: none;
}

table a:hover {
  color:#967581;
}

table a:visited {
  color:#386377;
}

.issuelisting {
  display: flex
  margin-left: auto;
  margin-right: auto;
  width:100%;
}

.issuelisting table {
  text-align: left;
}

.issuelisting table td:nth-child(1), table td:nth-child(2), table td:nth-child(3), .issuelisting table td:nth-child(4), .issuelisting table td:nth-child(5){
    text-align: center;
}

.issuelisting table td:nth-child(6){
  padding: 0 10 0 10px;
}


.issuelisting table th:nth-child(1) {
  text-align: left;
}

.issuelisting table th{
    text-align: center;
}

.desc {
  background-color: #141214;
  text-align: left;
}

.desc td {
    background-color: #141214;
}

.compoundt {
  align-items: center;
}

.compoundt .desc {
  background-color: #141214;
  text-align: left;
}

.compoundt table tr {  
  background-color: #2c2d33; 
} 

.compoundt table th {
    padding: 2px;
  background-color: #302b30; 
  text-align: center;
}

.compoundt table td {
  padding: 2px;
  text-align: center;
}

.compoundt table {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
/* Misc Formatting */
.lrow
{
  flex:center;
  font-size:large;
}

.text-left {
    text-align: left;
 }

 .text-center {
    text-align: center;
 }

  .text-right {
    text-align: right;
 }

.nodata table {
    margin-left: auto;
  margin-right: auto;
}

/* TV Guide Archive Sections */

#contentbox 
{
  margin: auto;
  width: 70%;
  padding: 10px;
  justify-content: left;
  align-items: center;
  display: flex;
  flex-direction: column;
}

.articlebox {
  display: block;
  justify-content: left;
  align-items: left; 
  text-align: left;
  padding-bottom:20px; 
  width:70%;
  min-width: 800px;
}

.sectionbox {
  display: block;
  justify-content: center;
  align-items: center; 
  padding-bottom:20px; 
  width:100%;
}

.flexbox {
  margin-left: auto;
  margin-right: auto;
  align-items: top;
  justify-content: center;
  display: flex;
  width:100%;  
}

.flexbox div {
  margin: 10px;
  padding: 20px;
}

.flexbox li {
  padding: 0px 0 20px 0;
}

}
.sectionbox table {
  veritcal-align: center;
  align-items: center;
  border: 1px solid yellow;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.headstrip {
  display: block;
  justify-content: center;
  align-items: center; 
  width:100%;
  background-color: #123a49;
}

.infobox {
  display: block;
  justify-content: center;
  align-items: center; 
  padding:0 0 10 0px; 
}

.infobox table {
  veritcal-align: center;
  min-width: 100%;  
}

.topbox table {
  veritcal-align: center;
  min-width: 100%;  
}

#bottomnav table {
  veritcal-align: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}

#bottomnav table td, #bottomnav table th {
  padding: 5px;
}



