.group-list {
    -moz-column-gap: 10;
    -moz-column-count: 3;
    -webkit-column-count: 3;
    -webkit-column-gap: 10;
    column-count: 3;
    column-gap: 10;
}

dd
{
	color:FAF394;
	font-size: 16px;
	margin: 0 auto;
	padding: 6px;
	width: 100%;
	opacity:1; 
	text-align: left;
}

dl
{
  border: 2px solid #FAF394;
  background-color:#8C1717;
  width: 80%;
  margin: 0 auto;
  -webkit-box-shadow:5px 5px 20px 2px #000;	
  border-radius: 20px;
  opacity: 0.8; 

}

#texto
{
font-family: "OleoScript-Regular";

font-size: 27px;
 background-color: #000000; 
 bottom: 3%; 
 color: #FFF; 
 border-radius: 0px 15px 15px 0px;
 margin: 0; 
 opacity: 0.7; 
 filter:alpha(opacity=40); 
 padding: 0px 5px; 
 width: 70%;
 z-index:2;
}

#texto_tit
{	
 background-color: #BDBDBD; 	
 color: #000000; 
 border-radius: 0px 15px 15px 0px;
 margin: 0; 
 opacity: 1.0; 
 filter:alpha(opacity=40); 
 padding: 0px 10px; 
 width: 40%;
 z-index: 0;
 font-family: "OleoScript-Regular";
	font-size: 24px;

}

#texto_conte
{
 color: #000000; 
 font-family: "OleoScript-Regular";
	font-size: 24px;
 margin: 3% auto; 
 width: 85%;
 z-index:3;
}

#texto_new
{
 background-color: #000000; 
 bottom: 5%; 
 color: #FFF; 
 /*border-radius: 0px 15px 15px 0px;*/
 margin: 0; 
 font-size: 15px;
 opacity: 0.6; 
 filter:alpha(opacity=40); 
 padding: 10px 5px; 
 width: 100%;
}

#texto2
{
 background-color: #000000; 
 bottom: 3%; 
 color: #FFF; 
 border-radius: 15px 0px 0px 15px;
 margin: 0; 
 opacity: 0.7; 
 right:0%;
 filter:alpha(opacity=40); 
 padding: 5px 10px ; 
 width: 50%;

}

@media screen and (max-width: 600px) 
{

#texto_conte
{
 color: #000000; 
font: 400 100px/1.3 'Oleo Script', Helvetica, sans-serif;
font-size: 13px;
 margin: 1% auto; 
 width: 80%;
 z-index:3;
}

#texto
{
font: 400 100px/1.3 'Oleo Script', Helvetica, sans-serif;
font-size: 21px;
 background-color: #000000; 
 bottom: 2%; 
 color: #FFF; 
 border-radius: 0px 15px 15px 0px;
 margin: 0; 
 opacity: 0.7; 
 filter:alpha(opacity=40); 
 padding: 0px 5px; 
 width: 70%;
 z-index:2;
}

}