﻿

#sound_eq	{position: relative ;
	top: 70px;
	left: 15%;
	right: 15%;
	width: 70%; height: auto;
	margin: 0;

	padding: 0;
	background-color: rgba(0,0,0,0.5) ;
	text-align: left;
	color: #FFFFFF;


	}

#sound_eq h1
	{font-family: Arial; 
   	font-size: 18px;
	font-weight: 400;
	text-decoration: none;
	text-align: left;
	color: white;
	padding: 20px;
	}

#sound_eq p
	{font-family: Arial; 
   	font-size: 14px;
	font-weight: 400;
	text-decoration: none;
	margin: 5px 0;
	
	text-align: left;
	}

#sound_eq a, img
	{ 
	 border: 0; }


#box
	{
	position: relative ;
	top: 5%; bottom: 5%;
	left: 5%; right: 5%;
	width: 90%; height: 90%;
	padding-bottom: 20px;

	}


#sound-table	
{	position: relative;
	width: 95%;
	height: 60%;
	


}


#sound-table td
{
	
	border-color: white;
	border-style: solid;
	border-width: 1px;
	
	background-size: cover 100%;
	background-repeat: no-repeat;

}


#td1
{
	position: relative;
	width: 50%;
	height: auto;
}

#td2
{
	position: relative;
	width: 50%;
	height: auto;

}


#td3
{
	background-image: url('../img/cl5.png');
}


