@charset "utf-8";
/* CSS Document */

#speakers
{
	border: solid 1px #bdd63c;
	padding:5px;
	
}
.holder
{
margin-bottom:5px;	
background:#222222!important;
height:95px;
padding:5px;
border: solid 1px #464646;

}
.holder:hover
{
	background:black!important;
}
.pic
{
	background:#292929!important;

border: solid 1px #464646;
width:80px;
height:90px;
padding:2px;


}
.info
{
	margin-left:100px;
	margin-top:-96px;
	padding:5px;
	border: solid 1px #464646;
    
	background:#292929!important;
}


