
/* set background image per page */
.error {color: #FF0000;}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
button.specialeffects:hover {
  color: black ;
  background-color: blue;
} 


.candidsoundshtml {
 background-position: center;
  background: url(images/background1.jpg);
  background-color: black;
  background-repeat: repeat;
	
}

.button {
			  position: absolute;
  bottom: 0px;
  right: 150px;
}

.table {
	width: auto;
	margin-left: auto;
  margin-right: auto;
    text-align: center;
	padding: 4px;	
	font-family: arial;
	font-size: 16px;
}
th, td {
  padding: 2px;
  text-align: center;
    border:solid black 0px;
}
th {
  background-color: #87f88c;
  color: black;
  border-radius:16px;
    -moz-border-radius:16px;
}


.flex2 {
	width: 99%;
	 height: auto;
	margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
}
.flex2 > div {
  width: 100%;
  height: auto;

  text-align: center;
  line-height: 20px;
}
.flex22 {
	width: 100%;
	 height: auto;
	margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  
}
.flex22 > div {
  width: 100%;
  height: auto;
  text-align: center;
  line-height: 60px;
}
.flex3 {
	width: 90%;
	margin-top:8px;
	margin-bottom:8px;
	margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: nowrap;
   border-radius: 28px;
  border: 3px solid BLACK;
  padding: 10px;
  width: 360px;
  background: #dff7e8;
  
}
.flex3 > div {
  
  width: auto;
  margin-left: auto;
  margin-right: auto;
  margin-top:0px;
	margin-bottom:0px;
   color:  black;
   font-family: arial;
  text-align: center;
  line-height: 25px;
  font-size: 18px;
 
}
.flex4 {
	width: 100%;
	margin-top:10px;
	margin-bottom:0px;
	margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
   display: flex;
  align-items: center;
  flex-direction: column;
   color: black;
  text-align: center;
 font-family: arial;
 font-weight: bold;
  font-size: 36px;
 
}
.flex5 {
	width: 64%;
	margin-top:10px;
	margin-bottom:`10px;
	margin-left: auto;
  margin-right: auto;
  border:solid black 2px;
    border-radius:20px;
    -moz-border-radius:20px;
	 padding: 8px;
	 background-color: white;
  display: flex;
  flex-wrap: wrap;
   display: flex;
  align-items: center;
  flex-direction: column;
   color: black;
  text-align: center;
 font-family: arial;
 font-weight: bold;
  font-size: 16px;
}

.flex55 {
  margin: 12px;
   color: black;
  text-align: left;
  font-family: arial;
  font-weight: normal;
  font-size: 14px;
}
.flex6 {
	width: 100%;
	margin-top:1px;
	margin-bottom:12px;
	margin-left: 50px;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
   display: flex;
  align-items: center;
  flex-direction: column;
   color: black;
  text-align: left;
  font-family: arial;
  font-size: 16px;
}

.dad {
	width: 100%;
	color: black;
    text-align: center;  
	font-size: 18px;
 
}
.leftside {
background-image: url(images/musicbg.png);
  width: 33%;
   border-collapse:separate;
    border:solid black 3px;
    border-radius:16px;
    -moz-border-radius:16px;
  margin-left: auto;
	 margin-right: auto;
	 padding: 12px;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
 }
.rightside {
 background-image: url(images/musicbg.png);
 width: 33%;
   border-collapse:separate;
    border:solid black 3px;
    border-radius:16px;
    -moz-border-radius:16px;
  margin-left: auto;
	 margin-right: auto;
	 padding: 12px;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
 }
.loginButton 
    { 
       background-color: BLACK; 
	   padding: 4px 10px;  
	   border-radius:16px;
	   font-weight: bold;
    -moz-border-radius:16px; 
	font-size: 18px; 
	cursor: pointer; 
	color: YELLOW; 
	border-width: 2px;
	border-style: solid;
	border-color: YELLOW;
	box-shadow: 0 1px #999;
    }    
.loginButton:hover
{
	color: black;
	 background-color: #f4dc6e;
}