body {
margin:10px 0px 0px 0px;
display: flex;
font-family:Arial;
font-size:14px; /*8vw;*/
background-color:#000000;
align-items: center;
justify-content: center;
text-align:center;
}

#mainContainer { 
margin:auto;
 background-color:#000000;
 color:#ffffff;
 top:0px;
 left:0px; 
 z-index:1;
 width:90%;
 max-width:400px;
}

.divButton {
margin-top:15px;
margin-right:10px;
display:inline-block;
height:48px;
width:48px;
border-radius: 8px;
background-color:#0000ff;
border:1px solid #ffffff;
vertical-align: middle;
padding-top:10px;
font-size:32px;
cursor: pointer;
}

.divButton2 {
margin-top:15px;
display:inline-block;
height:48px;
width:200px;
border-radius: 8px;
background-color:#0000ff;
border:1px solid #ffffff;
vertical-align: middle;
padding-top:7px;
font-size:32px;
cursor: pointer;
}

.songButton {
margin:auto;
padding-top:6px;
width:90%;
height:32px;
font-family:Arial;
font-size:18px;
background-color:#0000ff;
color:#ffffff;
border:2px solid #ffffff;
border-radius: 10px;
cursor: pointer;
}


.artistButton {
margin:auto;
padding-top:6px;
width:90%;
height:32px;
font-family:Arial;
font-size:14px;
background-color:#0000ff;
color:#ffffff;
border:2px solid #ffffff;
border-radius: 10px;
cursor: pointer;
}

.menuButton {
margin:auto;
padding-top:8px;
width:80%;
height:36px;
font-family:Arial;
font-size:20px;
background-color:#0000ff;
color:#ffffff;
border:2px solid #ffffff;
border-radius: 10px;
cursor: pointer;
}



h1 {
margin:5px;
}

#BottomBanner {
  z-index: 10;
  margin:0px;
  margin-top:3px;
  padding:0px;
  padding-top:15px;
  width: 100%;
  text-align:center;
  vertical-align: middle;
  height: 40px;
  position: sticky;
  background-color: #000000;
  bottom:0;
  right:0;
align:left
}






#infoFrame {
  cursor:pointer;
  z-index:2;
  position: absolute;
  top:250px;
/*
  top:175px;
*/
  top:25px;
  left:221px;
  width: 1100px;
  height: 1000px;
  /* background-color: #ff0000; */
   background-image: url("../resources/info.png"); 
}

/* Holds PLayer movbes down */
#contentFrame {
  z-index:3;
  visibility: hidden; 
  position: absolute;
/*
  top:600px; 
  top:350px; 
  top:275px; 
*/
  top:275px;
  left:220px;
  width:1100px; 
  height:200px; 
  /* background-color: #0000ff; */ 
   background-color: none; 
}

.center_A {
   */ visibility: hidden; */
  margin: auto;
  width: 800px;
  //border: 3px solid green;
  padding: 10px;
text-align:center;
}

.mediaButton {
cursor: pointer;
/* border:1px solid white; */
line-height:12px;
height:22px;
width:22px;
padding:1px;
background-color:#00c000;
display:inline-block;
text-align:center;
}

#playerDiv {

}

#player1 {
 visibility: hidden; 
margin-top:24px;
height:50px;
} 

.xxtable {
 background-image: url('Player-Frame-800-200.png');
 background-repeat: no-repeat;
 background-attachment: fixed;
 background-position: center;
}

#playerTable {
  font-family: Tohomarial, Helvetica, sans-serif;
  color:#ffffff;
  background-color:#000000;
  background-image: url('Player-Frame-800-200.png');
   background-repeat: no-repeat;
  border-collapse: collapse;
   /* border:1px solid white; */ 
  width: 800px; /* 850px */
  height:200px;

  
}

#playerTable tr{
  height:25px;
  /*background-color:#000000; */
  background-color:none;  
   /* border:1px solid white; */ 
}

#playerTable th{
  /* background-color:#0000c0; */
  background-color:none;
  /* border:1px solid white; */ 
  }

#playerTable td{
   /* border:1px solid white; */ 
}


.center {
  /* visibility: hidden; */
  margin: auto;
  width: 800px;
  //border: 3px solid green;
  padding: 10px;
text-align:center;
}
/* The flip card container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.flip-card {
  background-color: transparent;
  width: 220px;
  height: 330px;
 /* border: 1px solid #f1f1f1; */
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
}

/* This container is needed to position the front and back side */
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
  background-color: #bbb;
  color: black;
}

/* Style the back side */
.flip-card-back {
  width: 210px;
  height: 320px;
  font-family:Tahoma;
  background-color: #c0c0c0;
  color: white;
  border:5px solid #0000c0;
  transform: rotateY(180deg);
}

.spanLink {
cursor:pointer;
color:#000000;
font-weight:bold;
}

.spanLink:hover {
color:#0000c0;
}

