/*Not sure yet*/

table.blueTable {
  border: 1px solid #1C6EA4;
  background-color: #EEEEEE;
  width: 45%;
  text-align: left;
  border-collapse: collapse;
  font-size: 14px;
  

/*First or top heading, Album, Band Image*/

}
table.blueTable thead td {
  
  border-bottom: 0px solid grey;
  text-align: center;
  color: black;
  background: lightgrey;
  padding: 6px;
  border-radius: 0px;
  margin:5px;
  border-top: 3px solid grey;
  display: inline-block center;
  font-size: 12px; 



/*Second heading Name, Number*/
}
table.blueTable thead th {
  font-size: 15px;
  font-weight: bold;
  color: black;
  padding: auto;
  text-align:left;
  background: lightgrey;
  border-top: 2px solid #444444;
  border-bottom: 2px solid #444444; 

 }


/*Alignment of text within main body cells*/


table.blueTable td, table.blueTable th {
  border: 1px solid #AAAAAA;
  padding: 3px 2px;
  text-align:left;
 

/*Font size within the main body*/ 
}
table.blueTable tbody td {
  font-size: 14px;
 

/*Background color of even rows*/ 
}
table.blueTable tr:nth-child(even) {
  background: silver;
 

/*Background color of Track Name*/  
}
table.blueTable thead th:first-child {
  border-left: none;
  background: lightgrey;
}



table.blueTable tfoot {
  font-size: 14px;
  font-weight: normal;
  background: grey;
  border-top: 3px solid #444444;
  border-bottom: 3px solid #444444; 


}
table.blueTable tfoot td {
  font-size: 14px;


}
table.blueTable tfoot .links {
  text-align: center;


}
table.blueTable tfoot .links a{
  display: inline-block;
  background: silver;
  color: black;
  padding: 2px 6px;
  border-radius: 5px;
  margin:3px;


}
 .lyrics {
  text-align: right;

}
/*Settings for pre tag in artist info*/  
 pre {
 text-align: center;
 height: 400px;
 overflow: auto;
 color: black;
 background: lightgrey;


}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}


a:link, a:visited {
  
  color: black;


/*Discography header only on home page*/   
}

 #dishead {
 color:black;
 background-color: silver;
 font-size: 18px;
 text-align: center;

}
/*Album info settings*/ 
 #album-info {
 color:black;
 background-color: silver;
 font-size: 14px;
 border-color: lightgrey;
 

}

 
